Metadata-Version: 2.4
Name: gamemantra
Version: 0.1.0
Summary: GameMantra AI authoring: convert your game's offer/store UI into live-updatable GameMantra pages, via your AI assistant + MCP.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyyaml>=6.0
Requires-Dist: click>=8.1
Requires-Dist: mcp>=0.4
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: pyyaml>=6.0; extra == "dev"

# gamemantra

**AI authoring for [GameMantra](https://gamemantra.ai)** — convert your
game's existing offer/store UI into live-updatable GameMantra pages, driven
by your own AI assistant (Claude Code, Cursor, Gemini CLI, Codex).

## Install

```bash
pipx install gamemantra     # or: pip install gamemantra
```

## Use

From your Unity project root (after installing the GameMantra SDK and
signing in from the dashboard):

```bash
gm init --agent claude-code   # discover your game config, wire the MCP
                              # server + skills into your AI assistant
gm doctor                     # verify project, credentials, and skill setup
```

Then in Unity: **GameMantra → "Export for my AI assistant (local)"**, and
paste the generated `PROMPT.md` into your assistant. It reads your exported
panel, produces a pixel-faithful GameMantra offer page, previews it in the
dashboard, and hands you a one-click publish — no engine changes, no app
resubmission for later edits.

Useful commands:

```bash
gm verify            # automated draft test against the dashboard
gm audit .           # deterministic export → template fidelity audit
gm experience-sync   # share game-agnostic lessons back to the platform
```

## Docs

- Getting started: https://docs.gamemantra.ai
- Dashboard: https://app.gamemantra.ai

© GameMantra — see https://gamemantra.ai for terms.
