Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,10 @@ temp/
design-system/
*.tsbuildinfo
settings.local.json

# Graphify knowledge graph (local build artifacts; only the queryable graph
# and its human-readable report are committed)
# ==========================================================================
graphify-out/*
!graphify-out/graph.json
!graphify-out/GRAPH_REPORT.md
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ temp/

# Custom
# ===========

# Graphify knowledge graph (large generated artifact re-included by .gitignore
# negation; regenerated by `graphify update .`, never hand-formatted)
# ==========================================================================
graphify-out/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,10 @@ SolarSim/

</details>

### Documentation Hygiene

`graphify-out/graph.json` and `graphify-out/GRAPH_REPORT.md` are a generated knowledge graph of this codebase, committed so contributors don't have to rebuild it — do not hand-edit them. Refresh after code changes with `graphify update .` (code-only, no LLM, free). A change that deletes a lot of source can trip its shrink guard; re-run with `--force` if that happens.

---

<div align="center">
Expand Down
Loading
Loading