adlee-was-taken
ac6756e698
fix(workflow/release): parse string args 'action mode release-label'
2026-06-19 11:09:34 -04:00
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
9fc07c3cd1
feat: add unified release workflow (develop/debug/verify/release)
...
Adds .claude/workflows/release.js — a single Workflow script covering
the full Relicario release lifecycle:
- develop (single: sequential agent pipeline; multi: PM/Dev kickoff generation)
- debug: iterative fix loop up to 5 passes
- verify: full cargo test/build/clippy sweep
- release: CHANGELOG + tag, stops before push
Adds docs/superpowers/RELEASE-WORKFLOW.md with invocation examples
and phone-vs-PC patterns.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-30 22:55:28 -04:00
adlee-was-taken
df58b0dda1
chore(relay): add relay MCP server to project Claude config
2026-05-02 17:18:47 -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