-
Notifications
You must be signed in to change notification settings - Fork 0
Consolidate Claude Code tooling: global-settings v1.6.0, developer docs, shellcheck CI #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5ffe18f
docs: update Claude developer guides and add repo config
WilcoLouwerse 636dc21
docs: clarify L3/L5 detection criteria and update evals schema in wri…
WilcoLouwerse d919862
feat: add settings-repo-ref support, remove CLAUDE.local.md, bump to …
WilcoLouwerse 6ae9e38
docs: update Claude developer guides and add repo config
WilcoLouwerse d292365
docs: reorganize command reference and add skill documentation
WilcoLouwerse 18200e8
docs(retrofit): add playbook for opsx-coverage-scan / annotate / reve…
rubenvdlinde f47ab13
docs: update global settings, usage tracker improvements, and add she…
WilcoLouwerse db51565
docs: address PR review feedback — extract workstation setup, slim RE…
WilcoLouwerse 5b66de9
Merge pull request #18 from ConductionNL/docs/update-claude-developer…
WilcoLouwerse 0fff2c2
fix(global-settings): tighten hook guards, drop unused unlock, add te…
WilcoLouwerse d1eabb3
Merge remote-tracking branch 'origin/main' into docs/global-claude-se…
WilcoLouwerse aea4c78
Merge remote-tracking branch 'origin/retrofit/playbook-docs' into doc…
WilcoLouwerse 4fbe9f4
docs: consolidate retrofit playbook, update ADR refs, restructure README
WilcoLouwerse be2de79
docs: add path conventions section to writing-skills guide
WilcoLouwerse d22b66f
fix(global-settings): silence shellcheck on intentional fixtures
WilcoLouwerse d406876
docs: add /review-pr command docs and clarify L5 eval requirements
WilcoLouwerse b6f589a
docs: standardize REQ-NNN format and add cross-referencing conventions
WilcoLouwerse d1d5fc1
docs: generalize workspace examples, expand skill-evals archiving, an…
WilcoLouwerse eb283f4
Merge remote-tracking branch 'origin/main' into docs/global-claude-se…
WilcoLouwerse 0a9a651
chore: normalize SVG line endings to LF per .gitattributes
WilcoLouwerse e581646
docs: add workstation-setup refs, scenario heading warning, and fix p…
WilcoLouwerse a8cddca
fix: address all review comments from PR #22 (MWest2020)
WilcoLouwerse ce51837
Merge origin/main — resolve retrofit.md conflict
WilcoLouwerse 1ce7021
docs(retrofit): restore behavioral details lost in merge conflict res…
WilcoLouwerse 6156359
test(hook): make harness portable + add CI workflow
WilcoLouwerse d21b34b
Potential fix for pull request finding 'CodeQL / Workflow does not co…
WilcoLouwerse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| name: Hook tests | ||
|
|
||
| on: | ||
| push: | ||
| paths: | ||
| - 'global-settings/**' | ||
| pull_request: | ||
| paths: | ||
| - 'global-settings/**' | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| test: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up settings-repo-path | ||
| run: | | ||
| mkdir -p "$HOME/.claude" | ||
| echo "$GITHUB_WORKSPACE" > "$HOME/.claude/settings-repo-path" | ||
|
|
||
| - name: Run hook tests | ||
| env: | ||
| TEST_REPO_DIR: ${{ github.workspace }} | ||
| run: bash global-settings/tests/test-block-write-commands.sh | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.