@dreadedzombie/pi-init 1.1.0 → 1.2.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.
- package/package.json +1 -1
- package/src/index.ts +11 -6
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -60,12 +60,17 @@ const TEMPLATE_RESEARCH = `# Research Agent
|
|
|
60
60
|
|
|
61
61
|
**Started:** <!-- Pi: insert today's date (YYYY-MM-DD) -->
|
|
62
62
|
|
|
63
|
-
##
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
63
|
+
## FIRST ACTION — Before anything else
|
|
64
|
+
Create the \`research/\` directory and write \`research/plan.md\` listing the topics you will investigate.
|
|
65
|
+
Do this before any searching or reading. This is not optional.
|
|
66
|
+
|
|
67
|
+
## Output Rule — Files Before Chat
|
|
68
|
+
**Never summarize findings in chat.** Every finding goes into a file.
|
|
69
|
+
- Create \`research/<topic>.md\` as you complete each topic — not at the end
|
|
70
|
+
- Update the Research Findings section in this file after writing each doc
|
|
71
|
+
- Chat response comes last, only to say what files were written and what to do next
|
|
72
|
+
- **If you are about to type a finding into chat — stop. Write it to a file instead.**
|
|
73
|
+
- The goal is a handoff document set for the next agent, not a conversation
|
|
69
74
|
|
|
70
75
|
## Search Protocol
|
|
71
76
|
- Run at least **4 distinct queries** approaching the topic from different angles before drawing conclusions
|