docs: link thesis system design draft

This commit is contained in:
lda
2026-06-14 17:31:00 +07:00 Verified
parent 9f46108510
commit 42a27b0a4f
4 changed files with 42 additions and 0 deletions
+2
View File
@@ -1081,6 +1081,8 @@ uv run wf --config examples/report_workflow/wf.config.json run trace <run_id> --
## Appendix B: Evidence Index
See `evidence-index.md` for the full claim-to-evidence map.
| Claim | Evidence |
| --- | --- |
| Workflow lifecycle models | `src/wf_artifacts/models.py`, `src/wf_artifacts/runs/` |
+3
View File
@@ -183,6 +183,9 @@ stable.
- Completed thesis case-study evidence bundle: `examples/report_workflow/`
provides a deterministic report workflow with Python source, fixture input,
config, runbook, and tests.
- Completed thesis system-design draft: `docs/add/system-design-implementation.md`
now frames the platform as a formal system design/implementation report backed
by `docs/add/evidence-index.md` and the report-workflow case study.
## Historical References
+5
View File
@@ -70,6 +70,11 @@ see [`workflow platform presentation`](add/2026-06-workflow-platform-presentatio
lifecycle from the RPC CLI smoke runbook, and cleans up. Use
`--keep-temp` to preserve the generated config/store on failure.
## Documentation
- `docs/add/system-design-implementation.md` — formal thesis/system-design draft.
- `docs/add/evidence-index.md` — claim-to-evidence map for the thesis draft.
## Tests
- `tests/authoring`: builder, node decorator, ops, async runtime, subgraph, and