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
docs(claude.md): document archive/deleted state conventions
Capture the conventions established by #526 so future work follows the
same shape:
- Query-param flags `include_archived` (items) and `include_deleted`
(transactional entities) are siblings — both default to False, both
surface soft-state on opt-in.
- Response models that expose `archived_at` / `deleted_at` should also
expose `is_archived` / `is_deleted` derived booleans for round-trip
symmetry with `modify_<entity>` request bodies.
- Items surface this end-to-end as of #526; transactional entities have
the query-param half but not yet the derived-bool half (tracked in
#540).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments