@karmaniverous/jeeves-meta 0.15.2 → 0.15.4
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/dist/cli/jeeves-meta/architect.md +17 -0
- package/dist/cli/jeeves-meta/index.js +887 -817
- package/dist/index.d.ts +343 -423
- package/dist/index.js +1514 -1818
- package/dist/prompts/architect.md +17 -0
- package/package.json +3 -3
|
@@ -91,6 +91,23 @@ Define what "verify before asserting" means for this data shape:
|
|
|
91
91
|
Always require: exact entity titles/names (not paraphrases), evidence citations,
|
|
92
92
|
partial implementation notes, config default verification from schema files.
|
|
93
93
|
|
|
94
|
+
{{#if (gt scope.fileCount 500)}}
|
|
95
|
+
## LARGE SCOPE — SAMPLING MODE
|
|
96
|
+
|
|
97
|
+
This entity has {{scope.fileCount}} files. Do NOT attempt to read or
|
|
98
|
+
explore the full scope. Instead:
|
|
99
|
+
|
|
100
|
+
1. Read _state and _content from previous cycles to understand existing
|
|
101
|
+
data shape knowledge
|
|
102
|
+
2. Sample at most 5–10 representative files to verify the data shape
|
|
103
|
+
hasn't fundamentally changed
|
|
104
|
+
3. Focus your brief updates on what the _feedback says needs improving
|
|
105
|
+
4. Preserve the existing progressive processing strategy unless the
|
|
106
|
+
data shape has materially changed
|
|
107
|
+
|
|
108
|
+
Your job on re-runs is refinement, not rediscovery.
|
|
109
|
+
{{/if}}
|
|
110
|
+
|
|
94
111
|
### 7. Progressive Processing (_state)
|
|
95
112
|
|
|
96
113
|
When the scope is large (hundreds of files or more), instruct the Builder to
|