Tracks implementation of the RepoMan architecture: wrapping the existing scanner/fixer programs behind a discover/onboard/configure/schedule interface, and replacing the single-$ORG + flat $REPOS_DIR identity model with per-repo {owner, name} tuples from a user-managed ~/.repoman/repos.json.
Spec: docs/specs/2026-08-27-repoman-architecture.md (in review as #67).
Motivating discussion: #62. Related issues: #65, #39.
Releases
- v0.1.0 is the first shippable RepoMan, covering the 8 implementation phases from the spec.
- v0.1.1 captures hardening surfaced during spec review. Those items are blocked by their related v0.1.0 phase and are meant to be resolved after v0.1.0 lands, so they stay open long-term.
Sub-issues
GitHub also renders these as a native sub-issue list below. Titles and state expand automatically from the references.
v0.1.0 phases
v0.1.1 hardening (blocked by a v0.1.0 phase)
Not tracked here
GitHub App auth (acting as an app instead of the clawgenti bot user) is filed as a separate research spike, #82, since it is cross-cutting infrastructure that may become its own epic.
Assisted-By: Claude Code
Tracks implementation of the RepoMan architecture: wrapping the existing scanner/fixer programs behind a discover/onboard/configure/schedule interface, and replacing the single-
$ORG+ flat$REPOS_DIRidentity model with per-repo{owner, name}tuples from a user-managed~/.repoman/repos.json.Spec:
docs/specs/2026-08-27-repoman-architecture.md(in review as #67).Motivating discussion: #62. Related issues: #65, #39.
Releases
Sub-issues
GitHub also renders these as a native sub-issue list below. Titles and state expand automatically from the references.
v0.1.0 phases
v0.1.1 hardening (blocked by a v0.1.0 phase)
Not tracked here
GitHub App auth (acting as an app instead of the
clawgentibot user) is filed as a separate research spike, #82, since it is cross-cutting infrastructure that may become its own epic.Assisted-By: Claude Code