chore: promote aios-platform to repo root#4
Merged
oalanicolas merged 5 commits intomainfrom Mar 10, 2026
Merged
Conversation
…egacy/ - Move all aios-platform/ contents (Vite + React SPA) to repository root - Move old Next.js dashboard files to legacy/ subdirectory - aios-platform is now the primary project in this repository Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
Important Review skippedToo many files! This PR contains 277 files, which is 127 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (23)
📒 Files selected for processing (277)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ssertions - Add legacy/ to ESLint globalIgnores - Exclude legacy/ from Vitest test includes and coverage - Update registry generator to find .aios-core in legacy/ - Regenerate registry from new path - Fix agent-related tests to handle empty agents gracefully - Fix task count assertion to be dynamic - Fix locale-dependent number format in taskExport test Co-Authored-By: Claude Opus 4.6 <[email protected]>
Remove generatedAt timestamp and aiosCoreRoot absolute path from registry output so CI sync check passes on any machine. Co-Authored-By: Claude Opus 4.6 <[email protected]>
- Add `npx playwright install --with-deps chromium` before tests in both CI and PR Check workflows - Remove Registry Sync Check job (legacy .aios-core dependency) - Build job now depends only on lint, typecheck, test Co-Authored-By: Claude Opus 4.6 <[email protected]>
Run vitest with --project unit to avoid Playwright browser install overhead in CI. Storybook tests run locally only. Co-Authored-By: Claude Opus 4.6 <[email protected]>
rafaelscosta
added a commit
that referenced
this pull request
Mar 10, 2026
Auto-Experiment #4: Test coverage expansion. New test files: - utils.test.ts (25 tests): cn, formatRelativeTime, generateId, truncate, capitalizeFirst - domain-taxonomy.test.ts (17 tests): resolveSquadDomain priority chain, getDomainColor/Bg/Border/Label with fallbacks, DOMAIN_ORDER completeness - execution-log-store.test.ts (17 tests): startExecution, endExecution duration calc, addLog ID incrementing, agent/tool/error logging, clearLogs Total: 65 → 124 tests (+90.8%) Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aios-platform/(Vite + React SPA) to repository root as the primary projectlegacy/subdirectoryChanges
aios-platform/*→ root (/)legacy/Test plan
npm installin rootnpm run devstarts Vite on localhost:5173npm run buildsucceedsnpm run lintpasses🤖 Generated with Claude Code