claude-cognitive 0.8.1 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Built-in agent markdown file generation.
3
+ *
4
+ * Generates .claude/agents/*.md files from built-in agent templates.
5
+ * These files are what Claude Code reads to know how to spawn agents.
6
+ *
7
+ * @module agents/agent-files
8
+ */
9
+ /**
10
+ * Generate .claude/agents/*.md files for all built-in agent templates.
11
+ *
12
+ * Writes rich markdown agent files that Claude Code reads to know how to
13
+ * spawn each agent. Skips agents that already have custom files (e.g.,
14
+ * security-code-reviewer, test-coverage-specialist).
15
+ *
16
+ * @param projectPath - Project root directory
17
+ * @returns Array of file paths that were written
18
+ */
19
+ export declare function generateBuiltInAgentFiles(projectPath: string): Promise<string[]>;
20
+ //# sourceMappingURL=agent-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-files.d.ts","sourceRoot":"","sources":["../../src/agents/agent-files.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AA8/BH;;;;;;;;;GASG;AACH,wBAAsB,yBAAyB,CAC7C,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,MAAM,EAAE,CAAC,CA2BnB"}