dasa-sradha-kit 5.1.2 → 5.1.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.
- package/.agent/.shared/dasa-cheat-sheet.toon +16 -0
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
|
@@ -53,6 +53,22 @@ auto_routing_engine:
|
|
|
53
53
|
logic_gate: "Prompt -> Intent_Detection -> Auto_Workflow_Execution"
|
|
54
54
|
|
|
55
55
|
scenarios:
|
|
56
|
+
A_INITIALIZATION_INTERVIEW:
|
|
57
|
+
intent_pattern: ["make me an app", "start a project"]
|
|
58
|
+
auto_workflow:
|
|
59
|
+
- STEP_1: "Pause and interview user about tech stack and project goal."
|
|
60
|
+
- STEP_2: "Dasa Dwipa searches for relevant community skills via skill_search.py."
|
|
61
|
+
- STEP_3: "Populate dasa.config.toon."
|
|
62
|
+
goal: "Prevent hallucinated tech stacks by dynamically gathering context."
|
|
63
|
+
|
|
64
|
+
B_CODEBASE_ASSIMILATION:
|
|
65
|
+
intent_pattern: ["add a feature", "explain this app"]
|
|
66
|
+
auto_workflow:
|
|
67
|
+
- STEP_1: "Trigger /dasa-assimilate silently."
|
|
68
|
+
- STEP_2: "Dasa Dwipa uses workspace-mapper.py and arch_mapper.py to analyze the codebase."
|
|
69
|
+
- STEP_3: "Auto-populate dasa.config.toon."
|
|
70
|
+
goal: "Instantly adapt to a foreign, undocumented codebase without annoying the user."
|
|
71
|
+
|
|
56
72
|
C_FEATURE_ACCELERATOR:
|
|
57
73
|
intent_pattern: ["add", "build", "create", "implement", "make a feature"]
|
|
58
74
|
auto_workflow:
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to the Dasa Sradha Kit will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [5.1.3] - 2026-02-22
|
|
8
|
+
|
|
9
|
+
### 🐛 Fixed
|
|
10
|
+
- **Cheat-Sheet Auto-Routing Engine:** Added missing Scenarios A (Initialization Interview) and B (Codebase Assimilation) to the `.artifacts/dasa-cheat-sheet.toon` master template so the AI correctly understands the early-stage branching logic.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
7
14
|
## [5.1.2] - 2026-02-22
|
|
8
15
|
|
|
9
16
|
### ✨ New
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dasa-sradha-kit",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.3",
|
|
4
4
|
"description": "The Dasa Sradha 10-Persona Orchestration Framework for Antigravity IDE. Cross-platform CLI for setting up AI-assisted development workflows.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"dasa-sradha": "bin/cli.js",
|