test: personal squad feature tests (#508)#541
Merged
bradygaster merged 1 commit intodevfrom Mar 23, 2026
Merged
Conversation
- Test resolvePersonalSquadDir() with kill switch and dir detection - Test resolvePersonalAgents() discovery and metadata parsing - Test mergeSessionCast() dedup and precedence rules - Test ensureSquadPathTriple() path validation for triple-root mode - Test Ghost Protocol enforcement - Test CLI personal commands (init, list, add, remove) Added package.json exports for: - @bradygaster/squad-sdk/config/agent-source - @bradygaster/squad-cli/commands/personal - @bradygaster/squad-cli/commands/cast Fixed help text formatting to stay within 80-char UX gate. PR #4 of #508 implementation plan. All 27 tests pass. Full test suite: 4818 tests passing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0c44bd4 to
6c55f03
Compare
chrislomonico
pushed a commit
to clomonico/squad
that referenced
this pull request
Mar 26, 2026
) Suppresses raw coordinator JSON from UI during routing, keeping the ThinkingIndicator visible. Closes bradygaster#506 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
27 tests covering personal squad SDK functions and CLI commands.\n\nCloses #508