From fd5f3412d9e241cf25b342587bbacc7a0f9b6f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Sat, 15 Aug 2026 10:09:43 -0700 Subject: [PATCH] chore: tick the react module conversion Task 1.5 is complete: osapi-justfiles#44 converts react to a flat module with its own directory and README, and osapi#436 updates both consuming justfiles. 2.5 stays open. osapi's react consumption is done, but it still loads go, docs, just and docker as shims. Co-Authored-By: Claude Opus 5 (1M context) --- openspec/changes/converge-justfile-consumption/tasks.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openspec/changes/converge-justfile-consumption/tasks.md b/openspec/changes/converge-justfile-consumption/tasks.md index 35f37f3..464a627 100644 --- a/openspec/changes/converge-justfile-consumption/tasks.md +++ b/openspec/changes/converge-justfile-consumption/tasks.md @@ -8,7 +8,7 @@ begins. - [ ] 1.2 `go` - [ ] 1.3 `bats` - [ ] 1.4 `docker` -- [ ] 1.5 `react` +- [x] 1.5 `react` — osapi-justfiles#44 - [ ] 1.6 `docs` — ensure its paths do not overlap with `md` ## 2. Update consumers @@ -19,7 +19,8 @@ Done immediately after the module each depends on converts, not batched. - [ ] 2.2 `gohai` - [ ] 2.3 `nats-client` - [ ] 2.4 `nats-server` -- [ ] 2.5 `osapi` +- [ ] 2.5 `osapi` — react done (osapi#436); still consumes `go`, `docs`, `just`, + `docker` as shims ## 3. Verification