DO-NOT-MERGE · Remove leaked internal decision-log file from public repo root#221
Open
Antawari wants to merge 1 commit into
Conversation
code-synth-bon351.md was an internal code-synthesis verdict document that should never have shipped to this public repository. It carried internal tracker IDs, internal worktree and branch paths, and deprecated workshop role vocabulary. The repo's own packaging audit already flagged it as a non-shipping root-level non-python artifact. It is not referenced by pyproject.toml, imported by any module, or read by any test, so the deletion is self-contained and leaves all gates green. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
DO NOT MERGE — operator merges; do not auto-merge.
What
Removes
code-synth-bon351.mdfrom the repository root viagit rm.Why
This file was an internal code-synthesis verdict document that should never
have shipped to this public repository. It contained internal-only material
(tracker identifiers, internal worktree and branch paths, and deprecated
internal role vocabulary) and is not part of the published package surface.
The repository's own packaging audit already flagged it as a non-shipping,
root-level non-python artifact and recommended its exclusion; this PR
implements the removal.
The deletion is fully self-contained:
pyproject.toml(no include / force-include / exclude entry),The only remaining mention is the historical audit report under
docs/audit/scout-reports/, which documents the removal recommendation and isintentionally left untouched as a historical record.
How to verify
Gate results (run from the worktree)
DELETEDconfirmed;git statusshowsD code-synth-bon351.mdonly.no referencesinsrc/,tests/,pyproject.toml.tests/smoke): 3 passed, 79 skipped, 7 xfailed, 56 xpassed, 0 failed.ruff check/ruff format --checkonsrc/+tests/) andpytest tests/are unaffected — only a root-level markdown file was removed; no
src/ortests/files were touched.