academic-army 0.3.7 → 0.3.8
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "academic-army",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"description": "Agent workflows and skills for AcademicArmy.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"coding-agent-forge": ">=1.3.5",
|
|
51
|
-
"developing-agent-forge": ">=2.
|
|
51
|
+
"developing-agent-forge": ">=2.7.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@eslint/js": "^10.0.1",
|
|
@@ -27,6 +27,11 @@ For normal prose, use one `latex` block per manuscript sentence.
|
|
|
27
27
|
|
|
28
28
|
After each block, explain why the sentence is here, how it connects to nearby context, what it prepares next, and any useful cross-section connection by content.
|
|
29
29
|
|
|
30
|
+
## Preserve Reasoning
|
|
31
|
+
When modifying explanations, notes, or other local records of thinking in `.lit.md`, do not lose information. Respect the existing content and preserve already-understood reasoning.
|
|
32
|
+
|
|
33
|
+
Prefer adding new logical points and updating outdated parts of existing points. Do not directly delete prior reasoning unless it is truly wrong or obsolete; when removing or replacing it, carry forward any still-useful information into the updated text.
|
|
34
|
+
|
|
30
35
|
## Workflow
|
|
31
36
|
Draft, revise, move, and delete text in `.lit.md`.
|
|
32
37
|
|