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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
84
-`brigade learn plan/doctor/import-issues` for bounded local learning candidates that become reviewed tasks, handoffs, suppressions, accepted risk, archive, or dismissal.
85
85
-`brigade tools pack build/list/show/archive` and `brigade tools sync plan/apply` for portable tool evidence bundles and reviewed projection sync over the existing managed projection path.
86
86
-`brigade work backup closeout`, `brigade security closeout`, `brigade handoff closeout`, `brigade memory care closeout`, and `brigade work acceptance` for reviewable local closeout and acceptance rollup receipts.
87
-
-`brigade center status/activity/reviews/templates` for read-only local operator-center summaries over work, scanner, review, handoff, tool, learning, context, project, security, and release state.
87
+
-`brigade center status/activity/reviews/templates`and `brigade center report plan/build/list/show/archive`for read-only local operator-center summaries and local report bundles over work, scanner, review, handoff, tool, learning, context, project, security, and release state.
88
88
-`brigade roadmap audit` and `brigade roadmap patterns` for roadmap closure checks, stale phase warnings, documented command drift, neutral pattern-family coverage, and source-pattern decisions.
89
89
-`brigade repos init/list/show/scan/doctor/import-issues` for gitignored local repo-fleet readiness checks, safe setup metadata, fallback guidance detection, and `repo-fleet` work inbox imports.
90
90
-`brigade work sweep closeout <sweep-id|latest>` for reviewable sweep closeout records that block unresolved pending imports, support explicit deferrals, and surface unclosed sweeps through inbox hygiene.
Copy file name to clipboardExpand all lines: ROADMAP.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Goal: make Brigade a safe target for local automations that discover useful work
48
48
- Audit roadmap closure and neutral pattern coverage. Status: started with `brigade roadmap audit`, `brigade roadmap patterns`, stale phase warnings, documented command drift checks, roadmap-audit imports, and source-pattern decision records without public reference names.
49
49
- Inspect local repo fleet readiness without copying private repo contents. Status: started with gitignored `.brigade/repos.toml`, `brigade repos init/list/show/scan/doctor/import-issues`, safe metadata summaries, AGENTS and fallback guidance detection, repo-fleet imports, and daily-loop health surfacing.
50
50
- Close out scanner sweeps after review. Status: started with `brigade work sweep closeout <sweep-id|latest>`, deferred import recording, missing-reference blocking, and inbox hygiene warnings for unclosed sweeps.
51
-
- Inspect local operator state from one read-only center view. Status: started with `brigade center status/activity/reviews/templates`, aggregating local work, imports, sweeps, reviews, handoffs, tools, learning, context packs, projects, security, and release state without a daemon or server.
51
+
- Inspect local operator state from one read-only center view. Status: started with `brigade center status/activity/reviews/templates` and `brigade center report plan/build/list/show/archive`, aggregating local work, imports, sweeps, reviews, handoffs, tools, learning, context packs, projects, security, and release state into JSON and local report bundles without a daemon or server.
@@ -30,4 +35,22 @@ brigade center templates --json
30
35
31
36
`templates` lists local workflow templates for context packs, tool packs, project audits, release candidates, and review closeouts.
32
37
33
-
The operator center never invokes scanners, tools, reviewers, handoff ingestion, release publishing, git commands that mutate state, or remote APIs. It only reads existing local files and prints text or JSON.
38
+
Every center row uses the same wrapper-facing fields: `subsystem`, `local_id`, `status`, `priority`, `severity`, `safe_summary`, `created_at`, `updated_at`, `receipt_path`, `path`, and `suggested_next_command`.
39
+
40
+
## Operator Reports
41
+
42
+
`brigade center report build` writes a local bundle under:
43
+
44
+
```text
45
+
.brigade/center/reports/
46
+
```
47
+
48
+
Each bundle contains:
49
+
50
+
-`OPERATOR_REPORT.md`, a daily review summary with review queue, activity, and suggested next commands.
51
+
-`OPERATOR_REPORT.html`, a dependency-free escaped static rendering of the Markdown report.
52
+
-`CENTER_EVIDENCE.json`, stable JSON evidence for wrappers.
53
+
54
+
`brigade center report plan` previews the same evidence without writing. `list`, `show`, and `archive` inspect or move local bundles. Report health warns when the latest bundle is stale, references missing receipts, was built from an older git HEAD, or newer center activity exists. `brigade work brief`, `brigade work doctor`, `brigade release doctor`, and release candidate evidence surface those report health checks.
55
+
56
+
The operator center never invokes scanners, tools, reviewers, handoff ingestion, release publishing, git commands that mutate state, or remote APIs. Only `center report build` and `center report archive` write local gitignored report bundle files.
Copy file name to clipboardExpand all lines: docs/release-candidates.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,16 @@ Each candidate contains:
34
34
-`RELEASE_NOTES_DRAFT.md`, an editable draft inferred from `CHANGELOG.md`, commit subjects since the base ref, and touched docs. Uncertain sections are marked `review-needed`.
35
35
-`PUBLISH_PLAN.md`, a manual checklist for verification, closeout, release doctor, content guard, tag, push, and release creation. Remote-mutating commands are marked manual-only and are not run.
36
36
-`EVIDENCE.json`, stable wrapper-friendly evidence for the release readiness receipt, work closeout, verification receipt, code review closeout, scanner sweep state, security state, handoff state, git state, changed files, docs touch status, content-guard summaries, blockers, warnings, and suggested next commands.
37
+
- latest operator report health, including stale reports, missing receipt references, changed HEAD, and newer center activity warnings.
37
38
38
39
## Candidate Health
39
40
40
41
`brigade release doctor` warns when the latest candidate is stale, references missing receipts, was built from blocked readiness, or no longer matches the current git HEAD.
41
42
42
43
These are warnings because candidate bundles are review artifacts. They do not replace release readiness checks, verification, code review closeout, or content guard.
43
44
45
+
Release readiness and candidate bundles include operator report health so an operator can tell whether the local daily review packet is fresh before publishing manually.
46
+
44
47
## Boundary
45
48
46
49
Release candidate commands are local and explicit. Brigade does not push, tag, create GitHub releases, mutate pull requests, edit changelogs outside the candidate bundle, upload artifacts, approve content-guard findings, start daemons, install schedulers, or store secrets.
Copy file name to clipboardExpand all lines: docs/roadmap-completion-plan.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -567,13 +567,16 @@ Implementation scope:
567
567
- Add `brigade center activity`.
568
568
- Add `brigade center reviews`.
569
569
- Add `brigade center templates`.
570
+
- Add `brigade center report plan/build/list/show/archive`.
570
571
- Aggregate existing local state only: work sessions, pending tasks, pending imports, scanner runs and sweeps, review runs, handoff drafts, tool approvals, checkpoints, context packs, learning candidates, repo fleet, project decisions, security health, release readiness, and release candidates.
571
572
- Every center item includes subsystem, local id, status, safe summary, suggested next command, and priority or severity when available.
572
573
- Keep center commands read-only and JSON-first for future wrappers.
574
+
- Build local report bundles only under `.brigade/center/reports/`, with Markdown, dependency-free HTML, and JSON evidence.
573
575
574
576
Acceptance:
575
577
576
578
- Tests cover center status, activity, reviews, and templates in text and JSON.
579
+
- Tests cover center report plan, build, list, show, archive, freshness checks, and release/work integration.
577
580
- Tests prove center commands are read-only.
578
581
- Public docs describe the operator center as local CLI output, not a hosted dashboard, app server, daemon, or sync engine.
579
582
@@ -582,6 +585,12 @@ Phase 36 status:
582
585
- Implemented command surface: `brigade center status/activity/reviews/templates`.
583
586
- Center status aggregates local subsystem health. Center activity reads receipts and pack metadata. Center reviews presents one pending review queue across imports, learning, projects, and context health. Center templates lists local workflow templates for wrappers.
584
587
588
+
Phase 37 status:
589
+
590
+
- Implemented command surface: `brigade center report plan/build/list/show/archive`.
591
+
- Operator reports write `OPERATOR_REPORT.md`, `OPERATOR_REPORT.html`, and `CENTER_EVIDENCE.json` under `.brigade/center/reports/`.
592
+
- Work brief, work doctor, release doctor, and release candidate evidence include operator report freshness.
593
+
585
594
## Suggested Execution Order
586
595
587
596
1. Roadmap audit, inspiration pattern registry, and repo-fleet readiness.
0 commit comments