Skip to content

IntegriGit/integribilt-docs-mirror

Repository files navigation

IntegriBilt Docs Mirror

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.

Why

  • Agents answer "how does X work" from local files instead of web-searching.
  • Nightly refresh means git diff of this repo IS the vendor changelog: "what changed in X this week" is a git log/git diff query.

Layout

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.

Rules for contributing agents

  1. Markdown only. No HTML dumps, PDFs, screenshots, or binaries.
  2. One source = one top-level folder. Preserve the upstream page/dir hierarchy inside it so diffs stay meaningful.
  3. Every folder is registered in sources.yaml with lane, method, upstream URL/repo, and the exact refresh command.
  4. No secrets. These are public vendor docs; if a fetch requires auth, stop and flag it on the tracking issue instead.
  5. Commit per source with message <source>: <initial pull|refresh> <date> so the nightly digest can attribute changes.

Refresh

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.

Querying

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".

About

Git-versioned markdown mirror of every vendor doc set IntegriBilt depends on. Nightly refresh; git diff = vendor changelog.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors