-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
26 lines (24 loc) · 1.1 KB
/
opencode.jsonc
File metadata and controls
26 lines (24 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://opencode.ai/config.json",
// Keep OpenCode pointed at the shared harness.
// Do not duplicate project memory here; use HARNESS.yml and progress/current.md.
"instructions": [
"AGENTS.md",
"HARNESS.yml",
"progress/current.md"
],
"command": {
"harness-status": {
"template": "Read AGENTS.md, HARNESS.yml, and progress/current.md. Summarize current goal, known good commands, risks, and next step without reading the full repo.",
"description": "Show harness-guided project status"
},
"harness-check": {
"template": "Run the repository harness check script if present. Verify AGENTS.md, HARNESS.yml, progress/current.md, docs/architecture.md, docs/verification.md, and report any secret hygiene risks.",
"description": "Validate harness files and secret hygiene"
},
"minimal-verify": {
"template": "Use HARNESS.yml and docs/verification.md to run the smallest relevant test/lint/build check for the current change. Save a short summary to progress/current.md.",
"description": "Run minimal verification from harness"
}
}
}