summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-05-11 20:41:17 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-05-11 20:41:17 -0400
commitee472b17812a7f73186d7b7bd4f9ff2bc7145f4d (patch)
tree3f45b44b2662562975d906bb5e59a0083e6d18ba /package.json
parentdocs: update README for v2 grammar changes (diff)
docs: add README; adopt git.sisudoc.org/tools/ namespace
Add a top-level README.md describing what tree-sitter-sisu is, its audience (editor / IDE tooling maintainers), its relationship to sisudoc-spine, quickstart instructions for Neovim and Emacs 29+, and a pointer to the existing sisu-markup_tree-sitter.md for corpus results and grammar design notes. Move the canonical repository URL from https://git.sisudoc.org/software/tree-sitter-sisu to https://git.sisudoc.org/tools/tree-sitter-sisu in both package.json and tree-sitter.json. The new tools/ namespace mirrors the local sisudoc-spine-tools/ directory containing this and the other spine-companion artefacts (ssp-reader, doc-abstraction-format), and continues the existing functional namespace pattern on git.sisudoc.org alongside software/, markup/, and projects/. The README's cross-references to ssp-reader and doc-abstraction-format use the same tools/ namespace. (assisted by Claude-Code)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5d0986d..8fa5908 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
- "url": "https://git.sisudoc.org/software/tree-sitter-sisu"
+ "url": "https://git.sisudoc.org/tools/tree-sitter-sisu"
},
"main": "bindings/node",
"types": "bindings/node/index.d.ts",