Ghost stack 7/7 — Docs refresh onto the node-graph model#195
Closed
nahiyankhan wants to merge 1 commit into
Closed
Ghost stack 7/7 — Docs refresh onto the node-graph model#195nahiyankhan wants to merge 1 commit into
nahiyankhan wants to merge 1 commit into
Conversation
The README, docs site, published package README, and CLAUDE.md still described the removed facet model (intent/inventory/composition/validate.yml plus relay/compare/stack/ack/track/diverge/lint/verify). Rewrite them onto the node-graph model and the current 9-command surface, and tighten the homepage thesis and hero into a strong, simple intro.
Collaborator
Author
|
Superseded by #196. Folded this branch's docs/README refresh into the directory-tree PR: #196 now stacks on |
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.
Stacked on #194 (Ghost stack 6/6).
The README, docs site, published package README, and
CLAUDE.mdstill described the removed facet model —intent.yml/inventory.yml/composition.yml/validate.ymlplusrelay/compare/stack/ack/track/diverge/lint/verify. This refreshes all of it onto the current node-graph model and the 9-command surface, and tightens the intro.What changed
README.md— strong one-pager: thesis → the shape (graph of nodes) → install → quick start with a real node example → skill → the loop → command table.packages/ghost/README.md— rewritten onto the node model; corrected command set and library exports.CLAUDE.md— Architecture, Packages, CLI Commands, Public Exports, Conventions updated to the graph model.apps/docs) — homepage thesis cut from ~1000 words to a tight statement; hero gains a tagline;getting-started,fingerprint-authoring, andcli-referenceMDX rewritten onto nodes/surfaces with accurate flags; fixed stale tool/index cards and dead anchors.Checks
pnpm check(biome, typecheck, file-size, terminology, docs, manifest drift) ✅pnpm test✅pnpm --filter ghost-docs build✅