Skip to content

Commit fbd4442

Browse files
committed
specs: Add an AGENTS.md file for working on the specs
1 parent d5fb16d commit fbd4442

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.obsidian/workspace.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "specs/cli-spec.md",
16+
"file": "specs/AGENTS.md",
1717
"mode": "source",
1818
"source": false
1919
},
2020
"icon": "lucide-file",
21-
"title": "cli-spec"
21+
"title": "AGENTS"
2222
}
2323
},
2424
{
@@ -194,8 +194,10 @@
194194
},
195195
"active": "01bf72509d2b5652",
196196
"lastOpenFiles": [
197-
"specs/@initial-developer-input/Configuration.md",
197+
"specs/agent-time-travel.md",
198+
"specs/AGENTS.md",
198199
"specs/cli-spec.md",
200+
"specs/@initial-developer-input/Configuration.md",
199201
"specs/@initial-developer-input/WebUI, TUI, REST Service.md",
200202
"specs/@initial-developer-input",
201203
"specs/local-mode.md",
@@ -205,7 +207,6 @@
205207
"specs/fs-snapshots/milestone_3.md",
206208
"specs/fs-snapshots/milestone_2.md",
207209
"specs/fs-snapshots/milestone_1.md",
208-
"specs/agent-time-travel.md",
209210
"specs/webui-prd.md",
210211
"specs/tui-prd.md",
211212
"specs/rest-service.md",
@@ -220,7 +221,6 @@
220221
"specs/connectivity-layer.md",
221222
"specs/configuration.md",
222223
"specs/schemas/AGENTS.md",
223-
"specs/agents/_template.md",
224224
"specs/@research"
225225
]
226226
}

specs/AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This folder contains a work-in-progress specification for the next iteration of the agents-workflow product.
2+
3+
The main ideas of the product are described in the [marketing-one-pager](../docs/marketing-one-pager.md) document.
4+
5+
Currently, the spec is not finalized and we are not ready to start the implementation of the software. The folder `specs/@initial-developer-input` contains files that should be treated as a ground truth for the specification effort. You are expected to work on the markdown files in the specs folder, which should detail everything with a much higher precision, but not all information in them has been fully reviewed by the development team yet.
6+
7+
Some of the markdown files have standardized Obsidian headers indicating their current review status. Avoid modifying files which status is "Reviewed" or "Final" unless explicitly asked.

0 commit comments

Comments
 (0)