project-bifrost-platform/.claude/settings.local.json
Jonathan Hvid 73dc656257 style(nav): active link is colour + weight only — drop bullet, italic, case swap
.nav-link.active was carrying four overlapping cues from earlier passes:
terracotta colour, serif italic, sentence case, leading '·' bullet, and
a 15px size bump. The spec's 'option 4' is colour-only. Strip the rest:

  .nav-link.active {
    color: var(--pigment-terracotta);
    font-weight: 500;
  }

That's it. Same sans uppercase as inactive links, just terracotta with
a touch more weight. The bullet ::before is gone; nothing floats below
the link.

Sign out (.logout-btn) is already --on-surface-muted with --on-surface
on hover from a prior pass — exactly the muted treatment the new spec
asks for, so no change needed. The 'Sign out is currently terracotta'
line in the spec didn't match the codebase; flagged in the audit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 14:53:11 +02:00

53 lines
3 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)",
"Bash(grep -nE \"\\\\.rr-fade-left, \\\\.rr-fade-right|rr-fade-left \\\\{|rr-fade-right \\\\{\" src/components/RoadmapRoute.astro)",
"Bash(awk -F: '{print $1}')"
]
}
}