@exaudeus/workrail 0.7.2-beta.6 → 0.8.0

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.7.2-beta.6",
3
+ "version": "0.8.0",
4
4
  "description": "MCP server for structured workflow orchestration and step-by-step task guidance",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -1,8 +1,8 @@
1
1
  {
2
- "id": "systematic-bug-investigation-reflective",
3
- "name": "Bug Investigation (Reflective)",
4
- "version": "2.1.0-alpha.1",
5
- "description": "A reflective bug investigation workflow where agents plan their approach before executing. Emphasizes metacognition and strategic thinking.",
2
+ "id": "bug-investigation",
3
+ "name": "Bug Investigation",
4
+ "version": "1.0.0",
5
+ "description": "A systematic bug investigation workflow that finds the true source of bugs through strategic planning and evidence-based analysis. Guides agents through plan-then-execute phases to avoid jumping to conclusions.",
6
6
  "clarificationPrompts": [
7
7
  "What type of system is this? (web app, backend service, CLI tool, etc.)",
8
8
  "How reproducible is this bug? (always, sometimes, rarely)",