spec: make README.md + HISTORY.md mandatory baseline files - #281
Merged
Conversation
README and HISTORY are required in every repo for fleet consistency (and both are spell-checked in CI). Add them as presence baseline entries so the audit flags any repo missing them. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the fleet governance spec so the audit baseline requires every repository to contain README.md and HISTORY.md, aligning with the expectation that both are present (and with CI spell-checking of Markdown).
Changes:
- Add
README.mdas a mandatory baseline file inspec/files.json. - Add
HISTORY.mdas a mandatory baseline file inspec/files.json.
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.
README and HISTORY are required in every fleet repo (both are spell-checked in CI). Adds them as presence baseline entries in spec/files.json so the audit catches any repo missing them. Prompted by finding AudioCleaner + Financial-Modeling had no HISTORY.md. Spec validation passes (21 repos classify cleanly).