@bhimudev/gnanai 0.4.5 → 0.4.6

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,15 @@
4
4
 
5
5
  Gnanai scaffolds a multi-agent system that plans before it codes, validates before it implements, and tests before it ships. One command sets it up. Claude Code does the rest.
6
6
 
7
+ ```mermaid
8
+ flowchart TD
9
+ A["Task Input"] --> B["Planning Loop"]
10
+ B --> C["Validation"]
11
+ C --> D["Implementation Loop"]
12
+ D --> E["Code Review"]
13
+ E --> F["Finalization"]
14
+ ```
15
+
7
16
  ---
8
17
 
9
18
  ## Why gnanai?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhimudev/gnanai",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Multi-agent AI development workflow setup for any project",
5
5
  "keywords": [
6
6
  "claude",