academic-army 0.5.0 → 0.5.1

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.
@@ -14,9 +14,9 @@ export declare const developingSkillArgsOptions: {
14
14
  readonly multiple: true;
15
15
  readonly description: "Goal document path; repeat to concatenate multiple goals in order";
16
16
  };
17
- readonly "achive-dir": {
17
+ readonly "archive-root": {
18
18
  readonly type: "string";
19
- readonly description: "Archive folder for per-iteration reports";
19
+ readonly description: "Archive root folder for per-iteration reports";
20
20
  };
21
21
  readonly "max-iterations": {
22
22
  readonly type: "string";
@@ -67,9 +67,9 @@ export declare const developingSkillPipeline: import("coding-agent-forge").Pipel
67
67
  readonly multiple: true;
68
68
  readonly description: "Goal document path; repeat to concatenate multiple goals in order";
69
69
  };
70
- readonly "achive-dir": {
70
+ readonly "archive-root": {
71
71
  readonly type: "string";
72
- readonly description: "Archive folder for per-iteration reports";
72
+ readonly description: "Archive root folder for per-iteration reports";
73
73
  };
74
74
  readonly "max-iterations": {
75
75
  readonly type: "string";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "academic-army",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Agent workflows and skills for AcademicArmy.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "coding-agent-forge": ">=1.5.0",
49
- "developing-agent-forge": ">=2.9.0"
49
+ "developing-agent-forge": ">=2.10.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@eslint/js": "^10.0.1",