From 1ebdade3c3b00d8cf64e243c4751b9010e02558f Mon Sep 17 00:00:00 2001 From: Rafael Richards Date: Sat, 9 May 2026 13:52:10 -0400 Subject: [PATCH] docs: refresh Status section with v0.2 snippets + Tier 4 bundled manifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README's Status section claimed "v0.1 — hover + goto-def + completion. Snippets … tracked as follow-on work" but v0.2.0 shipped the snippet pack (commit 7d0723b) and Tier 4 of the m-dev-tools self-containment sprint (commit 43efcf0) added the bundled manifest snapshot. Updates the bullet list to reflect both shipped, and notes that the remaining "richer diagnostic surface" items are still follow-on. No code or behaviour changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 712e8ca..7ae1d25 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,17 @@ code . ## Status -v0.1 — hover + goto-def + completion. Snippets and a richer -diagnostic surface are tracked as follow-on work in m-stdlib's -`docs/tracking/discoverability-tracker.md` (WC2). +- **v0.1** — hover, goto-def, completion (manifest-driven, scoped + to `STD*` symbols). +- **v0.2** — snippet pack for canonical m-stdlib idioms. +- **2026-05** Tier 4 self-containment work (commit `43efcf0`): + bundled `assets/stdlib-manifest.json` snapshot replaces the + `~/projects/m-stdlib/dist/...` filesystem fallback; the extension + works on a stock install with no other repo on disk. + +Richer diagnostic surface and additional discoverability features +remain follow-on work in m-stdlib's +`docs/tracking/discoverability-tracker.md`. ## License