Releases: ntorga/agent-starter-kit
Releases · ntorga/agent-starter-kit
v0.6.0
Changes
- fix(personas/coder.md): restore corrupted file — all newlines were stripped into single line, adapted for starter kit
- fix(personas/maestro.md): break dense Parse step into numbered sub-list, add dispatch skill path to every dispatch reference
- fix(personas/maestro.md): add sub-agent output context to Review loop step, add task-tracking skill reference to Deliver step
- fix(personas/architect.md): remove Confidence score section — redundant with DRAFT self-review
- fix(skills/reviewer-handoff.md): remove Coverage checklist — already covered by SHIELD self-review, focus on handoff format only
- delete(skills/reviewer-scoring.md): vestigial, checklist inlined into reviewer-handoff.md
- fix(skills/assets/maestro-boot-configure-cli.sh): replace sed with awk for frontmatter and YAML extraction — macOS/BSD sed incompatibility
- docs(readme): fix duplicate preferredModel paragraph, consolidate persona section
- docs(personas/readme): bump schema to v0.1.1 for humor field addition
v0.5.9
- fix(skills/maestro-boot-configure-cli.sh): accept host modelId as $1 to resolve correct provider when multiple providers share the same CLI (deepseek/qwen both use opencode), fallback to first match when omitted
- fix(skills/boot.md): pass modelId to configure-cli.sh script
- fix(skills/maestro-boot-configure-cli_test.sh): update personas directory paths from
personasto.agents/personas
What's Changed
- feat/include providers in dispatchers by @GabrielDomiciano in #3
New Contributors
- @GabrielDomiciano made their first contribution in #3
Full Changelog: https://github.com/ntorga/agent-starter-kit/commits/v0.5.9