2026-08-09 14:02:19 +00:00
|
|
|
# repo-manager
|
|
|
|
|
|
2026-08-09 16:36:09 +02:00
|
|
|
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.
|
|
|
|
|
|
2026-08-09 21:55:59 +02:00
|
|
|
| | |
|
|
|
|
|
| --- | --- |
|
|
|
|
|
| **Flavor** | tooling (not a domain hub) |
|
|
|
|
|
| **Domain** | infotech |
|
|
|
|
|
| **Parent project** | [prj-state-hub-retirement](../prj-state-hub-retirement) |
|
|
|
|
|
| **Foundation WP** | [RMGR-WP-0001](workplans/RMGR-WP-0001-foundation.md) |
|
|
|
|
|
|
2026-08-09 16:36:09 +02:00
|
|
|
Start with [INTENT.md](INTENT.md), [SCOPE.md](SCOPE.md), and the
|
|
|
|
|
[genesis record](history/2026-08-09-genesis.md).
|
2026-08-09 22:01:58 +02:00
|
|
|
|
|
|
|
|
Architecture:
|
|
|
|
|
|
|
|
|
|
- [Repository representation v0.1](docs/repository-representation_v0.1.md)
|
2026-08-09 22:06:46 +02:00
|
|
|
- [Observation and command contracts v0.1](docs/observation-command-contracts_v0.1.md)
|
2026-08-09 22:35:22 +02:00
|
|
|
- [State Hub extraction inventory v0.1](docs/state-hub-extraction-inventory_v0.1.md)
|
2026-08-09 22:41:26 +02:00
|
|
|
- [ADR-001 Implementation foundation](docs/adr-001-implementation-foundation.md)
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
make install # or: uv pip install -e ".[dev]"
|
|
|
|
|
make test
|
|
|
|
|
rmgr --version
|
2026-08-09 22:49:31 +02:00
|
|
|
rmgr observe --path .
|
|
|
|
|
rmgr reconcile --path .
|
|
|
|
|
rmgr update-task-status --path . --task-id <ID> --status progress
|
2026-08-09 22:41:26 +02:00
|
|
|
```
|
2026-08-09 22:49:31 +02:00
|
|
|
|
|
|
|
|
Vertical-slice proof: [docs/evidence/t05-vertical-slice.md](docs/evidence/t05-vertical-slice.md).
|
2026-08-09 23:04:49 +02:00
|
|
|
|
|
|
|
|
Direction:
|
|
|
|
|
|
|
|
|
|
- [State Hub repo tooling research](history/2026-08-09-state-hub-repo-tooling-research.md)
|
|
|
|
|
- [Architecture blueprint (retirement path)](specs/ArchitectureBlueprint.md)
|
feat(RMGR-WP-0002): dual-run writeback, flags, meter, SH facade
Add dual-run flags/meter, harden task-status (idempotency, UUID, head,
push), State Hub adapter for PATCH /tasks and C-15/reconcile proxy, pilot
evidence, and finish RMGR-WP-0002.
2026-08-09 23:19:56 +02:00
|
|
|
- Dual-run: [docs/dual-run.md](docs/dual-run.md) · [RMGR-WP-0002](workplans/RMGR-WP-0002-retirement-dual-run-strangler.md)
|