Skip to content

v0.7.0 — /status ÷ /digest split

Choose a tag to compare

@fr1j0 fr1j0 released this 07 Jun 15:23
· 15 commits to main since this release
b14f9e1

Splits the overloaded /bitacora:status along a singular-vs-aggregate seam.

Added

  • /bitacora:digest (alias /bit:digest) — the home for every aggregate [CTX] read: roll up an epic across its children, or read a multi-ticket scope (--mine/--sprint/--jql/2+ keys) through a query lens (--blocked, --standup) or the default cross-ticket digest, in any of the five audience lenses. A single non-epic key → pointer back to /status. (#105)

Changed

  • /bitacora:status is now single-ticket only — one ticket across the five audience lenses; an epic renders as a single node (its own [CTX], not a rollup). Multi-ticket invocations now point to /digest. Breaking: epic rollup + multi-ticket reads moved from /status to /digest.
  • The audience-lens table + digest.* config (with status.* fallback) were hoisted into the shared jira-comment-format skill.

Internal: new session-digest skill; session-status slimmed; fixture lint renamed to test-digest-fixtures.sh and wired into CI with the standup-buckets tests.

Full changelog: https://github.com/fr1j0/bitacora/blob/main/CHANGELOG.md