Skip to content

docs: add backend-integration-readiness tickets (103-107)#17

Merged
Monotox merged 1 commit into
mainfrom
review/symfony-readiness-2026-05-31
May 31, 2026
Merged

docs: add backend-integration-readiness tickets (103-107)#17
Monotox merged 1 commit into
mainfrom
review/symfony-readiness-2026-05-31

Conversation

@Monotox

@Monotox Monotox commented May 31, 2026

Copy link
Copy Markdown
Owner

Summary

Review of whether the engine can be driven cleanly from a long-running service (one process per job) surfaced five gaps that sharpen the contract a queue worker depends on, none blocking single-shot CLI use.

Test Plan

  • uv run pytest passes
  • uv run ruff check . passes
  • Documentation updated, if user-facing behavior changed
  • Golden fixtures updated, if a public JSON or Markdown contract changed

Contract Impact

  • No public contract surfaces changed
  • Public contract changes are intentional and versioned per docs/VERSIONING_POLICY.md

Review of whether the engine can be driven cleanly from a long-running service
(one process per job) surfaced five gaps that sharpen the contract a queue
worker depends on, none blocking single-shot CLI use:

- 103 backend-facing exit-code table + catch-all -> 13 on validate/sora/calibrate
- 104 atomic --output writes (temp + os.replace) + SIGTERM cancellation code
- 105 schema-versions command to discover contract versions without a run
- 106 machine-readable JSONL progress for propagate/sample/batch (extends 067)
- 107 JSON --validate-only preflight envelope + GeoJSON asset preflight (with 089)

Docs-only; no code or fixtures changed. ruff clean.
@Monotox Monotox merged commit 9d55e47 into main May 31, 2026
4 checks passed
@Monotox Monotox deleted the review/symfony-readiness-2026-05-31 branch May 31, 2026 17:12
@Monotox Monotox changed the title Add backend-integration-readiness tickets (103-107) docs: add backend-integration-readiness tickets (103-107) May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant