Skip to content

Commit aae27ae

Browse files
committed
feat: complete registry migration + new sister playbook + Hydra standing instruction
- sync_artifacts.sh: read file extensions from registry (dynamic find predicate) - install_all.sh: read all sister crate paths from registry (was missing agentic-time) - CLAUDE.md: standing instruction for Hydra gradual planning updates - docs/NEW-SISTER-PLAYBOOK.md: complete step-by-step guide for birthing a new sister - Section 26: soft guardrail checks Hydra doc has sections for all sisters - Section 41: now validates install_all.sh and sync_artifacts.sh reference registry
1 parent 895b5b7 commit aae27ae

5 files changed

Lines changed: 542 additions & 18 deletions

File tree

CLAUDE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Agentra Workspace — Claude Code Instructions
2+
3+
## Sister Registry
4+
5+
All sister automation reads from `docs/sisters-registry.json` (single source of truth).
6+
To add a new sister, follow `docs/NEW-SISTER-PLAYBOOK.md`.
7+
8+
## Hydra Gradual Planning (IMPORTANT)
9+
10+
`goals/hydra/HYDRA-GRADUAL-PLANNING.md` is a living document that captures lessons from every sister for the future Hydra orchestrator. **It must grow naturally as work happens.**
11+
12+
When you complete any of the following types of work on a sister, update the relevant section in HYDRA-GRADUAL-PLANNING.md:
13+
14+
- **New pattern or architecture** — add to "Patterns Hydra Should Inherit" under that sister
15+
- **Edge case discovered** — add to "Edge Cases Discovered" under that sister
16+
- **Hardening or safety fix** — add to the sister's section with Hydra implications
17+
- **Integration challenge solved** — add to "Integration Challenges" if it taught something reusable
18+
- **New invention or capability** — note which Hydra component benefits
19+
20+
This is not a separate task. It's part of finishing the work. When you solve a hard problem, the last step is noting what Hydra can learn from it.
21+
22+
The file lives in `goals/hydra/` (gitignored, private). If it doesn't exist locally, skip silently.
23+
24+
## Commit Style
25+
26+
- Never add "Co-Authored-By: Claude" to commits
27+
- Use conventional commit prefixes: `feat:`, `fix:`, `chore:`, `docs:`
28+
29+
## Guardrails
30+
31+
Before pushing, run:
32+
```bash
33+
bash scripts/check-canonical-consistency.sh
34+
bash scripts/check-command-surface.sh
35+
```
36+
37+
The 29 pre-existing command-surface failures (undocumented MCP tools in codebase + vision) are known and not blocking.

0 commit comments

Comments
 (0)