dasa-sradha-kit 5.1.3 → 5.1.4

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.
@@ -38,11 +38,23 @@ personas:
38
38
  widya: "Researcher, library analysis."
39
39
 
40
40
  scripts (zero-dependency python):
41
- - "qa_gate.py: Scans code against the Engineering Failures Bible."
42
- - "context_mapper.py: AST parser for codebase context without osgrep."
41
+ - "api_validator.py: Validates REST/GraphQL API payloads and contracts."
42
+ - "arch_mapper.py: Reads folder structures to auto-detect system architectures."
43
43
  - "compact_memory.py: Merges chat chunks into a dense 5-sector TOON structure."
44
+ - "complexity_scorer.py: Analyzes code files for cyclomatic complexity and warns if > 10."
45
+ - "context_mapper.py: AST parser for codebase context without osgrep."
44
46
  - "design_engine.py: Generates strict UI rules (spacing scale, border-radiuses) so Nala doesn't hallucinate."
47
+ - "design_memory_sync.py: Compresses vision OCR UI parameters into a vision_bridge.toon."
48
+ - "lint_fixer.py: Auto-heals trivial ESLint/Prettier or Flake8 errors."
49
+ - "qa_gate.py: Scans code against the Engineering Failures Bible."
50
+ - "security_scan.py: Checks for exposed secrets (.env) and blatant SSRF/SQLi patterns."
51
+ - "semantic-scan.py: Fast grep fallback if osgrep is missing."
45
52
  - "skill_search.py: Local semantic search across ~/.gemini/.../skills/."
53
+ - "status_parser.py: Parses git status and branch data cleanly for Dasa Patih."
54
+ - "test_runner.py: Executes Jest/PyTest/Go tests and returns concise TOON passes/fails."
55
+ - "validate_env.py: Checks if .env matches .env.example definitions."
56
+ - "web_scraper.py: Fetches external API docs if a library changes unexpectedly."
57
+ - "workspace-mapper.py: Maps dependencies from package.json/go.mod for Assimilation."
46
58
 
47
59
  # ─────────────────────────────────────────────────────────
48
60
  # Dasa Sradha Kit — Auto-Routing Logic (TOON)
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.4] - 2026-02-22
8
+
9
+ ### 🐛 Fixed
10
+ - **Cheat-Sheet Scripts List:** Documented all 17 native Python scripts within the `.artifacts/dasa-cheat-sheet.toon` template. Previously, only 5 scripts were visible to the LLM, causing blind spots during execution.
11
+
12
+ ---
13
+
7
14
  ## [5.1.3] - 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.3",
3
+ "version": "5.1.4",
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",