Skip to content

docs(hygiene): state build-host role instead of fleet topology - #506

Merged
forkwright merged 1 commit into
mainfrom
fix/public-repo-hygiene
Sep 16, 2026
Merged

forkwright merged 1 commit into
mainfrom
fix/public-repo-hygiene

Conversation

@forkwright

Copy link
Copy Markdown
Owner

Removes private fleet topology from surfaces that are public in this repository.

What this closes

  • Operator home paths in AGENTS.md and CLAUDE.md standards pointers, replaced by repo-qualified references.
  • A private host-operations repo named as a defers_to authority in both frontmatter blocks.
  • A private staging-store name in docs/reference-store.md, replaced by its role noun.
  • A per-branch worktree path in .kanon-lint-ignore.
  • Host identity in the CI concurrency rationale: core count, CPU class, and co-resident service names. The RSS figures that are properties of this build are kept, because they are what make raising or deleting the pin visibly wrong.

At HEAD, a repo-wide search for the removed classes returns nothing: operator home paths, build-host names, CPU/GPU model numbers, internal .lan hostnames, private host-operations repo references, and co-resident service names.

What this provably cannot close

This is a forward-only commit. Every removed string remains reachable in this repository's history, and nothing here rewrites or removes it. Anyone with read access can recover all of it from prior commits.

It also does not touch commit author metadata, a separate class that content-level changes do not reach at all.

Both are deliberately left to the forge's history-cut capability rather than hand-rolled here, so one owner performs the operation once across the fleet.

Verification

Prose and comments only — no executable code changed. Verified by config equivalence rather than a build: the parsed .kanon-ci.toml is identical to main's, so CI behaviour is unchanged by construction. That is a stronger claim for a comment change than a green test run, and costs no build slot.

This repository is published. The machine it happens to build on, the private
stores it stages content from, and one operator's checkout layout are not part
of its public contract. Replace named hosts, services, stores, and home paths
with the role that is actually true of the software.

- .kanon-ci.toml: drop the host name, core count and co-resident service names
  from the concurrency pin's rationale, but keep what is a property of this
  build rather than of any machine - unpinned peaks clear 100GB, and 8 holds a
  single run under ~25GB - so a reader about to raise the number or delete the
  line still has the bar that tells them why that would be wrong. The pin
  itself is unchanged.
- .kanon-lint-ignore: record the worktree deviation without naming the hosts,
  the dispatch infrastructure, or an operator-local worktree path.
- CLAUDE.md: drop the machine-topology deferral, and cite the standards by
  their path inside `forkwright/kanon` rather than inside one home directory.
- docs/reference-store.md: removable drives, not a named host's drives; the
  staging area and staging library by role, not by private store name.

CONTRIBUTING.md carries a second copy of the concurrency rationale, but it
already states the role ("the memory budget on the CI host") and names no
machine, so it is left as written and does not dangle.

AGENTS.md is untouched. Its host reference sits inside the `kanon:auto-start`
block and belongs to the generator; the two home-directory standards paths
above that block are the same class as the CLAUDE.md ones and are left for the
AGENTS.md pass.
@forkwright
forkwright merged commit 71d6093 into main Sep 16, 2026
9 checks passed
@forkwright
forkwright deleted the fix/public-repo-hygiene branch September 16, 2026 19:53
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