Skip to content

Commit fc23c41

Browse files
author
Jonathan D.A. Jewell
committed
docs: update roadmap and architecture status
1 parent f945eed commit fc23c41

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

ROADMAP.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
= OPM Roadmap
33
:revdate: 2026-01-18
44

5+
== Current status
6+
7+
Scaffold complete with CLI wiring stubs, registry schemas, and IMP drafts. Next: real service contracts and publish/audit orchestration.
8+
59
== v0.0.1 — Scaffold
610

7-
- [ ] Repo skeleton aligned to RSR template
8-
- [ ] `opm` CLI placeholder (Rust crate layout)
9-
- [ ] CI lint + format stubs
10-
- [ ] Federation event types documented
11+
- [x] Repo skeleton aligned to RSR template
12+
- [x] `opm` CLI placeholder (Rust crate layout)
13+
- [x] CLI HTTP wiring + config search
14+
- [x] Registry schemas + examples
15+
- [x] IMP draft docs + schema
16+
- [x] Tests with mocked endpoints
1117

1218
== v0.1.0 — MVP wiring
1319

docs/architecture.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
OPM is a federated package manager that composes existing hyperpolymath services into a single CLI and registry hub.
88

9+
== Current state
10+
11+
- CLI wiring stubs implemented (HTTP + config)
12+
- Registry schemas + examples present
13+
- IMP draft documentation + schema present
14+
15+
Next: formalize service contracts and wire live endpoints.
16+
917
== Federation map
1018

1119
[literal]

0 commit comments

Comments
 (0)