@@ -11,37 +11,14 @@ Before any Rstack work, find and read the relevant Markdown documentation shippe
1111installed ` rstack ` package. Model knowledge and summaries in this skill can be outdated; the
1212installed documentation is the source of truth for the project's Rstack version.
1313
14- 1 . Read only the pages relevant to the task under ` node_modules/rstack/dist/docs ` before proposing
15- or making changes.
14+ 1 . Start with ` node_modules/rstack/dist/docs/llms.txt ` , then read only the linked pages relevant to
15+ the task before proposing or making changes.
1616
17- 2 . If the correct page is unclear , start with the documentation index and search the documentation
18- root with ` rg -n "<keyword>" < docs-root> ` .
17+ 2 . If ` llms.txt ` is unavailable , start with ` node_modules/rstack/dist/docs/ index.md ` and search the
18+ documentation directory with ` rg -n "<keyword>" node_modules/rstack/dist/ docs ` .
1919
20203 . For exact CLI flags and behavior, also run ` rs -h ` or ` rs <command> -h ` when supported.
2121
2222If the bundled docs are not available at that path, locate the installed ` rstack ` package. If they
2323are still unavailable, verify that ` rstack ` is installed, report the installed version, and use CLI
2424help plus the online Rstack documentation as a fallback. Do not guess from model memory.
25-
26- ## Documentation map
27-
28- These links target the usual project-local skill installation. If a link does not resolve, open
29- the same relative path under the resolved documentation root.
30-
31- - [ Overview] ( ../../../node_modules/rstack/dist/docs/index.md )
32- - [ Quick start and command overview] ( ../../../node_modules/rstack/dist/docs/guide/quick-start.md )
33- - [ Configuration] ( ../../../node_modules/rstack/dist/docs/guide/configuration.md )
34- - [ API and import paths] ( ../../../node_modules/rstack/dist/docs/guide/api-reference.md )
35- - [ Monorepos] ( ../../../node_modules/rstack/dist/docs/guide/monorepo.md )
36- - [ Testing] ( ../../../node_modules/rstack/dist/docs/guide/testing.md )
37- - [ Formatting] ( ../../../node_modules/rstack/dist/docs/guide/formatting.md )
38- - CLI commands: [ dev] ( ../../../node_modules/rstack/dist/docs/guide/cli/dev.md ) ,
39- [ build] ( ../../../node_modules/rstack/dist/docs/guide/cli/build.md ) ,
40- [ preview] ( ../../../node_modules/rstack/dist/docs/guide/cli/preview.md ) ,
41- [ lib] ( ../../../node_modules/rstack/dist/docs/guide/cli/lib.md ) ,
42- [ doc] ( ../../../node_modules/rstack/dist/docs/guide/cli/doc.md ) ,
43- [ test] ( ../../../node_modules/rstack/dist/docs/guide/cli/test.md ) ,
44- [ lint] ( ../../../node_modules/rstack/dist/docs/guide/cli/lint.md ) ,
45- [ fmt] ( ../../../node_modules/rstack/dist/docs/guide/cli/fmt.md ) ,
46- [ setup] ( ../../../node_modules/rstack/dist/docs/guide/cli/setup.md ) , and
47- [ staged] ( ../../../node_modules/rstack/dist/docs/guide/cli/staged.md )
0 commit comments