Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
4d9412c
chore: release main (#405)
aidd-bot[bot] Jul 7, 2026
943bbd2
ci(framework): stop release-please re-tagging aidd-ui (#394)
blafourcade Jul 6, 2026
42a3120
ci(framework): drop the aidd-ui release-as pin, keep it consistent
blafourcade Jul 6, 2026
34a7ae5
feat(aidd-context): rework onboard into a noob-first guide
blafourcade Jul 8, 2026
8c49eac
docs(aidd-context): plan the onboard tutorial rebuild
blafourcade Jul 9, 2026
a0ca105
refactor(aidd-context): nested refs + leaner router format in skill-a…
blafourcade Jul 9, 2026
0c03742
feat(aidd-context): onboard state layer (scan + state refs)
blafourcade Jul 9, 2026
43c6672
feat(aidd-context): onboard assess + run actions with order/ + run/ refs
blafourcade Jul 9, 2026
1419a42
feat(aidd-context): onboard tutorial presentation (present + report +…
blafourcade Jul 9, 2026
ce670ff
feat(aidd-context): lean onboard router + tutorial README
blafourcade Jul 9, 2026
1952d5d
chore(aidd-context): mark onboard tutorial rebuild implemented
blafourcade Jul 9, 2026
30f66f3
fix(aidd-context): resolve onboard review findings
blafourcade Jul 9, 2026
3d1203c
refactor(aidd-context): compress onboard references
blafourcade Jul 9, 2026
944ab24
fix(aidd-context): resolve checker findings on onboard
blafourcade Jul 9, 2026
478c52b
refactor(aidd-context): tighter onboard description
blafourcade Jul 10, 2026
01836be
refactor(aidd-context): onboard description frames the journey
blafourcade Jul 10, 2026
79afe2e
refactor(aidd-context): router loop as an explicit mermaid, not the a…
blafourcade Jul 10, 2026
a87df55
refactor(aidd-context): terser onboard action table
blafourcade Jul 10, 2026
0c74e05
refactor(aidd-context): lean onboard action files
blafourcade Jul 10, 2026
7eb8b26
refactor(aidd-context): make onboard standalone
blafourcade Jul 10, 2026
95e23ea
refactor(aidd-context): name action outputs, drop restated step, kill…
blafourcade Jul 10, 2026
0696d12
refactor(aidd-context): actions stop naming sibling actions
blafourcade Jul 10, 2026
d40605b
refactor(aidd-context): slim the report.md screen asset
blafourcade Jul 10, 2026
cb4ef11
refactor(aidd-context): report.md is pure shapes, rules move to 03-pr…
blafourcade Jul 10, 2026
4402cc3
refactor(aidd-context): references hold data, not action coupling
blafourcade Jul 10, 2026
5a71354
fix(aidd-context): resolve checker findings on the onboard slim pass
blafourcade Jul 10, 2026
eaddb89
fix(aidd-context): correct + slim onboard references from review
blafourcade Jul 10, 2026
918f060
refactor(aidd-context): fold detection wiring prose into the table
blafourcade Jul 10, 2026
7d5448a
refactor(aidd-context): drop prose that a table or another file carries
blafourcade Jul 10, 2026
9b04c89
fix(aidd-context): hedge fallback names the status field, not the plan
blafourcade Jul 10, 2026
1bc5ecb
fix(aidd-context): a broken plan status surfaces, it does not guess a…
blafourcade Jul 10, 2026
c77aa40
fix(aidd-context): resolve the ten-lens audit findings on onboard
blafourcade Jul 10, 2026
3b8331f
docs(aidd-context): refresh the stale onboard row in the plugin index
blafourcade Jul 10, 2026
8cd6ec2
fix(aidd-context): specify what the live greenfield run left to chance
blafourcade Jul 10, 2026
93652ff
fix(aidd-context): one action line per screen
blafourcade Jul 10, 2026
01f9f24
fix(aidd-context): the action line renders once, whoever carries it
blafourcade Jul 10, 2026
681cbe7
fix(aidd-context): the screen ends at the options line
blafourcade Jul 10, 2026
c0c32c2
refactor(aidd-context): one idea per line in the actions
blafourcade Jul 10, 2026
1e2b4d8
refactor(aidd-context): split the last compound action lines
blafourcade Jul 10, 2026
0d211ed
fix(aidd-context): three defects an eight-state headless sweep exposed
blafourcade Jul 10, 2026
7460415
revert(aidd-context): keep skill-authoring out of this branch
blafourcade Jul 10, 2026
293d093
docs(aidd-context): codex portability, proven before and after
blafourcade Jul 10, 2026
3b9486d
fix(aidd-context): the options line is the last line, named plainly
blafourcade Jul 10, 2026
c36143f
fix(aidd-context): the idle menu is an action block, not a list
blafourcade Jul 10, 2026
4ef3440
Merge origin/next into feat/onboard-rework
blafourcade Jul 10, 2026
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Codex portability — before and after the router fix

The skill triggered on Codex from the start, but rendered nothing. Root cause: the
'read an action's file before running it' rule had been moved into skill-authoring.md,
a contract no executing host ever reads. Codex read SKILL.md and stopped.

## Before — Codex reads SKILL.md and stops

```text
I'm using `aidd-context:00-onboard` because you asked to be onboarded.
[reads .../skills/00-onboard/SKILL.md]
[no banner, no setup block, no foundations screen — improvises a generic answer]
```

Full capture: `headless-runs-codex.txt` (all eight states, pre-fix).

## After — the router carries the operative line

`SKILL.md`: `Run the actions in that order, looping. Read an action's file in \`actions/\` before running it.`

```text
█████╗ ██╗██████╗ ██████╗
██╔══██╗██║██╔══██╗██╔══██╗
███████║██║██║ ██║██║ ██║
██╔══██║██║██║ ██║██║ ██║
██║ ██║██║██████╔╝██████╔╝
╚═╝ ╚═╝╚═╝╚═════╝ ╚═════╝
AI-Driven Development 🇫🇷

exec
/bin/zsh -lc "test -f AGENTS.md && sed -n '1,160p' AGENTS.md || true" in /private/tmp/aidd-demo/01-greenfield
exec
/bin/zsh -lc "test -f RTK.md && sed -n '1,220p' RTK.md || true" in /private/tmp/aidd-demo/01-greenfield
succeeded in 0ms:
succeeded in 0ms:
exec
/bin/zsh -lc "find . -maxdepth 2 -type f -o -type d | sort | sed -n '1,160p'" in /private/tmp/aidd-demo/01-greenfield
succeeded in 0ms:
.
./.git
./.git/HEAD
./.git/config
./.git/description
./.git/hooks
./.git/info
```

Probes: READ THE ACTIONS ✓ · BANNER ✓ · SETUP BLOCK ✓ · FOUNDATIONS ✓
Identical shape to the Claude run in `headless-runs.md`.
Loading