mother-brain 0.0.4 → 0.0.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.
- package/README.md +2 -2
- package/bin/mother-brain.js +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# 🧠 Mother Brain
|
|
2
2
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
|
-
[](https://github.com/super-state/mother-brain/releases)
|
|
5
5
|
|
|
6
6
|
**Open Source AI Project Management Framework for GitHub Copilot CLI**
|
|
7
7
|
|
|
8
8
|
Transform your vision into reality with Mother Brain—an intelligent meta-framework that guides AI assistants through vision-driven project execution. Built for developers who want to ship faster with AI-powered automation, research-driven roadmaps, and automatic skill generation.
|
|
9
9
|
|
|
10
|
-
**Version**: 0.0.
|
|
10
|
+
**Version**: 0.0.5 | **License**: MIT | **Status**: Alpha
|
|
11
11
|
|
|
12
12
|
## Why Mother Brain?
|
|
13
13
|
|
package/package.json
CHANGED