Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions reddit/README.md
Original file line number Diff line number Diff line change
@@ -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).*
14 changes: 14 additions & 0 deletions youtube/README.md
Original file line number Diff line number Diff line change
@@ -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).*
Loading