docs(plans): specify the default-swarm-size project-config setting - #144
Merged
Conversation
…erpretation contract
…t sizing-aware skills
mxriverlynn
marked this pull request as ready for review
July 24, 2026 13:43
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.
What
Adds the feature specification for a new
.han/config.mdfrontmatter setting,default-swarm-size(small|medium|large|dynamic, absent =dynamic), which sets a standing default band for the eight sizing-aware skills.Planning artifacts (spec, decision log, team findings) live in
docs/plans/config-default-swarm-size/.Key behaviors specified
small/medium/largeforces the band exactly like an explicit size argument; explicit user input still wins under the existing config precedence chain.dynamic(or no setting) keeps today's auto-classification, anddynamicis also accepted as an explicit per-run size to override a configured band for one run.Review
Reviewed at size Small by han-core:junior-developer and han-core:edge-case-explorer; 13 findings recorded and resolved in
artifacts/team-findings.md. One open item: extend the manual test plan (does not block implementation).