Rewrite README as a narrative cyberpunk tactics introduction - #46
Rewrite README as a narrative cyberpunk tactics introduction#46scrimshawlife-ctrl wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6d3e52cf39
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Debug builds honor `SR_AUTOSTART_MISSION_ID`: | ||
|
|
||
| ```bash | ||
| SR_AUTOSTART_MISSION_ID=Mission003 |
There was a problem hiding this comment.
Run the app in the autostart example
When this block is pasted into a shell, it only assigns a shell variable; it neither launches HexWire nor passes the value into a simulator process. Because HexwireApp.swift reads the app process environment, the documented “Launch directly” flow does nothing. Use the simulator-launch form, such as SIMCTL_CHILD_SR_AUTOSTART_MISSION_ID=Mission003 xcrun simctl launch <udid> com.hexwireaaron.game, instead.
AGENTS.md reference: AGENTS.md:L34-L35
Useful? React with 👍 / 👎.
What changed
Narrative direction
The README now presents HexWire as a game about a capable but vulnerable crew operating inside a city-scale surveillance machine. Power is available through the Signal layer, but using it raises Trace and forces the player to trade tempo against survival. Combat is framed as objective-driven infiltration rather than simple enemy elimination: the job is not finished until a runner reaches extraction.
Source grounding
Claims were checked against:
docs/TraceSystem.mddocs/audit/MissionCertificationMatrix.mdplans.mdproject.yml.github/workflows/hexwire-ci.ymlNo unsupported lore, named corporations, mission plots, or unimplemented systems were presented as canonical.
Validation
Documentation-only change. Hosted CI remains the authoritative validation surface for project drift, tests, iPhone/iPad builds, hygiene, resources, and archive generation.