You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(project): include archived in list + add archive/unarchive commands
`/me/projects` is called with `include_archived=true` so client-side
`--status archived`/`all` filtering actually sees archived rows; prior
behavior silently dropped them server-side. Adds `project archive` and
`project unarchive` commands (PUT with `{active}`) and a live round-trip
test covering create → list (active/archived/all) → archive → list →
unarchive → list → delete.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments