Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,20 @@ jobs:
run: pip install Jinja2 PyYAML

- name: Check scaffold syntax
run: python3 -m py_compile scaffold/create-tool.py
run: python3 -m py_compile scaffold/create-tool.py scaffold/generator.py

- name: Test scaffold dry run
# --no-register: this is a throwaway probe; it must not mutate the
# checkout's registry.json (registration is covered hermetically by
# tests/test_scaffold_born_green.py against a temp registry root).
run: |
python3 scaffold/create-tool.py \
--name "CI Test Plugin" \
--description "Automated test" \
--mcp-server \
--skills 2 \
--rules 1 \
--no-register \
--output /tmp/scaffold-test

test -f /tmp/scaffold-test/ci-test-plugin/.cursor-plugin/plugin.json
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Documented conventions for building new developer tools. All docs in [`standards
| [AGENTS.md Template](standards/agents-template.md) | AI agent guidance file structure |
| [Versioning](standards/versioning.md) | Semver management and automated release flow |
| [Release-doc-sync](standards/release-doc-sync.md) | Composite action contract for keeping CHANGELOG, CLAUDE, and ROADMAP in sync after auto-release |
| [Born-Green Contract](standards/born-green-contract.md) | Acceptance criterion every repo generator must satisfy |
| [Testing](standards/testing.md) | Test frameworks, coverage bar, and CI wiring |
| [Skills](standards/skills.md) | `SKILL.md` structure and frontmatter |
| [Rules](standards/rules.md) | `.mdc` structure, globs, and the secrets rule pattern |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.3
1.17.0
Loading
Loading