chore: install locked hygiene contract#131
Merged
Merged
Conversation
Added by `scaffold install-hygiene --apply --all` on 2026-05-11. - `.gitignore`: add `.scratch/` (gitignored scratch dir; exempt from branch-on-first-edit hook) - `CLAUDE.md` / `AGENTS.md`: append `<!-- BEGIN scaffold:hygiene -->` block describing the portfolio-wide locked-hygiene contract: no edits on default branch, no dirty session exits, audit trail via `pt migration`, durable `pt handoff` records, env-var safety valves (`PT_ALLOW_MAIN_EDIT`, `PT_ALLOW_DIRTY_EXIT`). The block is bracketed by scaffold-managed markers; future updates ship via `scaffold sync --apply` from project-scaffolding. Part of umbrella #6118. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
.gitignore: add.scratch/CLAUDE.md/AGENTS.md(where present): append<!-- BEGIN scaffold:hygiene -->/<!-- END scaffold:hygiene -->block with the portfolio-wide locked-hygiene contract.Produced by
scaffold install-hygiene --apply --allon 2026-05-11 as part of the operational rollout of umbrella #6118. Block is markered soscaffold sync --applycan refresh it in place across the portfolio.Test plan
.gitignorecontains.scratch/CLAUDE.md(andAGENTS.mdif present) contains both<!-- BEGIN scaffold:hygiene -->and<!-- END scaffold:hygiene -->markers exactly onceRelated
scaffold install-hygiene)