@exaudeus/workrail 0.0.15 → 0.0.16

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": "@exaudeus/workrail",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "MCP server for structured workflow orchestration and step-by-step task guidance",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -3,40 +3,7 @@
3
3
  "name": "Excellent Adaptive Coding Workflow with Devil's Advocate Review",
4
4
  "version": "0.7.0",
5
5
  "description": "Comprehensive AI coding workflow with bidirectional re-triage, deep analysis, intelligent clarification, devil's advocate review, automation levels, failure bounds, tool fallbacks, and context documentation for production-ready development.",
6
- "changelog": [
7
- "0.7.0: Enabled safe complexity downgrades, standardized conditions, streamlined docs, improved small tasks, enhanced failures, added metrics"
8
- ],
9
- "variables": {
10
- "taskComplexity": {
11
- "type": "string",
12
- "values": ["Small", "Medium", "Large"],
13
- "default": null,
14
- "description": "Current task complexity classification"
15
- },
16
- "automationLevel": {
17
- "type": "string",
18
- "values": ["Low", "Medium", "High"],
19
- "default": "Medium",
20
- "description": "Level of automation for confirmations"
21
- },
22
- "requestDeepAnalysis": {
23
- "type": "boolean",
24
- "default": false,
25
- "description": "Whether optional deep analysis was requested for Medium tasks"
26
- },
27
- "confidenceScore": {
28
- "type": "number",
29
- "range": [1, 10],
30
- "setIn": "phase-5b-devil-advocate-review",
31
- "default": null,
32
- "description": "Confidence rating for implementation plan (1-10)"
33
- },
34
- "proposedDowngrade": {
35
- "type": "boolean",
36
- "default": false,
37
- "description": "Flag when complexity downgrade is proposed in re-triage"
38
- }
39
- },
6
+
40
7
  "preconditions": [
41
8
  "User has a clear task description (e.g., from Jira, a dev doc, or a BRD).",
42
9
  "The agent has access to necessary tools like `grep`, file readers/editors, and a terminal for commands.",