Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions project-development-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ config:
kind: plan
depends_on: [development-map]
instruction: >-
Define the smallest owning interfaces, dependency order, disjoint write
sets, public test seams, acceptance criteria, falsifiers, rollout, and
evidence returned by each package. Keep human confirmation at the parent
for high-impact product choices.
Define the smallest owning interfaces, dependency order, public test
seams, acceptance criteria, falsifiers, rollout, and evidence returned
by each package. Parallel implementation slices run concurrently in one
workspace, so partition write sets triple-disjoint: source files,
generated artifacts, and lockfiles must not overlap across slices, and
no shared build may be triggered by a slice; keep a slice that owns
generated or delivery wiring separate from source-only slices. Keep
human confirmation at the parent for high-impact product choices.

- id: production-slice
kind: coding
Expand Down Expand Up @@ -75,10 +79,9 @@ config:
depends_on: [development-review]
instruction: >-
Report changed modules, behavior, exact checks and results, acceptance
coverage, review verdicts, rollout, rollback, and deliberately deferred work.
DELIVERY CONTRACT: write the complete final report to a temporary
markdown file under ${TMPDIR:-/tmp}/opencode-workflow-reports (create
the directory if missing), named
project-development-full-development-report.md, and verify the file is
non-empty. Then submit ONLY that absolute file-path string as your
output; do not include the report body or any other text.
coverage, review verdicts, rollout, rollback, and deliberately deferred
work. Write the complete final report to a non-empty markdown file
under the project .opencode/workflow-reports/ directory, then submit
ONLY that absolute file path as your output — the runtime records the
native file reference with its integrity receipt; do not include the
report body or any other text.
2 changes: 1 addition & 1 deletion runtime-compat.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"runtime_repo": "LeXwDeX/OpenCode-GraphAgent",
"runtime_commit": "5871ce0e3bbb4155af40751c0821c6d27900fe03"
"runtime_commit": "ebc5ad089c782c7c4f2a128d4def41a75103f175"
}
Loading