Commit graph

3 commits

Author SHA1 Message Date
Fred Amaral
fa6c4c87e8
docs(frontmatter): create canonical schema to standardize component metadata
feat(hooks): add schema validator and enhance skill generation
refactor(*): align all components with the new frontmatter schema
refactor(commands): replace arguments object with simple argument-hint
refactor(agents): remove invalid version field from agent frontmatter
test(hooks): add unit tests for frontmatter validation and generation
2026-04-06 09:52:28 -07:00
Jefferson Rodrigues
239c79d5f1
fix: apply code review findings - reduce duplication and fix metadata
- architecture.md: fix section range §23-28 → §23-29
- dev-refactor/SKILL.md: fix invalid agent identifier
- install-symlinks.sh: functions now respect INSTALL_CLAUDE/INSTALL_FACTORY flags
- backend-engineer-golang.md: replace detailed tables with concise reference
- qa-analyst.md: replace long section with concise reference
- dev-goroutine-leak-testing/SKILL.md: add frontmatter metadata, change 'No write access' to WARN
- dev-unit-testing/SKILL.md: simplify Step 3.5 with shared pattern references

X-Lerian-Ref: 0x1
2026-02-28 00:38:45 -03:00
Jefferson Rodrigues
9924e65997
feat(skills): add dev-goroutine-leak-testing skill and integrate into dev-unit-testing
New skill for goroutine leak detection workflow. Step 3.5 added to dev-unit-testing for Go projects.

X-Lerian-Ref: 0x1
2026-02-28 00:18:19 -03:00