diff --git a/README.md b/README.md index 67f661c..a3723e7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ against our own production depots and builds. | [**lore**](./lore) | Observe, analyze, and safely operate an Epic Games [Lore](https://github.com/EpicGames/lore) VCS (the `lore` CLI, formerly Unreal Revision Control) - read-first, staging/commit/push/sync/branch/merge, gated `obliterate` & history rewrites. | Ready (v0.1.0) | | [**unity**](./unity) | Observe, diagnose, and safely operate a Unity project's CLI build pipeline via the standalone Unity CLI - read-first, Editor-version routing (2022 LTS batchmode vs Unity 6), the batchmode exit-0 trap, gated `unity build`/`test`/`run`, license-vs-auth diagnosis, and the verified Unity 6 Pipeline live-Editor + MCP surface (140 tools, Unity's own confirm/dry_run gates). | Ready (v0.2.0) | | [godot](./godot) | Godot headless export/build workflows. | Planned | +| [reddit](./reddit) | Reddit Devvit app workflows - `devvit` CLI playtest/upload/publish and CI integration for games shipped as Reddit apps. | Planned | +| [youtube](./youtube) | YouTube Playables packaging and pre-submission readiness checks (no public deploy API - Developer Portal uploads are manual). | Planned | | [**jenkins**](./jenkins) | Observe, operate, and safely diagnose a Jenkins CI/CD server; read-first, built around the Perforce `change-commit` → Jenkins build loop, with gated triggers/aborts and the Script Console refused. | Ready (v0.1.0) | ## Install diff --git a/reddit/README.md b/reddit/README.md new file mode 100644 index 0000000..9183aa7 --- /dev/null +++ b/reddit/README.md @@ -0,0 +1,12 @@ +# Reddit (Devvit) Agent (planned) + +A ButterStack gamedev agent for **Reddit's Devvit platform** - observe, diagnose, +and safely operate the `devvit` CLI (login, `playtest`, `upload`, `publish`), app +configuration, and CI integration for games shipped as Reddit apps. + +> 🚧 **Placeholder - not yet implemented.** Part of the ButterStack gamedev agents +> series. See [`perforce`](../perforce) for the first shipped agent. + +--- + +*The open agents trail what ButterStack learns running gamedev tooling in production - get the managed version at [butterstack.com](https://butterstack.com?utm_source=github&utm_medium=repo&utm_campaign=gamedev-agents).* diff --git a/youtube/README.md b/youtube/README.md new file mode 100644 index 0000000..171563d --- /dev/null +++ b/youtube/README.md @@ -0,0 +1,14 @@ +# YouTube Playables Agent (planned) + +A ButterStack gamedev agent for **YouTube Playables** packaging - pre-submission +readiness checks against the Playables requirements (initial bundle size, store +assets, SDK integration). Playables has no public deploy API - uploads go through +the Developer Portal by hand - so this agent is an advisor and validator, not a +deploy operator. + +> 🚧 **Placeholder - not yet implemented.** Part of the ButterStack gamedev agents +> series. See [`perforce`](../perforce) for the first shipped agent. + +--- + +*The open agents trail what ButterStack learns running gamedev tooling in production - get the managed version at [butterstack.com](https://butterstack.com?utm_source=github&utm_medium=repo&utm_campaign=gamedev-agents).*