feat(skills): add specsmith self-referential skills, fix install subdirectory format (#190)#192
Merged
Merged
Conversation
…llback
REQ-359: Widen _req_count regex from ^###\s+REQ- to ^#{2,3}\s+REQ- so
H2-style requirement headings (## REQ-BE-001) are counted alongside H3.
REQ-358: In run_sync() YAML-first mode, fall back to parsing
REQUIREMENTS.md when no YAML requirement files exist but the Markdown
file contains >=5 REQ-* references. Also falls back for tests.
Co-Authored-By: Oz <[email protected]>
Add generic accepted_warnings suppression to the audit pipeline: - AuditResult gains suppressed field; AuditReport gains suppressed_count - _SUPPRESSION_ALIASES maps scaffold.yml alias names to check names - _apply_accepted_warnings marks matching results as suppressed+passed - run_audit reads accepted_warnings + audit_suppressions from scaffold.yml - check_ledger_health no longer manually checks audit_suppressions - run_auto_fix skips suppressed results - CLI shows ~ icon and (accepted) suffix for suppressed checks - 4 new tests covering aliases, backward compat, and properties Co-Authored-By: Oz <[email protected]>
…YAML-mode MD fallback Co-Authored-By: Oz <[email protected]>
…irectory format (#190) REQ-360/REQ-361: Add three built-in skills (specsmith, specsmith-save, specsmith-audit) to the governance skills catalog. Update install() to write <slug>/SKILL.md (subdirectory format) for Warp/Claude Code/Codex auto-discovery. Update installed_skills() to detect both flat and subdirectory formats. Update CLI skill list to handle new format. Update docs and tests. Co-Authored-By: Oz <[email protected]>
#188 (feat/auditor): scaffold.yml accepted_warnings suppression — AuditResult.suppressed field, _apply_accepted_warnings(), CLI renders ~ (accepted). Aliases: scaffold_type_mismatch, ledger_line_threshold, open_todo_count. #189 (fix/phase+sync): _req_count now detects ## REQ- H2 headings (was ### only). specsmith sync falls back to Markdown parsing in YAML mode when YAML files are absent. #190 (feat/skills): specsmith/specsmith-save/specsmith-audit added to built-in catalog. install() now writes <slug>/SKILL.md (subdir format). installed_skills() detects both formats. AGENTS.md, CHANGELOG.md, README.md, skills-index.md updated. conftest.py adds SPECSMITH_ALLOW_NON_PIPX=1 autouse so CLI tests pass under dev installs. REQ-357, REQ-358, REQ-359, REQ-360, REQ-361 implemented. Tests: 868 pass. Co-Authored-By: Oz <[email protected]>
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.
REQ-360 / REQ-361: Self-referential skills + subdirectory install format
Changes
Part 1: Three new SkillEntry items in governance.py
Part 2: install() subdirectory format
Part 2b: CLI update
Part 3: skills-index.md
Part 4: AGENTS.md
Part 5: CHANGELOG.md
Part 6: README.md
Part 7: Tests
Conversation: https://app.warp.dev/conversation/51d0ea45-320b-4044-a698-693f7716da9d
Run: https://oz.warp.dev/runs/019e76b9-66a0-7941-855e-6d46d33a02b2
This PR was generated with Oz.