Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"env": {
"CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING": "1"
},
"hooks": {
Comment on lines 1 to 5
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 PR bundles six unrelated concerns

CLAUDE.md mandates "One PR = one concern." This PR's title describes only the CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING settings change, but it contains five additional unrelated commits: new /titan-grind skill, updated /titan-run//titan-close//titan-reset pipeline skills, an enhanced /architect skill with dual-lens scoring, new documentation reports, and deletion of the old architecture audit.

Each of those should be its own PR so history stays navigable and reviewers can evaluate each change in isolation.

Fix in Claude Code

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — the unrelated commits (titan-grind, titan-run, architect, docs reports) were from an earlier branch that got merged into main via separate PRs. After merging main into this branch, the diff now contains only the settings.json env var change and the .gitignore addition. The PR is now single-concern as intended.

"PreToolUse": [
{
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ coverage/
.env
grammars/*.wasm
.claude/session-edits.log
.claude/worktrees/
generated/DEPENDENCIES.md
generated/DEPENDENCIES.json
artifacts/
Expand Down
Loading