Initial release: gamewrap v1.0.0

Steam-first Linux game launcher wrapper for MangoHud and GameMode.
Manages launch behavior via TOML config with named profiles, per-game
bindings, and full diagnostics. All v1 criteria validated.

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
2026-05-31 22:13:20 -04:00
commit 9e2431e58a
28 changed files with 7996 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# gamewrap
> Context for Claude/Codex is maintained in Obsidian Mind:
> ~/my-vault/work/projects/gamewrap.md
> Run `/om-project-switch` from the vault to load full context.
## Operational Rules
- Always read `PROJECT_MAP.md` first before making structural changes
- Update `PROJECT_MAP.md` after structural changes
- Run `cargo fmt` and `cargo test` before finishing any task
- Use `cargo install --path . --force` to install for dev testing