Applies the v3 rules globally: italics reserved for the Bifrost wordmark and section-links; uppercase tracked eyebrows removed from page heads and content sections. Pages updated: - /members: drops the 'MEMBERS' eyebrow + italic on h1 + italic on member name + italic on pull-quote. - /events: drops the head eyebrow + 'Next up · Members only' / 'Invitation by hand' hero eyebrows + 'Also coming up' / 'Past gatherings' sub-section eyebrows + italics on hero day, hero title, also-row titles, past-card titles. The past-gatherings header-row 'View all →' link migrates to the bottom of the section as a section-link. - /events/past: drops the eyebrow + italic h1; back-link uses .section-link. - /dispatches/: drops the 'DISPATCHES' eyebrow + italic h1 + dispatch-row title italic + date column italic. - /dispatches/[slug]: drops italic on the article title + h2/h3 inside rendered markdown + blockquote italic + adjacent prev/next title italic. Back-link migrates to .section-link. - /roadmap: drops the 'ROADMAP' eyebrow and the .lead class on the subtitle. Orphaned eyebrow class rules left in place; harmless and the next visual pass can sweep them with the rest of the unused CSS. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
50 lines
2.8 KiB
JSON
50 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)"
|
|
]
|
|
}
|
|
}
|