dasa-sradha-kit 5.1.4 → 5.1.5

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.
@@ -16,14 +16,22 @@ core_pipelines:
16
16
  visual_workflow: "If the user has Figma PNGs, they go in `.design-memory/reference/`. Dasa Mpu analyzes them, and `design_memory_sync.py` compresses them into text tokens for Nala."
17
17
 
18
18
  slash_commands_internal:
19
- - "/dasa-plan: Dasa Mpu writes implementation_plan.md and task.toon."
20
- - "/dasa-start-work: The engine executes the Mpu -> Nala -> Indra pipeline."
21
- - "/dasa-feature: Stack-agnostic vertical feature generation."
22
19
  - "/dasa-api: Framework-agnostic API generation."
23
- - "/dasa-refactor: Safe refactoring bounded by qa_gate.py."
24
- - "/dasa-commit: Runs qa_gate.py and commits."
25
- - "/dasa-sync: Compresses session into 5-sector dasa_memory.toon."
26
- - "/dasa-e2e: Native browser test (records .webp)."
20
+ - "/dasa-assimilate: Onboard a pre-existing, undocumented codebase."
21
+ - "/dasa-commit: QA gate + atomic Conventional Commit."
22
+ - "/dasa-docs: Generate Postman/OpenAPI specs."
23
+ - "/dasa-e2e: Native browser E2E test (records .webp)."
24
+ - "/dasa-feature: Implement a complete vertical feature (stack-agnostic)."
25
+ - "/dasa-fix: Auto-heal from terminal errors."
26
+ - "/dasa-init: Scaffolds dasa.config.toon, .agent/, and memory."
27
+ - "/dasa-plan: Dasa Mpu writes implementation_plan.md and task.toon."
28
+ - "/dasa-pr: Adversarial GitHub PR review via gh."
29
+ - "/dasa-refactor: Safe refactoring with mandatory QA gate."
30
+ - "/dasa-seed: Generate realistic database fixtures."
31
+ - "/dasa-start-work: Execute the plan via Mpu -> Nala -> Indra."
32
+ - "/dasa-status: Display current progress."
33
+ - "/dasa-sync: Compress session to 5-sector TOON memory vault."
34
+ - "/dasa-uninstall: Remove .agent/ from the workspace."
27
35
 
28
36
  personas:
29
37
  patih: "Orchestrator, handles routing and memory compaction."
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.5] - 2026-02-22
8
+
9
+ ### 🐛 Fixed
10
+ - **Cheat-Sheet Workflows List:** Documented the full list of 16 slash commands inside `.artifacts/dasa-cheat-sheet.toon`. The AI now has absolute context on every workflow available in the `.agent/workflows/` directory.
11
+
12
+ ---
13
+
7
14
  ## [5.1.4] - 2026-02-22
8
15
 
9
16
  ### 🐛 Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dasa-sradha-kit",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
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",