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 CHANGED
@@ -1,13 +1,13 @@
1
1
  # 🧠 Mother Brain
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
- [![Version](https://img.shields.io/badge/version-0.0.4-blue)](https://github.com/super-state/mother-brain/releases)
4
+ [![Version](https://img.shields.io/badge/version-0.0.5-blue)](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.4 | **License**: MIT | **Status**: Alpha
10
+ **Version**: 0.0.5 | **License**: MIT | **Status**: Alpha
11
11
 
12
12
  ## Why Mother Brain?
13
13
 
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env node
2
+
3
+ console.log(
4
+ 'Mother Brain is a GitHub Copilot CLI skill package.\n' +
5
+ 'Run: gh copilot explain "Use the mother-brain skill"'
6
+ );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mother-brain",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Vision-driven project framework that guides discovery, creates roadmaps, auto-generates skills, and manages task execution.",
5
5
  "license": "MIT",
6
6
  "bin": {