feat: enhance skill templates, hooks, CLI routes, and settings UI

- Update SKILL-DESIGN-SPEC.md and skill-generator templates
- Add hook templates and expand CLI/system routes
- Improve SettingsPage UI
- Update architecture constraints spec

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
catlog22
2026-03-30 10:32:54 +08:00
parent 67ff3fe339
commit de7ec94a06
8 changed files with 355 additions and 4 deletions

View File

@@ -80,6 +80,10 @@ Bash(\`mkdir -p "\${workDir}"\`);
{{output_structure}}
\`\`\`
## Completion Protocol
Follow [Completion Status Protocol](./../_shared/SKILL-DESIGN-SPEC.md#13) and [Escalation Protocol](./../_shared/SKILL-DESIGN-SPEC.md#14).
## Reference Documents by Phase
> **Important**: Reference documents should be organized by execution phase, clearly marking when and in what scenarios they are used. Avoid listing documents in a flat manner.