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
220 changes: 0 additions & 220 deletions .claude/skills/ship-pr/SKILL.md

This file was deleted.

9 changes: 0 additions & 9 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ Project-specific Claude skills live under [`.claude/skills/`](.claude/skills/):
- `bootstrap-feature` — how to add a CLI command end-to-end.
- `architecture-review` — what to check when reviewing a PR against
project invariants.
- `ship-pr` — canonical post-edit flow: push → `gh pr create` → wait
for CI → review the diff → triage (self-fix small stuff, escalate
decisions, merge directly when clean) → `gh pr merge --squash` →
local cleanup. Use this instead of calling `gh pr create` /
`gh pr merge` directly. **Do not use `--auto`** — it skips the
review gate, which is the point of having this skill on top of the
branch-protection rules in [`docs/MERGE_POLICY.md`](docs/MERGE_POLICY.md).
**Do not ask the user to confirm a clean merge** — the loop closes
itself when there is nothing to decide.

These are loaded automatically when Claude runs in this repo.

Expand Down
1 change: 0 additions & 1 deletion docs/HARNESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Three regulation categories:
| Feedfwd. | Agent conventions | every AI turn | `CLAUDE.md`, `AGENTS.md` |
| Feedfwd. | Skills | model-loaded | `.claude/skills/*` |
| Feedfwd. | Session-start hook (warm caches, fetch deps) | every Claude session | `.claude/hooks/session-start.sh` |
| Feedfwd. | `ship-pr` skill — canonical PR flow (push → CI → review → triage: self-fix / escalate / merge directly when clean → cleanup; **no `--auto`**, **no "do you want me to merge?" when clean**) | model-loaded | `.claude/skills/ship-pr/SKILL.md` |
| Feedback (agent) | `go vet` on edited package | after every Edit/Write/MultiEdit | `.claude/hooks/post-tool-use.sh` |
| Feedback (agent) | `go vet ./...` + archtest | end of every Claude turn (if .go dirty) | `.claude/hooks/stop.sh` |
| Maint. | `golangci-lint` on the staged diff | local git pre-commit | `scripts/hooks/pre-commit` |
Expand Down
Loading