Claude/add methods constraints d1 ig a#16
Merged
Conversation
Introduces canon/definitions/ as shared vocabulary. Adds Cognitive Saturation Threshold (CST) as a tier-1 canon definition — the single source of truth for a concept already doing load-bearing work across multiple files. Replaces inline CST explanations in extreme-exploration and exploration-exhaust with links to the canonical definition. Adds definitions/ to canon/README.md subfolders index. https://claude.ai/code/session_01J4PmJresVjJiLo8ydULjRY
klappy
pushed a commit
that referenced
this pull request
Feb 6, 2026
The .husky/pre-commit hook was tracked as 100644 (not executable). Combined with agent environments skipping npm install (so husky's prepare script never set core.hooksPath), the hook was silently dead — which is why PRs #15 and #16 shipped without updated docs.json, manifest.json, or content sync. This commit sets the file to 100755. The hook content is unchanged. https://claude.ai/code/session_01Ht8m1Nd7dMgaHNf4qswqgY
klappy
pushed a commit
that referenced
this pull request
Feb 6, 2026
The .husky/pre-commit hook was tracked as 100644 (not executable). Combined with agent environments skipping npm install (so husky's prepare script never set core.hooksPath), the hook was silently dead — which is why PRs #15 and #16 shipped without updated docs.json, manifest.json, or content sync. This commit sets the file to 100755. The hook content is unchanged. https://claude.ai/code/session_01Ht8m1Nd7dMgaHNf4qswqgY
klappy
added a commit
that referenced
this pull request
Feb 6, 2026
* Fix pre-commit hook: set executable bit so git can run it The .husky/pre-commit hook was tracked as 100644 (not executable). Combined with agent environments skipping npm install (so husky's prepare script never set core.hooksPath), the hook was silently dead — which is why PRs #15 and #16 shipped without updated docs.json, manifest.json, or content sync. This commit sets the file to 100755. The hook content is unchanged. https://claude.ai/code/session_01Ht8m1Nd7dMgaHNf4qswqgY * Update package-lock.json from npm install Generated by npm install which was needed to activate husky and verify the pre-commit hook works. https://claude.ai/code/session_01Ht8m1Nd7dMgaHNf4qswqgY --------- Co-authored-by: Claude <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.
Note
Low Risk
Documentation-only changes that add a new definition and update cross-references; no runtime behavior or production logic is affected.
Overview
Introduces a new Canon
definitions/folder and adds a tier-1 definition doc for Cognitive Saturation Threshold (CST), formalizing CST as the stopping/closure condition for conceptual exploration.Updates the
exploration-exhaustandextreme-exploration-for-limit-discoverymethods to reference CST via an explicit link (and trims redundant in-method CST bullet details), clarifying that reaching CST requires closure unless scope is explicitly reopened.Written by Cursor Bugbot for commit cd099cb. This will update automatically on new commits. Configure here.