adlee-was-taken
a00a710e3b
feat(workflow): add preflight, cleanup, artifact-scan, version/tag checks
...
Adds six sanity-check layers to the release workflow:
- preflight: orphaned worktrees, baseline green, plan-state grep, branch collision
- cleanup: removes merged worktrees + branches (git branch -d, never -D)
- debug artifact scan: dbg!/ console.log / TODO / unwrap() in diff (advisory)
- checkbox hygiene: unticked plan tasks before verify (advisory)
- pre-release version consistency across Cargo.toml workspace
- pre-release tag collision check
CLAUDE.md: discipline rules 5 (preflight before develop) and 6 (cleanup after lift).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-30 23:52:19 -04:00
adlee-was-taken
446949c5ce
fix(ext/popup): auto-popout for attachment types, keep login/note in popup
...
- Login and secure_note types stay in popup without attachment UI
- All other types (identity, card, key, totp, document) auto-redirect
to full tab when selected
- Attachments only shown for login/secure_note when opened in tab
Co-Authored-By: Claude <noreply@anthropic.com >
2026-04-27 01:42:35 -04:00