Skip to content

Commit 81d09d7

Browse files
author
chenbo
committed
Align verification docs with CLI surface
1 parent 025e942 commit 81d09d7

3 files changed

Lines changed: 19 additions & 6 deletions

File tree

docs/concepts/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,10 @@ The report still includes retrieval signals such as Recall@K, Precision@K, token
450450
npm run build
451451
npm run check
452452
npm run lint
453-
npm run format
454453
npm run format:check
455-
npm test
454+
npm run docs:cli:check
455+
npm run test
456456
npm run benchmark
457-
npm run build
457+
npm run benchmark:agent
458458
npm run pack:dry-run
459459
```

docs/concepts/loop-engineering.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,12 @@ Each loop writes a durable iteration directory:
194194
The runtime is exposed through CLI commands, including:
195195

196196
```txt
197-
build, run, loop, plan, pack, verify, task, tests, impact,
198-
policy, validate-contracts, freshness, drift, delta, evolve,
199-
trace start/add/run/show, rag search, benchmark, retrieve, diff, update, explain
197+
sidecar, report, status, doctor, opencode/oc run, build, run,
198+
loop, plan, pack, verify, task, tests, impact, policy,
199+
hallucination, regression, validate-contracts, freshness, drift,
200+
delta, evolve, trace start/add/run/show, rag search, retrieve,
201+
orchestrate, agent run, benchmark, benchmark-agent, diff, update,
202+
explain
200203
```
201204

202205
The follow-up release check is to keep the npm package, `dist/`, CLI help, and docs aligned with this surface.

docs/concepts/loop-engineering.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@ build/refresh pack
370370
当前 `src/cli/index.ts` 已经注册了主要 Harness 命令,包括:
371371

372372
```txt
373+
sidecar
374+
report
375+
status
376+
doctor
377+
opencode / oc run
373378
build
374379
savings
375380
rag export
@@ -380,6 +385,8 @@ graph
380385
readiness
381386
validate
382387
policy
388+
hallucination
389+
regression
383390
validate-contracts
384391
freshness
385392
drift
@@ -393,7 +400,10 @@ verify
393400
task
394401
tests
395402
impact
403+
orchestrate
404+
agent run
396405
benchmark
406+
benchmark-agent
397407
retrieve
398408
diff
399409
update

0 commit comments

Comments
 (0)