Commit e56e863
feat: install pinned native components with brigade setup (#368)
* docs: plan pinned component setup
Co-authored-by: Cursor <cursoragent@cursor.com>
* docs(setup): fix phase-355 executable spec defects
Replace impossible asset_bytes synthesis with fixture_payload-derived
digests, split Task 6 engine dry-run from Task 9 CLI wiring, and
standardize installed state on installed_at.
Co-authored-by: Cursor <cursoragent@cursor.com>
* docs(setup): align phase-355 helpers with manifest loader
Publish the full five-platform matrix in write_test_manifest, use owner/name
repository values, derive fixture bytes from runnable smoke stubs, and delegate
the smoke test runner to subprocess.run while recording argv.
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore(components): publish graphtrail v0.4.0 manifest assets
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(components): add installed state schema v1
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(components): verify cache bytes and brigade version
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(components): download assets into digest cache
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(components): materialize managed executables safely
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(components): add post-install smoke suite
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(components): add setup dry-run planning
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(components): install pinned native components
* feat(components): add setup rollback
* feat(cli): register brigade setup command
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix(components): bound downloads and repair executable mode
Co-authored-by: Cursor <cursoragent@cursor.com>
* test(components): cover download hardening edge cases
Co-authored-by: Cursor <cursoragent@cursor.com>
* docs: refresh command inventory
---------
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d2b140a commit e56e863
16 files changed
Lines changed: 3871 additions & 19 deletions
File tree
- docs
- src/brigade
- cli
- templates/components
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
| 436 | + | |
435 | 437 | | |
436 | 438 | | |
437 | 439 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments