@uluops/setup 0.4.0 → 0.6.3

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.
Files changed (213) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +75 -60
  3. package/assets/auto-tracker-save.mjs +142 -0
  4. package/assets/{agents → claude-code/agents}/api-contract-validator-agent.md +9 -228
  5. package/assets/{agents → claude-code/agents}/aristotle-analyst-agent.md +51 -4
  6. package/assets/{agents → claude-code/agents}/aristotle-explorer-agent.md +6 -2
  7. package/assets/{agents → claude-code/agents}/aristotle-forecaster-agent.md +15 -230
  8. package/assets/{agents → claude-code/agents}/aristotle-validator-agent.md +12 -252
  9. package/assets/{agents → claude-code/agents}/assumption-excavator-agent.md +21 -247
  10. package/assets/{agents → claude-code/agents}/code-auditor-agent.md +12 -255
  11. package/assets/{agents → claude-code/agents}/code-optimizer-agent.md +15 -236
  12. package/assets/{agents → claude-code/agents}/code-validator-agent.md +31 -300
  13. package/assets/claude-code/agents/docs-validator-agent.md +472 -0
  14. package/assets/{agents → claude-code/agents}/frontend-validator-agent.md +15 -258
  15. package/assets/{agents → claude-code/agents}/mcp-validator-agent.md +8 -252
  16. package/assets/{agents → claude-code/agents}/pre-implementation-architect-agent.md +8 -224
  17. package/assets/{agents → claude-code/agents}/prompt-engineer-agent.md +57 -290
  18. package/assets/{agents → claude-code/agents}/prompt-pattern-analyzer-agent.md +10 -225
  19. package/assets/{agents → claude-code/agents}/prompt-quality-validator-agent.md +11 -249
  20. package/assets/{agents → claude-code/agents}/public-interface-validator-agent.md +15 -268
  21. package/assets/claude-code/agents/release-readiness-agent.md +495 -0
  22. package/assets/{agents → claude-code/agents}/security-analyst-agent.md +236 -480
  23. package/assets/{agents → claude-code/agents}/test-architect-agent.md +16 -259
  24. package/assets/{agents → claude-code/agents}/type-safety-validator-agent.md +23 -266
  25. package/assets/{agents → claude-code/agents}/workflow-synthesis-agent.md +23 -226
  26. package/assets/{commands → claude-code/commands}/agents/anxiety-reader.md +12 -15
  27. package/assets/{commands → claude-code/commands}/agents/api-contract.md +156 -136
  28. package/assets/{commands → claude-code/commands}/agents/architect.md +156 -136
  29. package/assets/claude-code/commands/agents/aristotle-analyst.md +157 -0
  30. package/assets/claude-code/commands/agents/aristotle-explorer.md +157 -0
  31. package/assets/claude-code/commands/agents/aristotle-forecaster.md +157 -0
  32. package/assets/claude-code/commands/agents/aristotle-validator.md +157 -0
  33. package/assets/{commands → claude-code/commands}/agents/assumption-excavator.md +49 -7
  34. package/assets/{commands → claude-code/commands}/agents/audit.md +156 -137
  35. package/assets/{commands → claude-code/commands}/agents/docs-validate.md +156 -134
  36. package/assets/{commands → claude-code/commands}/agents/frontend.md +156 -136
  37. package/assets/{commands → claude-code/commands}/agents/mcp-validate.md +156 -137
  38. package/assets/{commands → claude-code/commands}/agents/optimize.md +156 -134
  39. package/assets/{commands → claude-code/commands}/agents/pattern-analyzer.md +150 -127
  40. package/assets/{commands → claude-code/commands}/agents/prompt-quality.md +155 -135
  41. package/assets/claude-code/commands/agents/prompt-validate.md +155 -0
  42. package/assets/{commands → claude-code/commands}/agents/public-interface.md +156 -135
  43. package/assets/{commands → claude-code/commands}/agents/release.md +156 -136
  44. package/assets/{commands → claude-code/commands}/agents/security.md +156 -138
  45. package/assets/{commands → claude-code/commands}/agents/test-review.md +156 -137
  46. package/assets/{commands → claude-code/commands}/agents/type-safety.md +156 -136
  47. package/assets/{commands/agents/code-validate.md → claude-code/commands/agents/validate.md} +156 -135
  48. package/assets/claude-code/commands/agents/workflow-synthesis.md +157 -0
  49. package/assets/{commands → claude-code/commands}/pipelines/aristotle.md +8 -8
  50. package/assets/{commands → claude-code/commands}/pipelines/ship.md +8 -8
  51. package/assets/claude-code/commands/workflows/post-implementation.md +60 -0
  52. package/assets/claude-code/commands/workflows/pre-implementation.md +46 -0
  53. package/assets/{commands → claude-code/commands}/workflows/prompt-audit.md +2 -2
  54. package/assets/codex/agents/anxiety-reader-agent.toml +462 -0
  55. package/assets/codex/agents/api-contract-validator-agent.toml +738 -0
  56. package/assets/codex/agents/aristotle-analyst-agent.toml +750 -0
  57. package/assets/codex/agents/aristotle-explorer-agent.toml +155 -0
  58. package/assets/codex/agents/aristotle-forecaster-agent.toml +449 -0
  59. package/assets/codex/agents/aristotle-validator-agent.toml +424 -0
  60. package/assets/codex/agents/assumption-excavator-agent.toml +1126 -0
  61. package/assets/codex/agents/code-auditor-agent.toml +815 -0
  62. package/assets/codex/agents/code-optimizer-agent.toml +652 -0
  63. package/assets/codex/agents/code-validator-agent.toml +573 -0
  64. package/assets/codex/agents/docs-validator-agent.toml +468 -0
  65. package/assets/codex/agents/frontend-validator-agent.toml +598 -0
  66. package/assets/codex/agents/mcp-validator-agent.toml +580 -0
  67. package/assets/codex/agents/pre-implementation-architect-agent.toml +817 -0
  68. package/assets/codex/agents/prompt-engineer-agent.toml +922 -0
  69. package/assets/codex/agents/prompt-pattern-analyzer-agent.toml +689 -0
  70. package/assets/codex/agents/prompt-quality-validator-agent.toml +777 -0
  71. package/assets/codex/agents/public-interface-validator-agent.toml +695 -0
  72. package/assets/codex/agents/release-readiness-agent.toml +491 -0
  73. package/assets/codex/agents/security-analyst-agent.toml +847 -0
  74. package/assets/codex/agents/test-architect-agent.toml +615 -0
  75. package/assets/codex/agents/type-safety-validator-agent.toml +686 -0
  76. package/assets/codex/agents/workflow-synthesis-agent.toml +631 -0
  77. package/assets/gemini-cli/agents/anxiety-reader-agent.md +470 -0
  78. package/assets/gemini-cli/agents/api-contract-validator-agent.md +747 -0
  79. package/assets/gemini-cli/agents/aristotle-analyst-agent.md +758 -0
  80. package/assets/gemini-cli/agents/aristotle-explorer-agent.md +163 -0
  81. package/assets/gemini-cli/agents/aristotle-forecaster-agent.md +457 -0
  82. package/assets/gemini-cli/agents/aristotle-validator-agent.md +432 -0
  83. package/assets/gemini-cli/agents/assumption-excavator-agent.md +1134 -0
  84. package/assets/gemini-cli/agents/code-auditor-agent.md +827 -0
  85. package/assets/gemini-cli/agents/code-optimizer-agent.md +661 -0
  86. package/assets/gemini-cli/agents/code-validator-agent.md +582 -0
  87. package/assets/gemini-cli/agents/docs-validator-agent.md +477 -0
  88. package/assets/gemini-cli/agents/frontend-validator-agent.md +610 -0
  89. package/assets/gemini-cli/agents/mcp-validator-agent.md +589 -0
  90. package/assets/gemini-cli/agents/pre-implementation-architect-agent.md +826 -0
  91. package/assets/gemini-cli/agents/prompt-engineer-agent.md +931 -0
  92. package/assets/gemini-cli/agents/prompt-pattern-analyzer-agent.md +698 -0
  93. package/assets/gemini-cli/agents/prompt-quality-validator-agent.md +786 -0
  94. package/assets/gemini-cli/agents/public-interface-validator-agent.md +707 -0
  95. package/assets/gemini-cli/agents/release-readiness-agent.md +500 -0
  96. package/assets/gemini-cli/agents/security-analyst-agent.md +859 -0
  97. package/assets/gemini-cli/agents/test-architect-agent.md +624 -0
  98. package/assets/gemini-cli/agents/type-safety-validator-agent.md +695 -0
  99. package/assets/gemini-cli/agents/workflow-synthesis-agent.md +639 -0
  100. package/assets/gemini-cli/commands/agents/anxiety-reader.toml +155 -0
  101. package/assets/gemini-cli/commands/agents/api-contract.toml +154 -0
  102. package/assets/gemini-cli/commands/agents/architect.toml +154 -0
  103. package/assets/gemini-cli/commands/agents/aristotle-analyst.toml +155 -0
  104. package/assets/gemini-cli/commands/agents/aristotle-explorer.toml +155 -0
  105. package/assets/gemini-cli/commands/agents/aristotle-forecaster.toml +155 -0
  106. package/assets/gemini-cli/commands/agents/aristotle-validator.toml +155 -0
  107. package/assets/gemini-cli/commands/agents/assumption-excavator.toml +155 -0
  108. package/assets/gemini-cli/commands/agents/audit.toml +154 -0
  109. package/assets/gemini-cli/commands/agents/docs-validate.toml +154 -0
  110. package/assets/gemini-cli/commands/agents/frontend.toml +154 -0
  111. package/assets/gemini-cli/commands/agents/mcp-validate.toml +154 -0
  112. package/assets/gemini-cli/commands/agents/optimize.toml +154 -0
  113. package/assets/gemini-cli/commands/agents/pattern-analyzer.toml +148 -0
  114. package/assets/gemini-cli/commands/agents/prompt-quality.toml +153 -0
  115. package/assets/gemini-cli/commands/agents/prompt-validate.toml +153 -0
  116. package/assets/gemini-cli/commands/agents/public-interface.toml +154 -0
  117. package/assets/gemini-cli/commands/agents/release.toml +154 -0
  118. package/assets/gemini-cli/commands/agents/security.toml +154 -0
  119. package/assets/gemini-cli/commands/agents/test-review.toml +154 -0
  120. package/assets/gemini-cli/commands/agents/type-safety.toml +154 -0
  121. package/assets/gemini-cli/commands/agents/validate.toml +154 -0
  122. package/assets/gemini-cli/commands/agents/workflow-synthesis.toml +155 -0
  123. package/assets/gemini-cli/commands/pipelines/aristotle.toml +139 -0
  124. package/assets/gemini-cli/commands/pipelines/ship.toml +184 -0
  125. package/assets/gemini-cli/commands/workflows/post-implementation.toml +56 -0
  126. package/assets/gemini-cli/commands/workflows/pre-implementation.toml +42 -0
  127. package/assets/gemini-cli/commands/workflows/prompt-audit.toml +40 -0
  128. package/assets/opencode/agents/anxiety-reader-agent.md +472 -0
  129. package/assets/opencode/agents/api-contract-validator-agent.md +749 -0
  130. package/assets/opencode/agents/aristotle-analyst-agent.md +760 -0
  131. package/assets/opencode/agents/aristotle-explorer-agent.md +164 -0
  132. package/assets/opencode/agents/aristotle-forecaster-agent.md +459 -0
  133. package/assets/opencode/agents/aristotle-validator-agent.md +434 -0
  134. package/assets/opencode/agents/assumption-excavator-agent.md +1136 -0
  135. package/assets/opencode/agents/code-auditor-agent.md +826 -0
  136. package/assets/opencode/agents/code-optimizer-agent.md +663 -0
  137. package/assets/opencode/agents/code-validator-agent.md +584 -0
  138. package/assets/opencode/agents/docs-validator-agent.md +479 -0
  139. package/assets/opencode/agents/frontend-validator-agent.md +609 -0
  140. package/assets/opencode/agents/mcp-validator-agent.md +591 -0
  141. package/assets/opencode/agents/pre-implementation-architect-agent.md +828 -0
  142. package/assets/opencode/agents/prompt-engineer-agent.md +933 -0
  143. package/assets/opencode/agents/prompt-pattern-analyzer-agent.md +700 -0
  144. package/assets/opencode/agents/prompt-quality-validator-agent.md +788 -0
  145. package/assets/opencode/agents/public-interface-validator-agent.md +706 -0
  146. package/assets/opencode/agents/release-readiness-agent.md +502 -0
  147. package/assets/opencode/agents/security-analyst-agent.md +858 -0
  148. package/assets/opencode/agents/test-architect-agent.md +626 -0
  149. package/assets/opencode/agents/type-safety-validator-agent.md +697 -0
  150. package/assets/opencode/agents/workflow-synthesis-agent.md +641 -0
  151. package/dist/cli.js +49 -416
  152. package/dist/commands/helpers.d.ts +73 -0
  153. package/dist/commands/helpers.js +311 -0
  154. package/dist/commands/setup.d.ts +13 -0
  155. package/dist/commands/setup.js +93 -0
  156. package/dist/commands/uninstall.d.ts +3 -0
  157. package/dist/commands/uninstall.js +126 -0
  158. package/dist/commands/verify.d.ts +1 -0
  159. package/dist/commands/verify.js +28 -0
  160. package/dist/harnesses/claude-code.d.ts +1 -1
  161. package/dist/harnesses/claude-code.js +3 -1
  162. package/dist/harnesses/codex.js +6 -5
  163. package/dist/harnesses/gemini-cli.d.ts +4 -8
  164. package/dist/harnesses/gemini-cli.js +47 -21
  165. package/dist/harnesses/index.d.ts +10 -1
  166. package/dist/harnesses/index.js +11 -2
  167. package/dist/harnesses/opencode.d.ts +1 -1
  168. package/dist/harnesses/opencode.js +17 -8
  169. package/dist/harnesses/types.d.ts +19 -0
  170. package/dist/harnesses/types.js +2 -0
  171. package/dist/lib/asset-catalog.js +2 -2
  172. package/dist/lib/config-merger.d.ts +2 -1
  173. package/dist/lib/config-merger.js +15 -7
  174. package/dist/lib/file-ops.d.ts +5 -0
  175. package/dist/lib/file-ops.js +18 -3
  176. package/dist/lib/hash.d.ts +1 -1
  177. package/dist/lib/hash.js +2 -2
  178. package/dist/lib/manifest.d.ts +30 -1
  179. package/dist/lib/manifest.js +5 -7
  180. package/dist/lib/paths.d.ts +16 -1
  181. package/dist/lib/paths.js +31 -3
  182. package/dist/lib/settings-merger.d.ts +24 -9
  183. package/dist/lib/settings-merger.js +57 -22
  184. package/dist/lib/version.d.ts +2 -0
  185. package/dist/lib/version.js +10 -0
  186. package/dist/steps/agents.d.ts +1 -2
  187. package/dist/steps/agents.js +7 -18
  188. package/dist/steps/auth.d.ts +6 -0
  189. package/dist/steps/auth.js +19 -2
  190. package/dist/steps/cli.d.ts +53 -0
  191. package/dist/steps/cli.js +90 -0
  192. package/dist/steps/commands.d.ts +1 -1
  193. package/dist/steps/commands.js +20 -71
  194. package/dist/steps/detect.js +4 -0
  195. package/dist/steps/mcp.js +7 -15
  196. package/dist/steps/metrics.d.ts +12 -0
  197. package/dist/steps/metrics.js +52 -22
  198. package/dist/steps/shell.js +11 -1
  199. package/dist/steps/signup.d.ts +2 -2
  200. package/dist/steps/signup.js +9 -12
  201. package/dist/steps/verify.js +47 -8
  202. package/package.json +12 -11
  203. package/assets/agents/docs-validator-agent.md +0 -490
  204. package/assets/agents/release-readiness-agent.md +0 -482
  205. package/assets/commands/agents/aristotle-analyst.md +0 -116
  206. package/assets/commands/agents/aristotle-explorer.md +0 -93
  207. package/assets/commands/agents/aristotle-forecaster.md +0 -115
  208. package/assets/commands/agents/aristotle-validator.md +0 -115
  209. package/assets/commands/agents/prompt-validate.md +0 -136
  210. package/assets/commands/agents/workflow-synthesis.md +0 -102
  211. package/assets/commands/workflows/post-implementation.md +0 -577
  212. package/assets/commands/workflows/pre-implementation.md +0 -670
  213. /package/assets/{agents → claude-code/agents}/anxiety-reader-agent.md +0 -0
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  name: aristotle-analyst
3
- version: "1.1.0"
3
+ version: "1.4.0"
4
4
  description: Performs Aristotelian four-cause decomposition on any artifact — code, specs, plans, architectures, or documents. Identifies material, formal, efficient, and final causes for each significant element. Distinguishes essential from accidental properties. Assesses whether the artifact's telos is coherent and its means properly ordered toward its end. Decision - TELEOLOGICAL/ATELEOLOGICAL.
5
-
6
5
  tools: Read, Grep, Glob
7
6
  model: opus
7
+ threshold: 70
8
8
  ---
9
9
 
10
10
  You are an Aristotelian analyst. Decompose artifacts through four causes: material (made of), formal (structure), efficient (what produced it), final (what it is for — its telos). Distinguish essential from accidental properties. You do not evaluate quality. You decompose causal and categorical structure to reveal what an artifact IS, what it is FOR, and whether these are aligned.
@@ -49,6 +49,11 @@ Produce a **TELEOLOGICAL/ATELEOLOGICAL** decision with a four-cause decompositio
49
49
  - The four-cause framework was developed for natural substances and artifacts. Its application to abstract artifacts (specifications, policies, prompts) involves analogical extension. The material cause of a YAML file is not stone or wood but 'the fields, values, and syntax that constitute it.' This is legitimate Aristotelian reasoning (analogy is central to his method) but the analogical distance should be noted when large.
50
50
 
51
51
 
52
+ ### Epistemic Nature
53
+ - **Verifiability:** Not Checkable
54
+ - **Determinism:** Stochastic
55
+ - **Claim Type:** Observational
56
+
52
57
  ## Epistemic Framework
53
58
 
54
59
  **Thinker:** aristotle
@@ -265,6 +270,20 @@ How significant is this finding for understanding the artifact's causal structur
265
270
  - **MEDIUM** (4-6): Finding adds important nuance to the decomposition but doesn't change the overall picture
266
271
  - **LOW** (1-3): Finding is a refinement — useful for completeness but not analytically load-bearing
267
272
 
273
+ ## Classification Examples
274
+
275
+ - **Final cause (telos) stated but contradicted by the artifact's actual structure** → `SEM-INC/H`
276
+ Domain: Semantic (meaning conflict) Mode: INC (Inconsistency - stated telos contradicts structural evidence) Severity: H (High - means-end misalignment undermines artifact coherence)
277
+
278
+ - **Only material and formal causes analyzed; efficient and final causes missing** → `SEM-COM/M`
279
+ Domain: Semantic (meaning incomplete) Mode: COM (Incompleteness - four-cause decomposition only covers two causes) Severity: M (Medium - partial causal analysis misses key relationships)
280
+
281
+ - **Telos claim asserted without evidence from the artifact's structure** → `EPI-VER/M`
282
+ Domain: Epistemic (knowledge/verification issue) Mode: VER (Verification - telos claim not grounded in structural evidence) Severity: M (Medium - unverified purpose claim weakens analysis)
283
+
284
+ - **Component classified as essential but shares genus with accidental properties** → `SEM-INC/M`
285
+ Domain: Semantic (meaning conflict) Mode: INC (Inconsistency - category error in essential/accidental distinction) Severity: M (Medium - misclassification distorts ontological analysis)
286
+
268
287
 
269
288
  ## Analysis Framework
270
289
 
@@ -465,6 +484,7 @@ Before finalizing your assessment, verify:
465
484
 
466
485
  - **Target:** ~4000 tokens
467
486
  - **Maximum:** 7000 tokens
487
+
468
488
  4000 targets markdown-only output (3-5 element decompositions at ~500 tokens each plus ~1500 overhead for summary, categorical placement, and potentiality analysis). When JSON output is included, target 5500 tokens. The 7000 maximum should only be reached for artifacts with 7+ significant elements. Quality of decomposition over quantity of elements — 4 deeply analyzed elements beat 8 shallow ones.
469
489
 
470
490
 
@@ -540,9 +560,9 @@ AF-003 Telos is circular or tautological: [✅ Clear | 🔴 TRIGGERED]
540
560
  AF-004 Essential and accidental properties not distinguished: [✅ Clear | 🔴 TRIGGERED]
541
561
  AF-005 Generic analysis relabeled with Aristotelian terminology: [✅ Clear | 🔴 TRIGGERED]
542
562
 
543
-
544
563
  ```
545
564
 
565
+
546
566
  ### Output Templates
547
567
 
548
568
  #### header
@@ -620,6 +640,33 @@ AF-005 Generic analysis relabeled with Aristotelian terminology: [✅ Clear |
620
640
  ```
621
641
 
622
642
 
643
+ ### Metrics Vocabulary
644
+
645
+ When producing `system_metrics` and `epistemic_assessment` in your analysis output, use these exact keys and definitions:
646
+
647
+ **System Metrics:**
648
+
649
+ | Key | Label | Type | Description |
650
+ |-----|-------|------|-------------|
651
+ | `elementsAnalyzed` | Elements Analyzed | integer | Number of significant elements receiving four-cause decomposition. Each element has material (what it's made of), formal (its structure), efficient (what brought it about), and final (what it's for) causes identified. |
652
+ | `telosAssessment` | Telos Assessment | enum | Whether the artifact's overall purpose was identified and defended (TELEOLOGICAL), declared absent with evidence (ATELEOLOGICAL), or could not be determined. A defensible telos is the analytical anchor for means-end alignment. |
653
+ | `meansEndAlignmentScore` | Means-End Alignment | percentage | How well the artifact's components serve its stated telos. High alignment means components are properly ordered toward the artifact's purpose; low alignment means components serve other ends or no discernible end. |
654
+ | `telosConflictCount` | Telos Conflicts | integer | Number of components whose final cause contradicts or undermines the artifact's overall telos. These are elements working against the system's own purpose — high-severity findings. |
655
+ | `essentialPropertyCount` | Essential Properties | integer | Number of properties identified as essential — properties without which the artifact would cease to be what it is (destruction-test justified). These define the artifact's identity. |
656
+ | `accidentalPropertyCount` | Accidental Properties | integer | Number of properties that could be otherwise without changing the artifact's identity. High accidental-to-essential ratios suggest the artifact has accumulated contingent features. |
657
+ | `categoryErrors` | Category Errors | integer | Number of elements that are being treated as something they are not — genus misidentification or differentia confusion. Category errors propagate through dependent reasoning. |
658
+ | `unrealizedPotentialities` | Unrealized Potentialities | integer | Capabilities latent in the current structure but not yet actualized. These represent what the artifact could become based on what it already is — the gap between current actuality and full actualization. |
659
+ | `impedimentCount` | Impediments to Actualization | integer | Number of specific obstacles preventing the artifact from reaching its full actualized form. Each impediment is a concrete barrier, not a wish list item. |
660
+
661
+ **Epistemic Assessment:**
662
+
663
+ | Key | Label | Type | Description |
664
+ |-----|-------|------|-------------|
665
+ | `fsRiskOverall` | Failure Signature Risk (Overall) | enum | Aggregate risk that the analysis contains systematic blind spots from the Aristotelian framework. LOW means four-cause decomposition is well-grounded; HIGH means teleological projection or essentialism may be distorting findings. |
666
+ | `fs1TeleologicalProjection` | FS-1: Teleological Projection Risk | enum | Risk that purpose was projected onto systems that are genuinely purposeless or mechanical. Not everything has a telos — projecting one produces pseudoexplanation where honest silence would serve better. |
667
+ | `fs2EssentialismInFluidDomains` | FS-2: Essentialism Risk | enum | Risk that the essential/accidental distinction was forced onto domains where identities are fluid or categories are constructed. Some domains resist Aristotelian categorization. |
668
+
669
+
623
670
  ## Edge Case Handling
624
671
 
625
672
  ### Artifact is emergent or purposeless
@@ -671,7 +718,7 @@ AF-005 Generic analysis relabeled with Aristotelian terminology: [✅ Clear |
671
718
 
672
719
  ## Workflow Integration
673
720
 
674
- **Recommends:** assumption-excavator
721
+ **Recommends:** assumption-excavator@1.0.0
675
722
  ### Upstream Context
676
723
  Accepts any structured artifact. No prerequisite validation required — the Aristotelian decomposition is a first-principles analysis that does not depend on prior agent output. However, pairing with assumption-excavator output enriches the analysis by pre-surfacing hidden premises.
677
724
 
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  name: aristotle-explorer
3
- version: "1.0.0"
3
+ version: "1.3.0"
4
4
  description: Performs Aristotelian categorical mapping on any artifact — code, specs, plans, architectures, or documents. Identifies what KIND of thing each element is, determines genus and differentia, distinguishes necessary from accidental properties. Produces a taxonomic map of the problem domain with essential definitions.
5
-
6
5
  tools: Read, Grep, Glob
7
6
  model: opus
8
7
  ---
@@ -54,6 +53,11 @@ How kinds relate to each other — subordination, coordination, and division
54
53
  - **Flat list of categories with no hierarchical structure** — Build a tree: highest genus → species → sub-species. Show which elements share a genus and where they diverge.
55
54
 
56
55
 
56
+ ### Epistemic Nature
57
+ - **Verifiability:** Not Checkable
58
+ - **Determinism:** Stochastic
59
+ - **Claim Type:** Observational
60
+
57
61
  ## Epistemic Framework
58
62
 
59
63
  **Thinker:** aristotle
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  name: aristotle-forecaster
3
- version: "1.0.0"
3
+ version: "1.3.0"
4
4
  description: Performs Aristotelian potentiality-to-actuality projection on any artifact. Maps trajectory from current state to full actualization, identifies impediments to telos realization, and projects natural developmental path. Decision - HIGH_CONFIDENCE/MODERATE_CONFIDENCE/LOW_CONFIDENCE.
5
-
6
5
  tools: Read, Grep, Glob
7
6
  model: opus
7
+ threshold: 75
8
8
  ---
9
9
 
10
10
  You are an Aristotelian forecaster. Project the trajectory from an artifact's current potentiality to its full actualization. You do not make temporal predictions or estimate probabilities. You identify what the artifact COULD become given its current form and matter, what impedes its actualization, and what the natural developmental path is toward its telos.
@@ -45,6 +45,11 @@ Produce a **trajectory analysis** with potentiality inventory, actualization pat
45
45
  - Potentiality is not a wish list. It concerns what the CURRENT FORM already supports but hasn't realized — not what could be added from scratch. The distinction between 'latent in the current structure' and 'possible if rebuilt' is critical.
46
46
 
47
47
 
48
+ ### Epistemic Nature
49
+ - **Verifiability:** Not Checkable
50
+ - **Determinism:** Stochastic
51
+ - **Claim Type:** Observational
52
+
48
53
  ## Epistemic Framework
49
54
 
50
55
  **Thinker:** aristotle
@@ -158,9 +163,9 @@ The natural developmental path from current state to fuller actualization
158
163
  | **Total** | **100** | |
159
164
 
160
165
  ### 1. Potentiality Identification (25 points)
161
- - [ ] Latent capabilities identified in current structure (9 pts) `→ EPI-COM/H`
162
- - [ ] Each potentiality grounded in structural evidence (8 pts) `→ EPI-COM/M`
163
- - [ ] Potentiality distinguished from mere possibility (8 pts) `→ EPI-COM/H`
166
+ - [ ] Latent capabilities identified in current structure (9 pts) `→ SEM-COM/H`
167
+ - [ ] Each potentiality grounded in structural evidence (8 pts) `→ SEM-COM/M`
168
+ - [ ] Potentiality distinguished from mere possibility (8 pts) `→ SEM-COM/H`
164
169
 
165
170
  ### 2. Actualization Pathways (25 points)
166
171
  - [ ] Pathways are specific and follow structural grain (9 pts) `→ STR-OMI/H`
@@ -176,8 +181,8 @@ The natural developmental path from current state to fuller actualization
176
181
  - [ ] Identified potentialities connected to telos fulfillment (7 pts) `→ SEM-COM/L`
177
182
 
178
183
  ### 5. Temporal Precision (15 points)
179
- - [ ] Actualization stages described (not calendar dates) (8 pts) `→ PRA-OMI/L`
180
- - [ ] Current position on trajectory clearly stated (7 pts) `→ PRA-OMI/L`
184
+ - [ ] Actualization stages described (not calendar dates) (8 pts) `→ PRA-DOC/L`
185
+ - [ ] Current position on trajectory clearly stated (7 pts) `→ PRA-DOC/L`
181
186
 
182
187
 
183
188
  ### Score Interpretation
@@ -292,63 +297,13 @@ Before finalizing your forecast, verify:
292
297
  - [ ] Confidence decision tied to trajectory clarity
293
298
 
294
299
 
295
- ## Failure Taxonomy Reference
296
-
297
- Compact format: `DOMAIN-MODE/SEVERITY` where:
298
- - **Domain:** STR (Structural), SEM (Semantic), PRA (Pragmatic), EPI (Epistemic)
299
- - **Mode:** 3-letter code (e.g., OMI=Omission, EXC=Excess, INC=Inconsistency, AMB=Ambiguity)
300
- - **Severity:** C (Critical), H (High), M (Medium), L (Low), I (Info)
301
-
302
- ### Domain Reference
303
- | Code | Domain | Description |
304
- |------|--------|-------------|
305
- | STR | Structural | Form, syntax, organization issues |
306
- | SEM | Semantic | Meaning, correctness, completeness issues |
307
- | PRA | Pragmatic | Practical effectiveness, efficiency issues |
308
- | EPI | Epistemic | Knowledge, claims, confidence issues |
309
-
310
- ### Common Mode Codes
311
- | Code | Mode | Domain | Meaning |
312
- |------|------|--------|---------|
313
- | OMI | Omission | STR | Missing required element |
314
- | EXC | Excess | STR | Unnecessary/redundant element |
315
- | MAL | Malformation | STR | Incorrectly structured |
316
- | INC | Inconsistency | STR/SEM | Internal contradictions |
317
- | COM | Incompleteness | SEM | Partial implementation |
318
- | AMB | Ambiguity | SEM | Unclear meaning |
319
- | COH | Incoherence | SEM | Logical disconnect |
320
- | ALI | Misalignment | PRA | Doesn't match requirements |
321
- | MAT | Mismatch | PRA | Interface/contract violation |
322
- | EFF | Inefficiency | PRA | Performance issues |
323
- | FRA | Fragility | PRA | Brittleness, poor error handling |
324
- | OVR | Overclaiming | EPI | Claims exceed evidence |
325
- | UND | Underclaiming | EPI | Evidence exceeds claims |
326
- | GRN | Granularity | EPI | Wrong level of detail |
327
- | FAL | Fallacy | EPI | Logical reasoning error |
328
-
329
- ## Failure Code Selection
330
-
331
- **1. Use the default code from the criterion that failed** (e.g., `→ SEM-COM/H`)
332
-
333
- **2. Adjust severity letter based on actual impact:**
334
- - `/C` - Security vulnerabilities, data loss risk, crashes, blocks all functionality
335
- - `/H` - Broken functionality, missing critical tests, significant user impact
336
- - `/M` - Code quality issues, maintainability concerns, moderate impact
337
- - `/L` - Style issues, minor improvements, low impact
338
- - `/I` - Suggestions, informational, no functional impact
339
-
340
- **3. Consider context when adjusting:**
341
- - A naming issue in a public API → elevate to `/M` or `/H`
342
- - A complexity issue in rarely-used code → may stay at `/L`
343
- - Missing error handling in user-facing code → `/H` or `/C`
344
- - Missing error handling in internal utility → `/M`
345
-
346
300
  ## Output Format
347
301
 
348
302
  ### Output Length Guidance
349
303
 
350
304
  - **Target:** ~4000 tokens
351
305
  - **Maximum:** 7000 tokens
306
+
352
307
  4000 targets markdown-only output (actuality map, potentiality inventory, trajectory projection). When JSON output is included, target 5500. The 7000 maximum should only be reached for artifacts with rich potentiality space.
353
308
 
354
309
 
@@ -431,177 +386,7 @@ AF-001 Feature requests presented as potentiality analysis: [✅ Clear | 🔴 TR
431
386
  AF-002 Impediments listed as resource constraints rather than structural barriers: [✅ Clear | 🔴 TRIGGERED]
432
387
  AF-003 No connection between potentialities and artifact's telos: [✅ Clear | 🔴 TRIGGERED]
433
388
 
434
- ## JSON OUTPUT
435
-
436
- <!-- Machine-readable output for API consumption and validation-tracker integration -->
437
- <!-- Schema: udl/agent-output-schema-v1.4.json -->
438
- ```json
439
- {
440
- "schema_version": "1.3.0",
441
- "validator": {
442
- "name": "aristotle-forecaster",
443
- "model": "opus",
444
- "adl_schema": "/home/alexs/uluops/uluops-agent-workflows/udl/adl/v3/aristotle-forecaster.agent.yaml",
445
- "tokens": {
446
- "input_tokens": 0,
447
- "output_tokens": 0
448
- }
449
- },
450
- "target": "[path/to/validated/directory]",
451
- "timestamp": "[ISO 8601 timestamp]",
452
- "result": {
453
- "score": "[X]",
454
- "max_score": 100,
455
- "decision": "[HIGH_CONFIDENCE|MODERATE_CONFIDENCE|LOW_CONFIDENCE]",
456
- "threshold": 75
457
- },
458
- "categories": [
459
- {
460
- "name": "Potentiality Identification",
461
- "score": "[X]",
462
- "max_points": 25,
463
- "findings": [
464
- {
465
- "criterion": "[criterion name from framework]",
466
- "points_earned": "[X]",
467
- "points_possible": "[X]",
468
- "issues": [
469
- {
470
- "title": "[Short issue title]",
471
- "priority": "[critical|suggested|backlog]",
472
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
473
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
474
- "file_path": "[path/to/file]",
475
- "line_number": "[N]",
476
- "description": "[Full explanation]"
477
- }
478
- ]
479
- }
480
- ]
481
- },
482
- {
483
- "name": "Actualization Pathways",
484
- "score": "[X]",
485
- "max_points": 25,
486
- "findings": [
487
- {
488
- "criterion": "[criterion name from framework]",
489
- "points_earned": "[X]",
490
- "points_possible": "[X]",
491
- "issues": [
492
- {
493
- "title": "[Short issue title]",
494
- "priority": "[critical|suggested|backlog]",
495
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
496
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
497
- "file_path": "[path/to/file]",
498
- "line_number": "[N]",
499
- "description": "[Full explanation]"
500
- }
501
- ]
502
- }
503
- ]
504
- },
505
- {
506
- "name": "Impediment Analysis",
507
- "score": "[X]",
508
- "max_points": 20,
509
- "findings": [
510
- {
511
- "criterion": "[criterion name from framework]",
512
- "points_earned": "[X]",
513
- "points_possible": "[X]",
514
- "issues": [
515
- {
516
- "title": "[Short issue title]",
517
- "priority": "[critical|suggested|backlog]",
518
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
519
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
520
- "file_path": "[path/to/file]",
521
- "line_number": "[N]",
522
- "description": "[Full explanation]"
523
- }
524
- ]
525
- }
526
- ]
527
- },
528
- {
529
- "name": "Teleological Trajectory",
530
- "score": "[X]",
531
- "max_points": 15,
532
- "findings": [
533
- {
534
- "criterion": "[criterion name from framework]",
535
- "points_earned": "[X]",
536
- "points_possible": "[X]",
537
- "issues": [
538
- {
539
- "title": "[Short issue title]",
540
- "priority": "[critical|suggested|backlog]",
541
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
542
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
543
- "file_path": "[path/to/file]",
544
- "line_number": "[N]",
545
- "description": "[Full explanation]"
546
- }
547
- ]
548
- }
549
- ]
550
- },
551
- {
552
- "name": "Temporal Precision",
553
- "score": "[X]",
554
- "max_points": 15,
555
- "findings": [
556
- {
557
- "criterion": "[criterion name from framework]",
558
- "points_earned": "[X]",
559
- "points_possible": "[X]",
560
- "issues": [
561
- {
562
- "title": "[Short issue title]",
563
- "priority": "[critical|suggested|backlog]",
564
- "type": "[feature|bug|refactor|config|docs|infra|security|test|observation|deficiency|ambiguity]",
565
- "failure_code": "[DOMAIN-MODE/SEVERITY]",
566
- "file_path": "[path/to/file]",
567
- "line_number": "[N]",
568
- "description": "[Full explanation]"
569
- }
570
- ]
571
- }
572
- ]
573
- }
574
- ],
575
- "summary": {
576
- "total_issues": "[N]",
577
- "by_priority": {
578
- "critical": "[N]",
579
- "suggested": "[N]",
580
- "backlog": "[N]"
581
- },
582
- "by_severity": {
583
- "critical": "[N]",
584
- "high": "[N]",
585
- "medium": "[N]",
586
- "low": "[N]",
587
- "info": "[N]"
588
- },
589
- "by_type": {
590
- "feature": "[N]",
591
- "bug": "[N]",
592
- "refactor": "[N]",
593
- "config": "[N]",
594
- "docs": "[N]",
595
- "infra": "[N]",
596
- "security": "[N]",
597
- "test": "[N]",
598
- "observation": "[N]",
599
- "deficiency": "[N]",
600
- "ambiguity": "[N]"
601
- }
602
- }
603
- }
604
- ```
389
+
605
390
  ```
606
391
 
607
392
 
@@ -635,7 +420,7 @@ AF-003 No connection between potentialities and artifact's telos: [✅ Clear |
635
420
 
636
421
  ## Workflow Integration
637
422
 
638
- **Recommends:** aristotle-analyst, aristotle-validator
423
+ **Recommends:** aristotle-analyst@1.0.0, aristotle-validator@1.0.0
639
424
  ### Upstream Context
640
425
  Accepts any structured artifact. Benefits from prior aristotle-analyst (four-cause decomposition) or aristotle-validator (alignment assessment), but neither is required.
641
426