-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add settings-repo-ref tracking, harden write blocks, and expand developer guides #18
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
Open
WilcoLouwerse
wants to merge
4
commits into
feature/claude-code-tooling
Choose a base branch
from
docs/update-claude-developer-guides
base: feature/claude-code-tooling
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| # Auto detect text files and perform LF normalization | ||
| * text=auto | ||
|
|
||
| # Source code - always use LF | ||
| *.py text eol=lf | ||
| *.js text eol=lf | ||
| *.mjs text eol=lf | ||
|
|
||
| # Configuration files - always use LF | ||
| *.json text eol=lf | ||
| *.yml text eol=lf | ||
| *.yaml text eol=lf | ||
| *.toml text eol=lf | ||
| *.xml text eol=lf | ||
|
|
||
| # Styles - always use LF | ||
| *.css text eol=lf | ||
|
|
||
| # HTML and templates - always use LF | ||
| *.svg text eol=lf | ||
|
|
||
| # Documentation - always use LF | ||
| *.md text eol=lf | ||
| *.txt text eol=lf | ||
|
|
||
| # Shell scripts - always use LF | ||
| *.sh text eol=lf | ||
|
|
||
| # Dockerfiles - always use LF | ||
| Dockerfile text eol=lf | ||
| Dockerfile.* text eol=lf | ||
|
|
||
| # Git files - always use LF | ||
| .gitattributes text eol=lf | ||
| .gitignore text eol=lf | ||
| .gitmodules text eol=lf | ||
|
|
||
| # Windows script files - use CRLF | ||
| *.bat text eol=crlf | ||
| *.cmd text eol=crlf | ||
| *.ps1 text eol=crlf | ||
|
|
||
| # Binary files - do not modify | ||
| *.png binary | ||
| *.jpg binary | ||
| *.jpeg binary | ||
| *.gif binary | ||
| *.ico binary | ||
| *.webp binary | ||
| *.pdf binary | ||
| *.woff binary | ||
| *.woff2 binary | ||
| *.ttf binary | ||
| *.zip binary | ||
| *.gz binary | ||
| *.tar binary |
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 |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
|
|
||
| .idea/ | ||
| .claude/settings.json | ||
| .claude/settings.local.json |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Voor de HWW 2.0 heb ik een json object die links bijhoudt, idee om dat hier ook te gaan doen? zodat we link maintenace op 1 plek krijgen. Ik zou denken dat we op en gegeven moment best ADR's weer los willen hebben omdat niet alleen hydra ze gebruikt?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dat json object voor bijhouden van links klinkt goed, maar 2 vragen;
ADR's
My thoughs;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hoe dan ook zijn beide punten goed om te bespreken, maar hier nu niet relevant voor het mergen van deze PR