Add missing doc index files to zk-docs context priming
Adds docs/index.md, explanation/explanation.md, how-to/plans/plans.md, and how-to/plans/completed/completed.md so AI sessions get full awareness of all doc sections and in-flight plans. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f376c02b76
commit
2fad37f500
1 changed files with 4 additions and 0 deletions
|
|
@ -8,9 +8,13 @@ DOCS_DIR="$(cd "$(dirname "$0")/.." && pwd)/docs"
|
||||||
# Key files for AI context priming, in order of importance
|
# Key files for AI context priming, in order of importance
|
||||||
FILES=(
|
FILES=(
|
||||||
"$DOCS_DIR/tutorials/ai-assistance-guide.md"
|
"$DOCS_DIR/tutorials/ai-assistance-guide.md"
|
||||||
|
"$DOCS_DIR/index.md"
|
||||||
"$DOCS_DIR/reference/reference.md"
|
"$DOCS_DIR/reference/reference.md"
|
||||||
"$DOCS_DIR/how-to/how-to.md"
|
"$DOCS_DIR/how-to/how-to.md"
|
||||||
"$DOCS_DIR/how-to/troubleshooting.md"
|
"$DOCS_DIR/how-to/troubleshooting.md"
|
||||||
|
"$DOCS_DIR/how-to/plans/plans.md"
|
||||||
|
"$DOCS_DIR/how-to/plans/completed/completed.md"
|
||||||
|
"$DOCS_DIR/explanation/explanation.md"
|
||||||
"$DOCS_DIR/explanation/architecture.md"
|
"$DOCS_DIR/explanation/architecture.md"
|
||||||
"$DOCS_DIR/tutorials/tutorials.md"
|
"$DOCS_DIR/tutorials/tutorials.md"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue