chore: use neutral actor identifiers and paths across the tree - #1372
Open
ohdearquant wants to merge 4 commits into
Open
chore: use neutral actor identifiers and paths across the tree#1372ohdearquant wants to merge 4 commits into
ohdearquant wants to merge 4 commits into
Conversation
Replace machine-specific paths and internal identifiers with neutral equivalents. Actor and namespace strings in tests, doc comments, and configuration examples now use a generic `agent:` prefix; benchmark fixtures reference a repository-relative targets path instead of an absolute workspace path; workflow and script comments use role-neutral wording. No behavior change: the substituted values are test data and documentation examples only. The Gate's `lambda` actor kind is a declared part of the policy contract and is unchanged.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ohdearquant
marked this pull request as ready for review
July 25, 2026 21:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces machine-specific paths and internal identifiers with neutral equivalents throughout the tree. Actor and namespace strings in tests, doc comments, and configuration examples now use a generic
agent:prefix; a benchmark fixture references a repository-relative targets path instead of an absolute workspace path; workflow and script comments use role-neutral wording.No behavior change — every substituted value is test data or a documentation example, and the diff is a line-for-line substitution. The Gate's
lambdaactor kind is a declared part of the policy contract and is left unchanged, as are the BM25 benchmark corpus and search-test fixture text that happen to contain the same word.Gates run from the worktree:
cargo fmt --all -- --check,cargo clippy --workspace --all-targets -- -D warnings,cargo test --workspace, andcargo check --workspace.