Skip to content

Commit 3ec75a9

Browse files
committed
update
1 parent cc73d7b commit 3ec75a9

24 files changed

Lines changed: 7048 additions & 46 deletions

.agent/ao-domain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ passing_but_suspicious = [
7272
# agent must explicitly call out suspicious cases
7373
require_suspicion_reporting = true
7474
# explanations must reference domain expectations
75-
require_domain_reference = true
75+
require_domain_reference = true

MANIFEST.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,3 @@ preferred = "repo"
7878

7979
[traceability]
8080
identifier_map = "none"
81-
82-

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
Worked example: producing team-conforming test artifacts under domain-specific correctness constraints.
1111

12-
IMPORTANT: Better outcomes come less from better prompting alone
12+
IMPORTANT: Better outcomes come less from better prompting alone
1313
than from better specification of priors, skills, constraints, and evaluation.
1414

1515
## Separation of Concerns
@@ -30,11 +30,12 @@ This repository separates two concerns:
3030
- ATD: tool capabilities (what can be invoked)
3131

3232
Additional:
33+
3334
- Domain context: defines correctness (in this system)
3435

3536
## Scenarios
3637

37-
Each scenario evaluates whether the agent can detect anomalies
38+
Each scenario evaluates whether the agent can detect anomalies
3839
that are not captured by existing tests.
3940

4041
1. Basic: clean batch, generate missing tests
@@ -125,6 +126,8 @@ uv run ruff format .
125126
uv run ruff check . --fix
126127
uv run zensical build
127128

129+
npx markdownlint-cli2 "**/*.md" "#.venv" "#site" "#dist" "#node_modules"
130+
128131
git add -A
129132
git commit -m "update"
130133
git push -u origin main

0 commit comments

Comments
 (0)