You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- repo-details hydration returned `detailLevel: detail` for `repos/workspace-hub`
212
224
- repo-details observability counters incremented after the detail fetch
213
225
- 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
214
227
215
228
Current operator expectation:
216
229
@@ -225,6 +238,7 @@ Repo dependency rollout note:
225
238
-`repos/workspace-hub` indexed search now surfaces capabilities as a first-class workspace result type
226
239
-`repos/workspace-hub` now keeps list refresh on the base summary path while hydrating the selected repo eagerly for richer diagnostics
227
240
-`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`
228
242
- release and maintainer steps now explicitly require reviewing public-facing files when workspace-wide features such as Workspace memory land
229
243
230
244
## Completion review
@@ -235,7 +249,7 @@ What appears complete or substantially complete:
235
249
236
250
- workspace foundation
237
251
- shared tooling and caches
238
-
- stable Workspace Hub 1.0 baseline
252
+
- stable Workspace Hub 1.1 baseline
239
253
- repo discovery
240
254
- repo detection
241
255
- manifest support
@@ -685,3 +699,36 @@ Pickup notes:
685
699
- Snapshot-style refs still land under `tools/ref/`.
686
700
- Managed upstream repos can live under `repos/abilities/` or normal `repos/`, but they remain independent repos.
687
701
- 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`.
0 commit comments