feat(procedures): optimize knowledge/ procedures for token efficiency#1109
Open
atxtechbro wants to merge 1 commit intomainfrom
Open
feat(procedures): optimize knowledge/ procedures for token efficiency#1109atxtechbro wants to merge 1 commit intomainfrom
atxtechbro wants to merge 1 commit intomainfrom
Conversation
Move detailed content from knowledge/ to docs/ and .github/ISSUE_TEMPLATE/ to reduce token usage in every Claude Code session. Knowledge procedures now follow concise pattern: philosophy, when to use, link to details. Optimized files: - issue-to-pr-workflow.md (105→6 lines) - procedure-creation.md (96→6 lines) - close-issue-procedure.md (93→6 lines) - git-workflow.md (59→10 lines) - worktree-workflow.md (36→7 lines) Closes #1098 Principle: subtraction-creates-value
Contributor
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
Contributor
|
✅ I finished the code review, and didn't find any security or code quality issues. |
This was referenced Aug 1, 2025
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.
Git Statistics
🎯 Overview
This PR transforms our knowledge/ procedures from verbose documentation to concise pointers, dramatically reducing token usage in every Claude Code session while maintaining all detailed information in appropriate locations.
📊 Token Reduction Impact
🚀 Key Changes
Concise Knowledge Format
Each procedure now follows the pattern:
Detailed Documentation Moved
.github/ISSUE_TEMPLATE/close-issue-guide.md- Full close issue workflowdocs/procedures/- All detailed procedures with examples and templatesPreserved All Content
No information was lost - just relocated to more appropriate locations that don't consume tokens on every session.
✅ Benefits
📁 Files Changed
Optimized Procedures (knowledge/)
New Detailed Guides (docs/ & .github/)
🎭 Principles Applied
Closes #1098