Skip to content

fix(aidd-context): onboard shows the stack, and its keys are pressable#430

Merged
blafourcade merged 1 commit into
mainfrom
hotfix/onboard-keys-and-stack
Jul 10, 2026
Merged

fix(aidd-context): onboard shows the stack, and its keys are pressable#430
blafourcade merged 1 commit into
mainfrom
hotfix/onboard-keys-and-stack

Conversation

@blafourcade

Copy link
Copy Markdown
Contributor

Cherry-pick of e3efba1, already on next (#428). Same tree.

The promote workflow cannot rebase next onto main right now: aidd-bot merged main into next (51dccd9), and a merge commit cannot be rebased. The repository forbids merge commits, and squashing next would collapse every conventional commit and break release-please. So this patch reaches main on its own conventional commit, and next re-syncs on the bot's next pass.

The step count had no source. step 1 of 2 on an existing repo, 1 of 3 on a greenfield one — but the state block never showed the stack. The count rested on a sentence the model was free to drop, and dropped. The stack now has its own row.

The detail key could never be pressed. ? opens the help prompt in Claude Code. Details moves to [d], back to [b], and a render rule reserves keys to letters and digits.

🤖 Generated with Claude Code

#428)

* fix(aidd-context): the state block carries the tech stack

The foundations step count says "1 of 2" on an existing repo and "1 of 3"
on a greenfield one, but the state block listed only AI tools, plugins and
memory. The stack was a foundation the reader could not see, so the count
had to be justified by a sentence the model was free to drop -- and did.

Give the stack its own row. The count now reads off the block: a green
stack means it does not count.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* fix(aidd-context): onboard keys never collide with host shortcuts

`?` opens the help prompt in Claude Code, so the detail key could never be
pressed. `<` was a punctuation key for the same reason of habit, not need.

Details moves to `[d]`, back to `[b]`, and a render rule reserves keys to
letters and digits so the next key cannot repeat the mistake.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@blafourcade blafourcade merged commit 3719204 into main Jul 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant