Repository integration layer to the helic-forge agentic software factory and operations facility.
STATE-WP-0079's cutover slice plan assumed repo-manager could receive all 167 of its owned inventory items because RMGR-WP-0001/0002/0003 are finished. Verified false: parse/ holds only workplan.py, the source tree has no reference to sbom, repo_goal, contribution, technical_debt or extension_point, and the State Hub adapter calls exactly three operations (rm_update_task_status, rm_reconcile, rm_scaffold). Of 425 inventory items roughly 6 can move today. This workplan builds the surfaces the rest need: workplan write path, intake, decision, dependencies and human-flag, the register spine, and the topic/classification contract. A4 (owner-side UI) is deliberately left at wait -- rmgr is a CLI and those views may belong to hub-core's projection layer; ownership should be decided before anything is built. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> |
||
|---|---|---|
| config | ||
| docs | ||
| history | ||
| specs | ||
| src/repo_manager | ||
| tests | ||
| workplans | ||
| .custodian-brief.md | ||
| .gitignore | ||
| .repo-classification.yaml | ||
| AGENTS.md | ||
| INTENT.md | ||
| Makefile | ||
| pyproject.toml | ||
| README.md | ||
| SCOPE.md | ||
| WORK-RECORDS.md | ||
repo-manager
Repository integration boundary for the HelixForge agentic software development and operations environment.
Repositories remain independently valid and usable. Repo Manager gives each repository a stable representation inside HelixForge, observes its declared state, performs governed repository changes, and hosts its coach/lead/director agent representation.
| Flavor | tooling (not a domain hub) |
| Domain | infotech |
| Parent project | prj-state-hub-retirement |
| Foundation WP | RMGR-WP-0001 |
Start with INTENT.md, SCOPE.md, and the genesis record.
Architecture:
- Repository representation v0.1
- Observation and command contracts v0.1
- State Hub extraction inventory v0.1
- ADR-001 Implementation foundation
- Railiance app deployment guide (
RMGR-WP-0006) - Repository standards v0.1 (
RMGR-WP-0004)
make install # or: uv pip install -e ".[dev]"
make test
rmgr --version
rmgr observe --path .
rmgr reconcile --path .
rmgr update-task-status --path . --task-id <ID> --status progress
rmgr rapp wrap --path ../rapp-some-app --app some-app \
--ownership-repo some-app --from-app ../some-app
rmgr rapp validate --path ../rapp-user-engine --family-root ..
rmgr rapp place --path ../rapp-some-app --reef reef-railiance
rmgr conform --path .
rmgr prefix-uniqueness --root ..
rmgr scaffold --path ../prj-example --flavor project --wp-prefix EX-WP --no-commit
Vertical-slice proof: docs/evidence/t05-vertical-slice.md.
Direction: