Skip to content

Commit 9010df8

Browse files
committed
comment out parentInstructions
1 parent 2f92e77 commit 9010df8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.agents/knowledge-keeper.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ const config: AgentConfig = {
4545

4646
subagents: ['file_picker', 'researcher'],
4747

48-
parentInstructions: {
49-
researcher:
50-
"Spawn knowledge-keeper when you find external documentation, API references, or community best practices that contradict or supplement what's currently documented in the project's knowledge files.",
51-
file_picker:
52-
'Spawn knowledge-keeper when you discover configuration files, architectural patterns, or code structures that lack corresponding documentation or when existing knowledge.md files are missing from important directories.',
53-
reviewer:
54-
'Spawn knowledge-keeper when code reviews reveal undocumented design decisions, new patterns being introduced, or when you notice that existing documentation has become outdated due to code changes.',
55-
thinker:
56-
'Spawn knowledge-keeper when your deep analysis uncovers complex architectural trade-offs, system dependencies, or technical debt that should be documented to prevent future confusion.',
57-
brainstormer:
58-
'Spawn knowledge-keeper when you generate innovative solutions for knowledge sharing, discover new ways to organize tribal knowledge, or identify creative approaches to making project information more accessible.',
59-
base: 'Spawn knowledge-keeper when users explicitly ask about project documentation, request explanations of how things work, or when you encounter knowledge gaps while helping with their requests.',
60-
planner:
61-
'Spawn knowledge-keeper when creating long-term documentation strategies, planning knowledge migration between systems, or when developing systematic approaches to capturing institutional memory.',
62-
},
48+
// parentInstructions: {
49+
// researcher:
50+
// "Spawn knowledge-keeper when you find external documentation, API references, or community best practices that contradict or supplement what's currently documented in the project's knowledge files.",
51+
// file_picker:
52+
// 'Spawn knowledge-keeper when you discover configuration files, architectural patterns, or code structures that lack corresponding documentation or when existing knowledge.md files are missing from important directories.',
53+
// reviewer:
54+
// 'Spawn knowledge-keeper when code reviews reveal undocumented design decisions, new patterns being introduced, or when you notice that existing documentation has become outdated due to code changes.',
55+
// thinker:
56+
// 'Spawn knowledge-keeper when your deep analysis uncovers complex architectural trade-offs, system dependencies, or technical debt that should be documented to prevent future confusion.',
57+
// brainstormer:
58+
// 'Spawn knowledge-keeper when you generate innovative solutions for knowledge sharing, discover new ways to organize tribal knowledge, or identify creative approaches to making project information more accessible.',
59+
// base: 'Spawn knowledge-keeper when users explicitly ask about project documentation, request explanations of how things work, or when you encounter knowledge gaps while helping with their requests.',
60+
// planner:
61+
// 'Spawn knowledge-keeper when creating long-term documentation strategies, planning knowledge migration between systems, or when developing systematic approaches to capturing institutional memory.',
62+
// },
6363
}
6464

6565
export default config

0 commit comments

Comments
 (0)