Remove foreign .agents/PROJECT.md - #28
Merged
Merged
Conversation
This file was never authored in this repository. A broken instruction-sync mechanism propagated Chronicle's .agents/PROJECT.md across the organization, so the content here describes the Chronicle Workbench - its dev ports and local sign-in credentials - rather than this repository. .agents/PROJECT.md is read as project-local truth by every agent session, so leaving Chronicle's copy in place actively misinforms. There is nothing to restore: this repository never had a PROJECT.md of its own, and the shared corpus reads the file only if it exists. The deletion stays recoverable from git history should this repository ever want one. The root cause is fixed in Cratis/Workflows (5ae82e5): .agents/PROJECT.md is now excluded unconditionally from both propagation and bootstrap cleanup, so this deletion will not be undone by a later sync.
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.
Removed
.agents/PROJECT.md, which described the Chronicle Workbench rather than this repository.A broken instruction-sync mechanism propagated Chronicle's
.agents/PROJECT.mdacross the organization. This repository never authored one of its own — every version in its history came from the sync — so the file here documented Chronicle's dev ports and local sign-in credentials as if they were this repository's project-local truth.There is nothing to restore: the correct state is absence, which the shared corpus already handles by reading
.agents/PROJECT.mdonly if it exists. The deletion remains recoverable from git history should this repository later want a PROJECT.md of its own.The root cause is fixed and merged in
Cratis/Workflows(5ae82e5):.agents/PROJECT.mdis now excluded unconditionally from both propagation and bootstrap cleanup, so this deletion will not be undone by a later sync.Documentation-only — intentionally carries no version label.