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
-`brigade work import ingest imports.jsonl` ingests scanner output.
282
284
-`brigade work import memory-care` converts `memory/cards/decay/refresh-queue.json` into imports.
283
285
-`brigade work import chat-sweep` converts `.brigade/chat-memory-sweeps/latest.json` issues into imports.
284
-
-`brigade work import triage` groups pending imports by source and kind.
286
+
-`brigade work import triage` groups pending imports by source and kind; use `--source`, `--kind`, and repeatable `--metadata key=value` to narrow noisy queues.
285
287
-`brigade work import show <import-id>` inspects one import.
286
-
-`brigade work import dismiss <import-id>` removes noise.
288
+
-`brigade work import dismiss <import-id>` removes one noisy item, while `dismiss --all` closes filtered batches.
287
289
-`brigade work import promote <import-id>` promotes one reviewed import into the task ledger.
-`brigade work import promote --all --source memory-care --kind task` batch-promotes filtered imports; metadata filters also work for scanner-specific fields such as `handoff_issue_category=route-skip`.
289
291
290
292
Imports are stored under `.brigade/work/imports/inbox.jsonl`, stay gitignored, and do not write memory directly.
Copy file name to clipboardExpand all lines: ROADMAP.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ Goal: make Brigade a safe target for local automations that discover useful work
27
27
- Let wrappers import candidate tasks, findings, decisions, preferences, incidents, links, and commands without knowing Brigade internals.
28
28
- Convert memory-care refresh queues into local task imports.
29
29
- Promote selected imports into the work task ledger, with source metadata preserved.
30
-
- Dismiss noisy imports so scanners can be useful without leaving permanent queue clutter.
31
-
- Batch-promote reviewed imports by source and kind.
30
+
- Dismiss noisy imports so scanners can be useful without leaving permanent queue clutter. Status: started with single-item dismissal and filtered `dismiss --all`.
31
+
- Batch-promote reviewed imports by source and kind. Status: started with source, kind, and metadata filters across list, triage, promote, and dismiss.
32
32
- Surface pending imports and grouped counts in `brigade work brief` so discovered work appears in the daily flow.
0 commit comments