Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down