The PR3 shell spec (docs/superpowers/specs/2026-06-11-m1-pr3-shell-ui-design.md §Right rail) describes Inventory as a resource-list placeholder until the item system exists. The shipped src/ui/RightRail.tsx instead renders a static muted line ("Items coming soon.").
Flagged by the PR3 final whole-branch review as a Minor spec-fidelity gap; it is explicitly a placeholder, so non-blocking.
Options
Render the resource list (mirroring <ResourceBar />) under an Inventory heading, matching the spec wording.
Keep "Items coming soon" if that reads better to playtesters — then update the spec to match.
Whichever way, align the spec and the implementation. Real item grid is later-milestone work.
Related: src/ui/RightRail.tsx.
<brief>Inventory placeholder shows 'Items coming soon'; spec wants a resource-list placeholder. Cosmetic.</brief>
## Context
The PR3 shell spec (`docs/superpowers/specs/2026-06-11-m1-pr3-shell-ui-design.md` §Right rail) describes Inventory as a **resource-list placeholder** until the item system exists. The shipped `src/ui/RightRail.tsx` instead renders a static muted line ("Items coming soon.").
Flagged by the PR3 final whole-branch review as a Minor spec-fidelity gap; it is explicitly a placeholder, so non-blocking.
## Options
1. Render the resource list (mirroring `<ResourceBar />`) under an Inventory heading, matching the spec wording.
2. Keep "Items coming soon" if that reads better to playtesters — then update the spec to match.
Whichever way, align the spec and the implementation. Real item grid is later-milestone work.
Related: `src/ui/RightRail.tsx`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Inventory placeholder shows 'Items coming soon'; spec wants a resource-list placeholder. Cosmetic.
Context
The PR3 shell spec (
docs/superpowers/specs/2026-06-11-m1-pr3-shell-ui-design.md§Right rail) describes Inventory as a resource-list placeholder until the item system exists. The shippedsrc/ui/RightRail.tsxinstead renders a static muted line ("Items coming soon.").Flagged by the PR3 final whole-branch review as a Minor spec-fidelity gap; it is explicitly a placeholder, so non-blocking.
Options
<ResourceBar />) under an Inventory heading, matching the spec wording.Whichever way, align the spec and the implementation. Real item grid is later-milestone work.
Related:
src/ui/RightRail.tsx.