Skip to content

docs: reference only tracked documents#1081

Merged
zachshallbetter merged 1 commit into
mainfrom
docs/reference-tracked-guidance
Jul 20, 2026
Merged

docs: reference only tracked documents#1081
zachshallbetter merged 1 commit into
mainfrom
docs/reference-tracked-guidance

Conversation

@zachshallbetter

Copy link
Copy Markdown
Owner

Purpose

Nine files referenced a repository-root document that is no longer version-controlled. Those references resolved for a checkout that happened to have the file and broke on a fresh clone — the same defect class the link gate exists to catch, in files the link gate does not read (TypeScript comments, a site build script).

Changes

  • References now point at docs/engineering-practices.md, which is tracked and carries the same performance, visual-verification and pattern-canon guidance.
  • apps/site/scripts/gen-llms.mjs was publishing that untracked root file to the website via ROOT_FILES on every build. It now publishes README.md and CHANGELOG.md only.
  • Removed the multi-agent build section from docs/engineering-practices.md and renumbered — it is workflow configuration, not engine guidance. Section cross-references verified after renumber.

Deliberately untouched

  • Field Agent Consumption Model vocabulary in packages/core/src/inspect/report.ts — domain concept, not tooling.
  • The AI-crawler list in the site's robots configuration (ClaudeBot, anthropic-ai, PerplexityBot, …) — legitimate content about crawlers.

A pattern-matched sweep would have damaged both.

Gates

typecheck · full suite · check:docs · check:readme · check:links — all green.

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fundamental-engine Ready Ready Preview Jul 20, 2026 7:54pm

Request Review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Nine files referenced a repository-root document that is no longer version-controlled.
Those references resolved for a checkout that happened to have the file and broke on a
fresh clone — the same defect class the link gate exists to catch, in files the link gate
does not read (TypeScript comments, a site build script).

They now point at docs/engineering-practices.md, which is tracked and carries the same
performance, visual-verification and pattern-canon guidance.

The site's llms.txt generator was including that untracked root file in ROOT_FILES, so
local configuration was being published to the website on every build. It now publishes
README.md and CHANGELOG.md only.

Removed the multi-agent build section from docs/engineering-practices.md and renumbered;
its content is workflow configuration rather than engine guidance, and it does not belong
in the engine's tracked documentation. Section cross-references verified after renumber.

Deliberately untouched: the Field Agent Consumption Model vocabulary in
packages/core/src/inspect/report.ts, and the AI-crawler list in the site's robots
configuration. Both are domain content that a pattern-matched sweep would have damaged.

typecheck clean; full suite passes; check:docs, check:readme, check:links green.
@zachshallbetter
zachshallbetter force-pushed the docs/reference-tracked-guidance branch from 5b7e908 to bde0584 Compare July 20, 2026 19:53
@zachshallbetter
zachshallbetter merged commit 1aec803 into main Jul 20, 2026
15 of 16 checks passed
@zachshallbetter
zachshallbetter deleted the docs/reference-tracked-guidance branch July 20, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant