Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
9b0c62f
docs(fleet): freeze adversarial review c6c486 (Phase 0)
cursoragent Jul 8, 2026
720672f
fix(security): remove eval from install-community (SEC-001)
cursoragent Jul 8, 2026
dbbcc3a
fix(security): unshare network in Linux reviewer bwrap sandbox (SEC-003)
cursoragent Jul 8, 2026
de75eb1
fix(security): validate reviewer run-id before sandbox mounts (SEC-002)
cursoragent Jul 8, 2026
f8c62e1
merge: cursor/sec-001-eval-injection-256a into adversarial-review BAS…
cursoragent Jul 8, 2026
0750e53
merge: cursor/sec-002-runid-escape-256a into adversarial-review BASE …
cursoragent Jul 8, 2026
0792e5c
merge: cursor/sec-003-bwrap-net-256a into adversarial-review BASE (c6…
cursoragent Jul 8, 2026
e53b8aa
chore(fleet): mark wave1 SEC findings CLOSED in ledger (c6c486)
cursoragent Jul 8, 2026
0e1cf16
docs(security): sync SECURITY.md classifier examples with sandbox gua…
cursoragent Jul 8, 2026
380980b
fix(namespace): pin run_id regex to fleet_run.RUN_ID_PATTERN (BUG-003)
cursoragent Jul 8, 2026
94e8096
fix(campaign): refuse archived missions and surface readiness parse e…
cursoragent Jul 8, 2026
0c95244
fix(archive): enforce created_utc precedes file mtimes (BUG-001)
cursoragent Jul 8, 2026
f4de467
fix(verify): add sha-pin and reviewer-sandbox layers to fleet-verify …
cursoragent Jul 8, 2026
b776526
merge: cursor/sec-007-security-md-256a into adversarial-review BASE (…
cursoragent Jul 8, 2026
5bce8f3
merge: cursor/bug-003-namespace-regex-256a into adversarial-review BA…
cursoragent Jul 8, 2026
2af3be0
merge: cursor/arch-002-campaign-gate-256a into adversarial-review BAS…
cursoragent Jul 8, 2026
f7e85bd
merge: cursor/bug-001-created-utc-256a into adversarial-review BASE (…
cursoragent Jul 8, 2026
253e2f0
merge: cursor/arch-001-fleet-verify-256a into adversarial-review BASE…
cursoragent Jul 8, 2026
1d1deba
chore(fleet): mark wave2 findings CLOSED in ledger (c6c486)
cursoragent Jul 8, 2026
53c25f2
fix(verify): cap findings JSON load size (SEC-011)
cursoragent Jul 8, 2026
4f70a90
fix(preflight): timeout hung adapter auth checks (OPS-002)
cursoragent Jul 8, 2026
e384b95
fix(promotion): honor FLEET_LEDGER_DIR in mission_promotion (ARCH-003)
cursoragent Jul 8, 2026
01514b3
fix(recovery): increment resume count on table-format ledger rows (BU…
cursoragent Jul 8, 2026
01eb912
fix(headless): fail real runs when archive emit fails (OPS-001)
cursoragent Jul 8, 2026
14ac0c6
merge: cursor/bug-004-resume-table-256a into adversarial-review BASE …
cursoragent Jul 8, 2026
0db38b1
merge: cursor/arch-003-ledger-dir-256a into adversarial-review BASE (…
cursoragent Jul 8, 2026
1b01047
merge: cursor/ops-001-archive-emit-256a into adversarial-review BASE …
cursoragent Jul 8, 2026
1eb4dd6
merge: cursor/ops-002-preflight-timeout-256a into adversarial-review …
cursoragent Jul 8, 2026
6ed03ff
merge: cursor/sec-011-findings-cap-256a into adversarial-review BASE …
cursoragent Jul 8, 2026
ca8ffe3
chore(fleet): mark wave3 Lane A findings CLOSED in ledger (c6c486)
cursoragent Jul 8, 2026
9b2d6ed
docs(fleet): T-FINAL readiness for adversarial-review c6c486
cursoragent Jul 8, 2026
836292d
test(install-community): align dry-run assertions with argv display
cursoragent Jul 8, 2026
b22a692
test(install-community): drop redundant eval substring check from dry…
cursoragent Jul 8, 2026
223a410
chore(fleet): mark adversarial-review c6c486 VERIFY/DONE in ledger
cursoragent Jul 8, 2026
1254846
fix(ci): bump autonomous-fleet-core to 1.3.1 and refresh skills-lock
cursoragent Jul 8, 2026
77cccd9
fix(ci): sync substrate-manifest core_version to 1.3.1
cursoragent Jul 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .fleet/docs/DECISIONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# DECISIONS — adversarial-review-and-fix c6c486

## Self-orientation

| Field | Value |
|-------|-------|
| repo | `ravidsrk/autonomous-fleet` |
| REPO_ROOT | `/workspace` |
| MAINTAINER | Cursor Agent `<cursoragent@cursor.com>` |
| BRANCH_PREFIX | `cursor/` |
| BASE | `cursor/adversarial-review-base-256a` off `main`@e9e541b |
| Adapter | `autonomous-fleet-adapter-grok` (same-vendor-instructed review) |
| LEDGER_DIR | `.fleet/docs/` (docs-site Starlight probe) |
| RUN_ID | `20260708T184204Z-adversarial-review-and-fix-c6c486` |
| RUN_SHORT | `c6c486` |
| SUBSTRATE | `/workspace/scripts` |
| AUTHORSHIP_MODE | `attributed` |
| reviewer_mode | `same-vendor-instructed` |

## ASSUMPTIONS

1. Scope = entire autonomous-fleet app (skills, scripts, substrate, CI, action, docs-site tooling).
2. Fresh-run: ignore prior review docs; write `docs/adversarial-review-fresh.md`.
3. Out of scope: BASE→main promotion, production deploy, secret rotation, load/prod verification.
4. SCM: `gh` authenticated as `cursor`; PRs merge into BASE with `--merge` (never squash).
5. Lane B findings open as draft `do-not-merge` PRs; never auto-merge.

## Skeptic decisions

- SEC-006 DO_NOT_FIX (version-tolerant auth probe).
- SEC-005/009/004/010/ARCH-004/ARCH-005 → Lane B (ask / human-gate or draft-both).
- OPS-001 narrowed: fatal only on real-run archive emit; dry-run cleanup stays non-fatal.
- Wave 1 Lane A: SEC-001, SEC-002, SEC-003, ARCH-001, ARCH-002, BUG-001 (FOUNDATION first).
82 changes: 82 additions & 0 deletions .fleet/docs/arch-build-progress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# arch-build-progress — adversarial-review-and-fix

RUN_ID: 20260708T184204Z-adversarial-review-and-fix-c6c486
RUN_SHORT: c6c486
BASE: cursor/adversarial-review-base-256a
PHASE: FIXING
LAST_UPDATE: wave1 SEC-001/002/003/008 merged into BASE
ADAPTER: autonomous-fleet-adapter-grok
REPO_ROOT: /workspace
MAINTAINER: Cursor Agent <cursoragent@cursor.com>
BRANCH_PREFIX: cursor/
AUTHORSHIP_MODE: attributed
SUBSTRATE: /workspace/scripts
LEDGER_DIR: .fleet/docs
reviewer_mode: same-vendor-instructed

## Runtime goal

Mission adversarial-review-and-fix DONE: `.fleet/docs/arch-build-progress.md` all task flags true,
`.fleet/docs/arch-build-readiness.md` with fleet-outcome.status done and mission metrics satisfied,
the readiness fleet-outcome validates, all PRs merged into BASE.

LAST_UPDATE: BOOTSTRAP complete — 15 Lane A + 6 Lane B; SEC-006 DO_NOT_FIX

## CLOSE-INDEX

| ID | lane | state |
|----|------|-------|
| SEC-001 | A | CLOSED via #135 |
| SEC-002 | A | CLOSED via #136 |
| SEC-003 | A | CLOSED via #137 |
| SEC-004 | B | OPEN |
| ARCH-001 | A | OPEN |
| ARCH-002 | A | OPEN |
| BUG-001 | A | OPEN |
| SEC-005 | B | OPEN |
| SEC-007 | A | OPEN |
| SEC-008 | A | CLOSED via #135 |
| SEC-009 | B | OPEN |
| BUG-002 | A | OPEN |
| BUG-003 | A | OPEN |
| BUG-004 | A | OPEN |
| ARCH-003 | A | OPEN |
| ARCH-004 | B | OPEN |
| OPS-001 | A | OPEN |
| OPS-002 | A | OPEN |
| ARCH-005 | B | OPEN |
| SEC-010 | B | OPEN |
| SEC-011 | A | OPEN |
| SEC-006 | — | DO_NOT_FIX |

## Fix tasks

| TASK | finding | wave | flags |
|------|---------|------|-------|
| TASK SEC-001 | SEC-001 | 1 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK SEC-002 | SEC-002 | 1 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK SEC-003 | SEC-003 | 1 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK ARCH-001 | ARCH-001 | 1 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK ARCH-002 | ARCH-002 | 1 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK BUG-001 | BUG-001 | 1 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK SEC-007 | SEC-007 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK SEC-008 | SEC-008 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK BUG-002 | BUG-002 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK BUG-003 | BUG-003 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK BUG-004 | BUG-004 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK ARCH-003 | ARCH-003 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK OPS-001 | OPS-001 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK OPS-002 | OPS-002 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |
| TASK SEC-011 | SEC-011 | 2 | CODED=f EVID=f PR_OPEN=f REVIEWED=f MERGED=f ACCEPT=f WT_CLEAN=f |

## Lane B (HUMAN_GATED — draft do-not-merge)

SEC-004, SEC-005, SEC-009, ARCH-004, ARCH-005, SEC-010

## OPS / VERIFY-AT-SCALE

(none yet)

## CONTEXT HANDOFF

Wave 1 in flight next. Hot files: install-community.sh, run-sandboxed.sh, fleet_verify.py, run-campaign.sh, fleet_run.py.
Loading
Loading