-
-
Notifications
You must be signed in to change notification settings - Fork 863
feat: pai-second-brain - Cognitive philosophy pack with delegation and debate orchestration #398
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
NavNab
wants to merge
14
commits into
danielmiessler:main
Choose a base branch
from
NavNab:pr/second-brain
base: main
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.
Conversation
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
…[pai-second-brain]
…tency [pai-second-brain]
…ency resolution [pai-second-brain]
… processing - **DelegationRouter.ts**: - Added `loadVaultContext` function to load project and area contexts, archive patterns, and related notes from the vault based on the provided prompt. - Updated `createDelegationPlan` to optionally include vault context, enhancing the delegation plan with relevant information. - Modified the output formatting to display vault context details if available, improving user awareness of related projects and areas. - Added command-line option `--context` to allow users to load vault context when creating a delegation plan. - **InboxProcessor.ts**: - Introduced a new tool to process unorganized captures from the Inbox, suggesting PARA categorization for each item. - Implemented content analysis to categorize notes into projects, areas, resources, archives, or delete based on keywords and content length. - Added functionality to find related notes based on keywords extracted from the title, enhancing the contextual understanding of inbox items. - Provided detailed output formatting for processed items, including confidence levels and suggested categories. - **VaultReader.ts**: - Created a foundational tool for reading, searching, and navigating PARA-structured knowledge vaults. - Implemented functions to get vault configuration, search for notes, list files by category, read specific notes, and find related notes based on keywords. - Added statistics functionality to provide insights into the number of files in each PARA category, aiding in vault management. - Enhanced user interaction with detailed command-line options and examples for better usability. These changes collectively improve the functionality and usability of the Second Brain tools, allowing for better organization and retrieval of knowledge within the PARA framework.
…[pai-second-brain]
… consistency [pai-second-brain]
…iles for consistency
… choices and streamline setup process
…mmands and simplifying instructions for user clarity
…ext injection on user prompts - Introduced `vault-context-injector.ts` to auto-search the vault and inject relevant context before Claude responds. - Updated `INSTALL.md` with installation instructions for the new hook and registration steps in `settings.json`. - Enhanced `README.md` to reflect the addition of the vault context hook and its functionality. - Modified upgrade steps to include the new hook registration process.
… for idempotency and clarity in settings.json
… Works Well With - Changed version from v2.0.0 to v0.1.0 - Added pai-multi-llm to Works Well With section - Consolidated changelog entries Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
New pack: pai-second-brain - Cognitive philosophy that transforms Claude from assistant to director through delegation patterns and multi-perspective debate orchestration.
What's Included
vault-context-injector(UserPromptSubmit)Test plan