One local, git-versioned, agent-queryable markdown corpus for every tool
IntegriBilt depends on. Design source: AI-PLATFORM-REANALYSIS-2026-07-04.md
section 2 (E:\projects\claude\planning\ on OFC01). Tracking issue: INT-118.
- Agents answer "how does X work" from local files instead of web-searching.
- Nightly refresh means
git diffof this repo IS the vendor changelog: "what changed in X this week" is agit log/git diffquery.
One subfolder per source, markdown only. sources.yaml is the authoritative
manifest: every folder must have an entry, every entry states its lane,
update method, and upstream.
antigravity/ Lane 2 llms.txt fetch from antigravity.google
claude-platform/ Lane 2 llms.txt fetch from platform.claude.com
claude-code/ Lane 1 git-native (anthropic docs + CLI changelog)
paperclip/ Lane 1 git-native (docs/ + doc/ + AGENTS.md from paperclip repo)
litellm/ Lane 1 git-native (BerriAI/litellm docs/my-website/docs)
langchain/ Lane 1 git-native (langchain-ai repos docs dirs)
langgraph/ Lane 1 git-native
langsmith/ Lane 1 git-native
codex/ Lane 1 git-native (openai/codex docs/)
hermes/ Lane 1 git-native (Hermes repo)
Lane 3 (JS-rendered residue converted to MD) sources get their own folders as
they are identified; add them to sources.yaml in the same commit.
- Markdown only. No HTML dumps, PDFs, screenshots, or binaries.
- One source = one top-level folder. Preserve the upstream page/dir hierarchy inside it so diffs stay meaningful.
- Every folder is registered in
sources.yamlwith lane, method, upstream URL/repo, and the exact refresh command. - No secrets. These are public vendor docs; if a fetch requires auth, stop and flag it on the tracking issue instead.
- Commit per source with message
<source>: <initial pull|refresh> <date>so the nightly digest can attribute changes.
Nightly n8n job on SVR02 (192.168.254.2) runs the refresh commands from
sources.yaml, commits, pushes, and posts a "what changed upstream" digest
when the diff is non-trivial. Until that job lands, refresh is manual.
Company skill docs-mirror (registered 2026-07-04, INT-124) documents the
query path for agents. Canonical local clones:
- OFC01:
E:\clones\docs\integribilt-docs-mirror - SVR02:
/home/lmiller/integribilt-docs-mirror - anywhere else:
git clone https://github.com/IntegriGit/integribilt-docs-mirror
git pull --ff-only, then scope ripgrep to the source folder; use
git log/git diff on a folder for "what changed upstream".