gamemindpilot 2.5.0 β†’ 2.6.0

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 +16 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,22 @@
1
- # πŸ›Έ GameMindPilot CLI v2.0.0 - Ultimate Edition
1
+ # πŸ›Έ GameMindPilot CLI v2.6.0 - The Hero's Journey
2
2
 
3
3
  **The World's Most Powerful AI Command-Line Suite for Game Developers.**
4
- GameMindPilot is a massive, AI-driven toolkit encompassing **100+ commands** for every stage of game developmentβ€”from the first spark of an idea to professional store deployment. From procedural concept generation to performance auditing and economy simulations, gmpilot brings the power of state-of-the-art AI (Gemini, OpenAI, Claude, Ollama) directly to your terminal.
4
+ GameMindPilot is a massive, AI-driven toolkit encompassing **100+ commands** for every stage of game development. From procedural concept generation to performance auditing and economy simulations, gmpilot brings the power of state-of-the-art AI directly to your terminal.
5
5
 
6
- ## πŸš€ Key Features
7
-
8
- - **BYOK (Bring Your Own Key):** Connect directly to Google Gemini, OpenAI, Claude, or local Ollama instances.
9
- - **Dynamic Model Selection:** Automatically fetch and select from supported models for each provider.
10
- - **Game Design & Narrative:** Generate concepts, dialogue trees, quests, and level layouts.
11
- - **Advanced Simulation:** Monte Carlo economy simulations and behavioral playtester cohort analysis.
12
- - **Performance & Analysis:** Identify memory leaks, optimize mesh complexity, and audit localization.
13
- - **DevSecOps:** AI-powered security vulnerability scanning for game code.
14
- - **Live Chat:** Interactive AI terminal for rapid prototyping and brainstorming.
6
+ ## πŸš€ First Experience: The Hero's Journey
7
+ Don't be overwhelmed by 100+ commands. Start here:
8
+ ```bash
9
+ gmpilot start
10
+ ```
11
+ This guided flow will help you decide what to build and how to use the CLI effectively.
12
+
13
+ ## πŸ”₯ The Unbeatable Hero Features
14
+ While we have a massive toolkit, these 5 features are the absolute best in the industry:
15
+ 1. **Idea Engine (`idea`)**: Neural game concept generator with deep narrative branching.
16
+ 2. **Dialogue Matrix (`dialogue`)**: Emotional RPG dialogue generator with impact analysis.
17
+ 3. **Economy Simulation (`montecarlo`)**: 10k-player stress test for virtual economies.
18
+ 4. **Code Quality Review (`review`)**: AI-driven design pattern and logic auditor.
19
+ 5. **Security Scan (`security-scan`)**: Deep vulnerability and script performance audit.
15
20
 
16
21
  ## πŸ“¦ Installation
17
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamemindpilot",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "AI-powered CLI for game developers - Design, Asset Gen, Analysis & Optimization",
5
5
  "main": "dist/index.js",
6
6
  "bin": {