docs: refresh Related-projects + drop personal-path example#2
Open
rafael5 wants to merge 1 commit into
Open
Conversation
- Related projects section updated:
- "m-standard *(planned)*" → m-standard exists, GitHub link added.
- "tree-sitter-m-lint *(planned)*" removed — the standalone linter
sibling never shipped; m-cli ships `m lint` as the lint frontend
over this extension's parser.
- Added m-cli (the toolchain whose `m lsp` server this extension
spawns) and m-stdlib-vscode (the companion extension) — both real
sibling repos in the m-dev-tools org.
- "Batch testing" §1 example replaced ~/vista-meta/Packages with a
generic /path/to/some/Packages and a parenthetical "e.g.
m-modern-corpus", removing the personal-filesystem leak.
No code changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rafael5
added a commit
that referenced
this pull request
May 11, 2026
Tier-3 entry to the org AI-discoverability catalog. Third and final tier-3 repo to ship the Phase-0 contract, completing Phase 2 onboarding after m-modern-corpus PR #2, tree-sitter-m PR #4, and m-test-engine PR #2. Changes: - Rename CLAUDE.md to AGENTS.md; symlink CLAUDE.md -> AGENTS.md - Append five Phase-0 required sections (Setup / Test / Build / Verify / Guardrails); existing CLAUDE.md content preserved verbatim above - Add dist/repo.meta.json (Phase-0 manifest) exposing extension_info, package_json, language_configuration - Add dist/extension-info.json — hand-authored, deterministic distillation of package.json contributes.* (commands, settings, languages, grammars) for the catalog - Add tools/check-manifest.py — stdlib-only, repo-agnostic; same script as tree-sitter-m and m-test-engine - Add Makefile with manifest / check-manifest / check-docs-prose targets - Add first CI workflow (.github/workflows/ci.yml) — Phase-0 gates run before the npm install so a broken manifest fails fast dist/ is already tracked in this repo (the .gitignore explicitly notes this — the .wasm grammar is committed so users can clone-and-package without docker), so no gitignore exception was needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
No code changes.
Test plan
🤖 Generated with Claude Code