Replaces the 7-item roadmap seed with the 9-item layout from the v5 spec. Distribution: 3 shipping → 1 in_beta → 3 exploring → 2 considering. travelledStop computes to (2 + 0.5) / 9 ≈ 0.28, so the route gradient visibly reads as 'travelled-then-ahead' rather than one solid tone. Each item gets a target string and either a metadata_text (8 of 9) or a fresh attribution (the one without metadata_text, 'Multi-tenant isolation', attributed to Camilla — so the route card surfaces the 'Shaped by Camilla' trailing line via the fallback path). metadata_text varies across the spec'd cues — 'Shaped by Lars in our March session' / 'Pilot-tested with Mette's team' / 'Builds on traceability layer' / 'Request beta access →' / '2 council requests' / 'Open question on key custody' / 'Council input wanted' / 'Long-term direction'. Attribution coverage now spans 6 of the 7 cab members so multiple 'Shaped by ...' trailers exist if metadata_text were ever cleared. The first three shipping items get realistic shipped_at backdates (-21 / -7 / -1 days) so the 'most recent shipping' detection lands on 'Audit log export' — which becomes the pulsed 'you are here' dot on the route. Smoke as Lars: /roadmap header reads 'What we are building.', LatestDispatchBanner shows the deprioritising-public-cloud decision, all nine route titles render, metadata_text trailing lines present in the DOM, .rr-current marker on the most recent shipping milestone. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
51 lines
2.8 KiB
JSON
51 lines
2.8 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebFetch(domain:api.anthropic.com)",
|
|
"Bash(pnpm --version)",
|
|
"Bash(git init *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)",
|
|
"Bash(export PATH=\"$HOME/.nvm/versions/node/v22.22.2/bin:$HOME/.local/share/pnpm:$PATH\")",
|
|
"Bash(pnpm install *)",
|
|
"Bash(node scripts/migrate.js)",
|
|
"Bash(node scripts/seed.js)",
|
|
"Bash(pnpm typecheck *)",
|
|
"Bash(pnpm build *)",
|
|
"Bash(identify /home/jonathan/Documents/DEV/Project-Bifrost/public/innofounder-logo.png)",
|
|
"Bash(pnpm dev *)",
|
|
"Bash(awk '{print $1}')",
|
|
"Bash(pnpm db:migrate *)",
|
|
"Bash(sqlite3 bifrost.db \".schema users\")",
|
|
"Bash(sqlite3 bifrost.db \".schema attendance\")",
|
|
"Bash(sqlite3 bifrost.db \"SELECT name FROM sqlite_master WHERE type='table' ORDER BY name;\")",
|
|
"Bash(sqlite3 bifrost.db \"SELECT id, name, slug FROM users;\")",
|
|
"Bash(node *)",
|
|
"Bash(pnpm db:seed:roadmap)",
|
|
"Bash(pnpm test *)",
|
|
"Bash(curl -sI http://localhost:4321/pulse -b \"bifrost_session=test\")",
|
|
"Bash(curl -sI http://localhost:4321/admin)",
|
|
"Bash(pnpm db:seed:demo *)",
|
|
"Bash(curl -s -c /tmp/jar.txt -b /tmp/jar.txt -d \"email=lars@rigspolitiet.dk&password=cab123\" http://localhost:4321/login -i)",
|
|
"Bash(curl -sI -b /tmp/jar.txt http://localhost:4321/)",
|
|
"Bash(curl -s -b /tmp/jar.txt http://localhost:4321/pulse)",
|
|
"Bash(curl -s -c /tmp/jonjar.txt -b /tmp/jonjar.txt -d \"email=jonathan@fenja.ai&password=fenja123\" http://localhost:4321/login -i)",
|
|
"Bash(curl -s -b /tmp/jonjar.txt \"http://localhost:4321/admin?tab=pulses\")",
|
|
"Bash(curl -s -b /tmp/jonjar.txt \"http://localhost:4321/admin?tab=roadmap\")",
|
|
"Bash(curl -s -b /tmp/jonjar.txt \"http://localhost:4321/admin?tab=events\")",
|
|
"Bash(curl -s -b /tmp/jonjar.txt \"http://localhost:4321/admin?tab=activity\")",
|
|
"Bash(awk NR>=107 && NR<=117 *)",
|
|
"Bash(awk 'NR==111' src/lib/format.ts)",
|
|
"Bash(curl -s -c /tmp/jar.txt -d \"email=lars@rigspolitiet.dk&password=cab123\" http://localhost:4321/login -o /dev/null -i)",
|
|
"Bash(curl -sI -b /tmp/jar.txt http://localhost:4321/pulse)",
|
|
"Bash(curl -s -b /tmp/jar.txt http://localhost:4321/members)",
|
|
"Bash(curl -s -b /tmp/jar.txt http://localhost:4321/events)",
|
|
"Bash(curl -s -b /tmp/jar.txt http://localhost:4321/dispatches)",
|
|
"Bash(curl -s -b /tmp/jar.txt http://localhost:4321/dispatches/1-we-are-deprioritising-public-cloud-parity-for-q3)",
|
|
"Bash(pnpm db:seed)",
|
|
"Bash(curl -s -c /tmp/jar.txt -d \"email=lars@virk2.dk&password=cab123\" http://localhost:4321/login -o /dev/null -i)",
|
|
"Bash(curl -s -c /tmp/jar.txt -d \"email=lars@virk2.dk&password=cab123\" http://localhost:4321/login -o /dev/null)",
|
|
"Bash(curl -s -b /tmp/jar.txt http://localhost:4321/roadmap)"
|
|
]
|
|
}
|
|
}
|