dasa-sradha-kit 5.1.6 → 5.1.7

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.
@@ -48,25 +48,39 @@ The **read-write memory** lives separately:
48
48
 
49
49
  ---
50
50
 
51
+ ## Core Orchestration Pipelines
52
+
53
+ There are two distinct pipelines operating within the kit:
54
+
55
+ **1. The Auto-Routing Pipeline (Intent to Action)**
56
+ `Prompt -> Intent Detection (Scenarios A-H) -> Auto-Workflow Execution`
57
+ This pipeline handles zero-command routing. For example, if a user types "make me an app" (Scenario A), the AI pauses to interview the user. If they say "add a feature" in a foreign repo (Scenario B), Dasa Dwipa assimilates the codebase.
58
+
59
+ **2. The Execution Pipeline (Agile Handoff)**
60
+ `Phase 1: Mpu (Architect) -> Phase 2: Nala (Builder) -> Phase 3: Indra (QA Gate)`
61
+ Once a workflow like `/dasa-start-work` is actively running, this strict chain of command applies. Mpu designs the architecture first. Nala is blocked until the design is complete. Indra enforces the QA gate before allowing commits.
62
+
63
+ ---
64
+
51
65
  ## Workflows (16 Slash Commands)
52
66
 
53
67
  | Command | Agent(s) | Description |
54
68
  |---|---|---|
55
- | `/dasa-init` | Patih | Initialize workspace config |
56
- | `/dasa-plan` | Mpu | Create `implementation_plan.toon` |
57
- | `/dasa-start-work` | Patih → Mpu → Nala → Indra | Execute plan via strict Agile pipeline |
58
- | `/dasa-feature` | Mpu → Nala → Indra | Vertical feature (stack-agnostic via `dasa.config.toon`) |
59
69
  | `/dasa-api` | Patih → Mpu → Sastra | API endpoint + docs (framework-agnostic) |
60
- | `/dasa-refactor` | RsiNala → Indra | Safe refactoring with mandatory QA gate |
61
- | `/dasa-status` | Patih | Report progress |
70
+ | `/dasa-assimilate` | DwipaWidya | Onboard pre-existing codebase |
62
71
  | `/dasa-commit` | Dwipa + Indra | QA gate + atomic git commit |
63
- | `/dasa-sync` | Patih → Sastra | Compress session to 5-sector TOON memory vault |
72
+ | `/dasa-docs` | DwipaMpu → Sastra | API documentation |
73
+ | `/dasa-e2e` | Indra | Native browser E2E test |
74
+ | `/dasa-feature` | Mpu → Nala → Indra | Vertical feature (stack-agnostic via `dasa.config.toon`) |
64
75
  | `/dasa-fix` | Rsi → Kala | Auto-heal from terminal errors |
76
+ | `/dasa-init` | Patih | Initialize workspace config |
77
+ | `/dasa-plan` | Mpu | Create `implementation_plan.md` |
65
78
  | `/dasa-pr` | Rsi | Adversarial GitHub PR review |
66
- | `/dasa-e2e` | Indra | Native browser E2E test |
79
+ | `/dasa-refactor` | Rsi → Nala → Indra | Safe refactoring with mandatory QA gate |
67
80
  | `/dasa-seed` | Dwipa → Mpu → Nala | DB fixture generation |
68
- | `/dasa-docs` | Dwipa → Mpu → Sastra | API documentation |
69
- | `/dasa-assimilate` | Dwipa → Widya | Onboard pre-existing codebase |
81
+ | `/dasa-start-work` | Patih → Mpu → Nala → Indra | Execute plan via strict Agile pipeline |
82
+ | `/dasa-status` | Patih | Report progress |
83
+ | `/dasa-sync` | Patih → Sastra | Compress session to 5-sector TOON memory vault |
70
84
  | `/dasa-uninstall` | Patih | Remove `.agent/` from workspace |
71
85
 
72
86
  ---
@@ -75,22 +89,22 @@ The **read-write memory** lives separately:
75
89
 
76
90
  | Script | Persona | Description |
77
91
  |---|---|---|
78
- | `qa_gate.py` | Indra | Engineering Failures Bible scanner (~800 patterns) |
92
+ | `api_validator.py` | Sastra | OpenAPI/Postman JSON validator |
93
+ | `arch_mapper.py` | Mpu | Dependency graph cartographer |
94
+ | `compact_memory.py` | Patih | 5-sector TOON memory compactor |
95
+ | `complexity_scorer.py` | Rsi | Cyclomatic complexity hotspot finder (> 10 warning) |
79
96
  | `context_mapper.py` | Patih | Native AST-based codebase context generator |
80
- | `skill_search.py` | Dwipa | Local SKILL.md semantic indexer |
81
97
  | `design_engine.py` | Mpu/Nala | Strict TOON design system generator |
82
- | `compact_memory.py` | Patih | 5-sector TOON memory compactor |
83
- | `security_scan.py` | Dharma | Pre-commit secret/key leak detection |
84
- | `validate_env.py` | Patih | Environment gatekeeper |
85
- | `test_runner.py` | Indra | Universal test framework wrapper |
98
+ | `design_memory_sync.py` | Nala | Figma-to-TOON design bridge |
86
99
  | `lint_fixer.py` | Nala | Auto-formatter dispatcher |
87
- | `api_validator.py` | Sastra | OpenAPI/Postman JSON validator |
88
- | `arch_mapper.py` | Mpu | Dependency graph cartographer |
100
+ | `qa_gate.py` | Indra | Engineering failure pattern scanner (~800 patterns) |
101
+ | `security_scan.py` | Dharma | Pre-commit secret/key leak detection |
102
+ | `semantic-scan.py` | Dwipa | Fast grep fallback if osgrep is missing |
103
+ | `skill_search.py` | Dwipa | Local SKILL.md semantic indexer |
89
104
  | `status_parser.py` | Kala | Task progress JSON aggregator |
105
+ | `test_runner.py` | Indra | Universal test framework wrapper |
106
+ | `validate_env.py` | Patih | Environment gatekeeper |
90
107
  | `web_scraper.py` | Widya | HTML-to-Markdown URL extractor |
91
- | `complexity_scorer.py` | Rsi | Cyclomatic complexity hotspot finder |
92
- | `design_memory_sync.py` | Nala | Figma-to-TOON design bridge |
93
- | `semantic-scan.py` | Dwipa | osgrep wrapper (optional) |
94
108
  | `workspace-mapper.py` | Dwipa | Visual workspace tree generator |
95
109
 
96
110
  ---
package/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ All notable changes to the Dasa Sradha Kit will be documented in this file.
4
4
 
5
5
  ---
6
6
 
7
+ ## [5.1.7] - 2026-02-22
8
+
9
+ ### 📚 Documentation Sync
10
+ - **Core Markdown Documents Updated:** Synchronized `ARCHITECTURE.md`, `HOW_IT_WORKS.md`, and `CONTRIBUTING.md` with the massive V5.1 Auto-Routing updates.
11
+ - **Pipeline Mental Model:** Explicitly documented the difference between the **Routing Pipeline** (Prompt -> Intent -> Workflow) and the **Execution Pipeline** (Mpu -> Nala -> Indra).
12
+ - **Tooling Parity:** Ensured all 17 native Python scripts and 16 Workflows are accurately listed across all repository tables.
13
+
14
+ ---
15
+
7
16
  ## [5.1.6] - 2026-02-22
8
17
 
9
18
  ### 🐛 Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dasa-sradha-kit",
3
- "version": "5.1.6",
3
+ "version": "5.1.7",
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",