Skip to content

chore(repo): drop host and topology references from public surfaces - #771

Merged
forkwright merged 2 commits into
mainfrom
fix/public-repo-hygiene
Sep 16, 2026
Merged

forkwright merged 2 commits 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

  • Host name and core count in the .kanon-ci.toml concurrency rationale. The co-tenancy reason for the --jobs 8 pin is preserved, because contention with other resident work is the claim the original actually made — not that an unpinned run exhausts the machine.
  • Operator home paths in CLAUDE.md, docs/README.md, and docs/architecture/errors.md.
  • An internal .lan hostname in CONTRIBUTING.md and in one test fixture.

At HEAD, a repo-wide search for the removed classes returns nothing: operator home paths, build-host names, CPU 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

Unlike the rest of this sweep, harmonia changes one line of executable code: the input string in crates/komide/src/service/tests.rs::validate_url_accepts_lan_host. Config equivalence is not a sufficient proof for that, so the test was run directly:

test service::tests::validate_url_accepts_lan_host ... ok
test result: ok. 11 passed; 0 failed

The substitution is semantically equivalent for what the test asserts — both values are .lan hosts, and the test's purpose is that a LAN host is accepted rather than that one specific host is. The remaining changes in this PR are prose and comments; the parsed .kanon-ci.toml is identical to main's.

Cody Kickertz added 2 commits September 16, 2026 10:45
The published repo described the specific machines it builds on: named
CI and live-instance hosts plus a core count in the .kanon-ci.toml
header, a fleet memory budget restated in CONTRIBUTING.md, an internal
LAN hostname in the forge-fallback note, and that same hostname as a URL
fixture in komide's validation tests. None of it is part of harmonia's
public contract.

Each removal keeps the invariant that made the prose worth writing: the
--jobs 8 / --test-threads 8 pin still states that it bounds a single
run's memory envelope, so a reader who cannot see the sizing will not
delete the pin. That rationale now lives once, in the .kanon-ci.toml
header, and CONTRIBUTING.md points at it rather than carrying a second
copy that had already drifted to a different host.
@forkwright
forkwright merged commit 3fff152 into main Sep 16, 2026
16 checks passed
@forkwright
forkwright deleted the fix/public-repo-hygiene branch September 16, 2026 20:17
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