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
129 changes: 0 additions & 129 deletions .agents/skills/dev-workflow/SKILL.md

This file was deleted.

204 changes: 0 additions & 204 deletions .agents/skills/repo-orientation/SKILL.md

This file was deleted.

1 change: 0 additions & 1 deletion .claude/CLAUDE.md

This file was deleted.

1 change: 0 additions & 1 deletion .claude/skills/dev-workflow

This file was deleted.

1 change: 0 additions & 1 deletion .claude/skills/repo-orientation

This file was deleted.

11 changes: 8 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Pull request

## Scope

Describe the `zcode_tools/`, `cli-tools/`, `build/`, or documentation surface changed.

## Validation

- [ ] JSON files valid (`python3 -c "import json,glob; [json.load(open(f)) for f in glob.glob('**/*.json', recursive=True)]"`)
- [ ] `cli-tools/scripts/install.sh install --marketplace <name> --plan` runs clean
- [ ] JSON files validate with Python's standard library
- [ ] Installer plan runs clean for the affected marketplace on macOS and Ubuntu
- [ ] No `.env` tracked (`git ls-files | grep -E '(^|/)\.env$'` returns nothing)
- [ ] No development-only agent, test, validation, benchmark, or runtime
artifacts added
- [ ] Targeted smoke/checks for the touched scope

## Release

- [ ] `build/version.json` and `VERSION` bumped when release behavior changes
- [ ] The three build-version sources match for release behavior changes
- [ ] Core-plugin versions match between `marketplace.json` and `plugin.json`
- [ ] `CHANGELOG.md` entry added for release behavior changes
Loading
Loading