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
Closes the v0.5.0 backlog items 1-7 in one batch.
MCP parity:
- task_create accepts goal; task_close accepts outcome_tag with the
same enum validation as the CLI. Agents can now drive the journal
end-to-end without falling back to the CLI for new fields.
Smarter linking (Phase C+):
- db::find_related_tasks scores by linked_issue (1.0) +
commit_hash (0.8) + file path (0.3). Replaces the linked-issue-only
scan in auto-open. Picks up cross-task continuations even when the
user prompt didn't include a ticket id.
- Pack splits `linked:tj-xxx` external entries into a dedicated
**Linked**: block with the live status of each pointer.
- Artifact extractor now captures `.docs/specs/auth.md`,
`.github/workflows/ci.yml` and other dot-prefixed dirs.
Hygiene CLI:
- `task-journal stale [--days 7]` lists open tasks idle past the
threshold with a hint to close-with-abandoned.
- `task-journal pending-gc [--days 7]` deletes pending classifier
payloads older than the threshold (post-outage cleanup).
Classifier protocol:
- ClassifyOutput.artifacts (Option, #[serde(default)]) — wire is
ready for richer model output without breaking old payloads.
Tests: 53 tj-cli + 147 tj-core, clippy/fmt clean.
"description": "Append-only journal of AI-coding task reasoning chains. Captures hypotheses, decisions, rejections, evidence — renders compact resume packs so an agent can pick up a 2-week-old task with full context.",
0 commit comments