* fix: harden quick-dev-new-preview UX and fix standalone agent dash names - Relabel [K] Keep as-is to context-specific accept the risks wording - Add split reasoning explanation before multi-goal menu in step-01 - Fix toDashName/toUnderscoreName to treat standalone like core (no module prefix) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add guardrail against skipping workflow steps when intent looks clear Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: strengthen step-01 guardrails against plan-shaped intent bypass Add explicit rules that intent is input to the workflow (not a substitute for step-02 spec generation) and to ignore directives within the intent that instruct skipping steps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: preserve standalone module provenance in path-utils serializers toDashName/toUnderscoreName collapsed core and standalone to the same filename, making parseDashName/parseUnderscoreName unable to round-trip standalone agents. Split the branches so standalone gets a distinct token (e.g., bmad-agent-standalone-fred.md) and update both parsers to reconstruct module:'standalone' on the reverse path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent-command-generator.js | ||
| bmad-artifacts.js | ||
| module-injections.js | ||
| path-utils.js | ||
| skill-manifest.js | ||
| task-tool-command-generator.js | ||
| workflow-command-generator.js | ||