feat: Add settings-repo-ref tracking and harden global-settings write blocks#18
Open
WilcoLouwerse wants to merge 3 commits intofeature/claude-code-toolingfrom
Open
feat: Add settings-repo-ref tracking and harden global-settings write blocks#18WilcoLouwerse wants to merge 3 commits intofeature/claude-code-toolingfrom
WilcoLouwerse wants to merge 3 commits intofeature/claude-code-toolingfrom
Conversation
Updates across Claude docs (commands, getting-started, global-claude-settings, parallel-agents, testing, workflow, writing-docs, writing-skills, writing-specs), usage-tracker docs (MODELS, QUICKSTART, README, SETUP), global-settings README, adds .gitattributes for line ending normalization, and adds .claude/ config directory. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…ting-skills Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…v1.5.1 - global-settings: add optional settings-repo-ref file to track a non-main branch/tag/sha for version checks (GitHub API + git fetch paths), update block-write-commands.sh to protect the new file, and add deny rules for destructive commands (sudo, rm -rf root, gh pr merge, git reset --hard, etc.) - Remove CLAUDE.local.md flow from docs (README, parallel-agents) and delete the example template; gitignore .claude/settings.json + settings.local.json - writing-skills: document skill-creator vendoring + update script, the evals/workspace/iteration-N layout, and the baseline_score regression marker Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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
~/.claude/settings-repo-reffile so users can track a non-mainbranch/tag/SHA for global-settings version checks (applies to both the GitHub API andgit fetchlookup paths incheck-settings-version.sh).block-write-commands.shto also protectsettings-repo-ref, and add deny rules insettings.jsonfor destructive commands (sudo,mkfs,dd if=,gh pr merge,gh repo delete,git reset --hard,git clean -f*,git filter-branch,git checkout --,git restore,git config --global, etc.).CLAUDE.local.mdflow: dropglobal-settings/CLAUDE.local.md.exampleand references in README/parallel-agents docs; gitignore.claude/settings.jsonandsettings.local.json.global-settings/VERSIONfrom1.4.0→1.5.1.docs/claude/(commands, getting-started, global-claude-settings, parallel-agents, testing, workflow, writing-docs, writing-skills, writing-specs) and theusage-tracker/docs (MODELS, QUICKSTART, README, SETUP).evals/workspace/iteration-Nlayout, and thebaseline_scoreregression marker inwriting-skills.md; clarify L3/L5 detection criteria and the updated evals schema..gitattributesfor line-ending normalization.Checks
documentation.yml) does not trigger for PRs targetingfeature/claude-code-tooling.Test plan