Skip to content

Commit a9ac9cf

Browse files
Update handover with contributor queue notes
1 parent ff3b38f commit a9ac9cf

1 file changed

Lines changed: 49 additions & 2 deletions

File tree

docs/HANDOVER.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Current release baseline:
1616
- `repos/workspace-hub` version: `1.1.0`
1717
- stable release gate passed on `2026-04-03`
1818

19+
Current published release record:
20+
21+
- release commit: `d8a3920`
22+
- previous implementation alignment commit: `cdf88b3`
23+
- release URL: `https://github.com/RichardGeorgeDavis/Codex-Workspace/releases/tag/v1.1.0`
24+
1925
## Canonical doc location
2026

2127
The canonical handover Markdown now lives in:
@@ -177,9 +183,15 @@ Status: complete and validated
177183
- maintainer guidance now lives in `docs/12-maintainer-runbook.md`
178184
- repos are now expected to document any optional ability dependency explicitly
179185

186+
Current likely pickup:
187+
188+
- `repos/workspace-hub` capability drill-down if operators need deeper per-capability install/update health than the current snapshot
189+
- `repos/workspace-hub` repo-intake polish if new repos need clearer first-run notes, optional ability guidance, or tighter starter docs
190+
- keep future batches end-to-end and update this file when a batch becomes the new practical pickup point
191+
180192
## Acceptance closeout (2026-04-08)
181193

182-
This alignment slice now has a complete verification snapshot:
194+
This released `v1.1.0` baseline now has a complete verification snapshot:
183195

184196
- `tools/scripts/manage-workspace-capabilities.sh list`
185197
- `tools/scripts/update-github-refs.sh --list`
@@ -211,6 +223,7 @@ Observed runtime result:
211223
- repo-details hydration returned `detailLevel: detail` for `repos/workspace-hub`
212224
- repo-details observability counters incremented after the detail fetch
213225
- browser-level smoke confirmed the live presence of `Workspace memory`, `Workspace Capabilities`, `Repo Discovery`, the discovery-first inline empty-state prompt, and the inline selected-repo details flow
226+
- the Workspace memory page now also exposes an in-app MemPalace search form, with latest-query visibility and inline command output, so retrieval is usable from the Hub instead of being shell-only
214227

215228
Current operator expectation:
216229

@@ -225,6 +238,7 @@ Repo dependency rollout note:
225238
- `repos/workspace-hub` indexed search now surfaces capabilities as a first-class workspace result type
226239
- `repos/workspace-hub` now keeps list refresh on the base summary path while hydrating the selected repo eagerly for richer diagnostics
227240
- `repos/workspace-hub` now exposes a dedicated read-only capability snapshot endpoint and shows installed or enabled or reference-only capability counts directly in the capability panel
241+
- `repos/workspace-hub` Workspace memory now includes an in-app retrieval search flow backed by `tools/bin/workspace-memory search`
228242
- release and maintainer steps now explicitly require reviewing public-facing files when workspace-wide features such as Workspace memory land
229243

230244
## Completion review
@@ -235,7 +249,7 @@ What appears complete or substantially complete:
235249

236250
- workspace foundation
237251
- shared tooling and caches
238-
- stable Workspace Hub 1.0 baseline
252+
- stable Workspace Hub 1.1 baseline
239253
- repo discovery
240254
- repo detection
241255
- manifest support
@@ -685,3 +699,36 @@ Pickup notes:
685699
- Snapshot-style refs still land under `tools/ref/`.
686700
- Managed upstream repos can live under `repos/abilities/` or normal `repos/`, but they remain independent repos.
687701
- performance and expansion changes stay aligned with workspace baseline rules
702+
703+
### Implementation update (2026-04-08, contributor onboarding and public queue packaging)
704+
705+
Completed in the workspace root after the `v1.1.0` release baseline:
706+
707+
1. Reframed the public repo entry path.
708+
- Updated `README.md` to lead with the concrete `Workspace Hub` product, a minimal quick-start path, contribution entry points, a visible `Looking For Help` section, and a short `Now / Next / Later` roadmap.
709+
- Reduced the number of first-read links in the public entry surface and moved deeper conceptual material lower in the page.
710+
711+
2. Tightened contributor-facing GitHub surfaces.
712+
- Reworked `.github/CONTRIBUTING.md` around `Ways To Help`, small versus larger changes, and a lightweight PR path.
713+
- Updated `.github/SUPPORT.md`, `.github/pull_request_template.md`, and the issue-template chooser to make the README -> roadmap -> issue -> PR path more explicit.
714+
- Added `.github/ISSUE_TEMPLATE/help_wanted_task.md` for scoped contributor-ready work.
715+
716+
3. Added a contributor roadmap and starter issue queue.
717+
- Added `docs/13-contributor-roadmap.md` with label taxonomy, current contribution lanes, and a curated set of ready-to-open starter tasks.
718+
- Updated `docs/README.md` and `docs/CHANGELOG.md` so the new contributor surfaces are part of the canonical docs set.
719+
720+
4. Published the first external-facing GitHub queue from that roadmap.
721+
- Opened Discussion `#10` for outside review of contributor onboarding and `Workspace Hub` clarity.
722+
- Opened Issues `#5` through `#9` for empty-state polish, classification visibility, doctor guidance, manifest examples, and capability-panel copy.
723+
- Opened Issue `#11` to tighten `docs/08-first-run-and-updates.md` so the deeper onboarding flow matches the new Hub-first README path.
724+
- Added GitHub labels `workspace-hub`, `scripts`, `needs-repro`, and `design`.
725+
726+
Published implementation commit:
727+
728+
- `ff3b38f` `Improve contributor onboarding surfaces`
729+
730+
Pickup notes:
731+
732+
- The broad roadmap item `Clarify the "try Workspace Hub first" path` is now largely complete at the README level.
733+
- The narrower follow-up still open is GitHub Issue `#11`, which keeps the deeper first-run doc aligned with the new public README funnel.
734+
- Future public issues should stay scoped and contribution-ready rather than mirroring every longer-term internal roadmap note.

0 commit comments

Comments
 (0)