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
docs: refresh STATE for v0.3.0; nuclei via scan run; collapse SUBSTRATE
- STATE.md: date/history refresh (Jul 2026 burst), drop the resolved c2
agentServer/channelServer gotcha, correct the host-Delete line ref.
- SCANNING.md: route the nuclei examples through `aims scan run nuclei`
so they fold into the store, instead of raw passthrough.
- SUBSTRATE.md: collapse the spent phase-by-phase working plan to a
shipped-record + the one open cross-run-diff design tension.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: STATE.md
+22-17Lines changed: 22 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# AIMS — Project State Overview
2
2
3
-
> Investigated 2026-07-19, after the repo had been paused ~1 year. Companion to
4
-
> [`CLAUDE.md`](./CLAUDE.md) (architecture), [`ROADMAP.md`](./ROADMAP.md) (re-entry plan) and
5
-
> [`SCAN.md`](./SCAN.md) (scan model & scanner-plug substrate).
3
+
> Investigated 2026-07-19, after the repo had been paused ~1 year; refreshed 2026-07-21
4
+
> as **v0.3.0** was cut. Companion to [`CLAUDE.md`](./CLAUDE.md) (architecture),
5
+
> [`ROADMAP.md`](./ROADMAP.md) (re-entry plan) and [`SCAN.md`](./SCAN.md) (scan model &
6
+
> scanner-plug substrate).
6
7
> This file answers: *where is the project right now, and what's broken.*
7
8
8
9
## TL;DR
@@ -16,17 +17,24 @@ foundation with a real, compiling, partially-complete slice on top.
16
17
17
18
## History — three work bursts
18
19
19
-
Solo project (Maxime Landon), 92 commits, reconstructed from git:
20
+
Solo project (Maxime Landon), 275 commits across four bursts, reconstructed from git:
20
21
21
22
| Period | What got built | Commits |
22
23
|--------|----------------|--------:|
23
24
|**Nov 2021**| Foundation: all proto data models + generated code (host, network, credentials à la Metasploit, scan/nmap), Makefile/buf codegen, Maltego tag script | 26 |
24
25
|**Jun–Aug 2023**| Client/server/gRPC layer, `reeflective/team` teamserver transport (mTLS + Tailscale), the generic `cmd/display` engine, cobra command tree | 34 |
0 commit comments