Skip to content

Task: update API and Workbench runtime wording#253

Merged
smithaldon1 merged 1 commit into
mainfrom
task/issue-240-runtime-wording
May 27, 2026
Merged

Task: update API and Workbench runtime wording#253
smithaldon1 merged 1 commit into
mainfrom
task/issue-240-runtime-wording

Conversation

@smithaldon1

Copy link
Copy Markdown
Member

Summary

  • Update /health to report source_mode, storage_backend, and connector_mode while retaining simulator_backed only as a deprecated compatibility field.
  • Replace Workbench status, recovery, empty-state, evidence, recommendation, and RCA/CAPA wording with external-source runtime guidance.
  • Document API/Workbench runtime boundaries and add tests that enforce the new wording.

Closes #240

Test Evidence

  • cd apps/web && npm test: 19 passed
  • make test: 285 passed, 4 skipped
  • make lint: passed
  • make typecheck: passed
  • cd apps/web && npm run lint: passed
  • cd apps/web && npm run typecheck: passed
  • cd apps/web && npm run build: passed
  • rg -n "simulator-backed|make demo|make demo-data|local simulator-backed API" apps services README.md docs: remaining matches are historical learning-log entries, legacy simulator/runtime transition tests/docs, and intentionally scoped demo/ADR references.

Docs Impact

  • Updated services/api/README.md and apps/web/README.md for Docker runtime health metadata and external-source boundaries.
  • Updated .env.example for FACTORY_SOURCE_MODE and FACTORY_CONNECTOR_MODE.
  • Updated docs/LEARNING_LOG.md with the runtime wording alignment summary.

Follow-up Work

@smithaldon1 smithaldon1 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and approved for merge

@smithaldon1 smithaldon1 merged commit 1e2a7ed into main May 27, 2026
3 checks passed
@smithaldon1 smithaldon1 deleted the task/issue-240-runtime-wording branch May 27, 2026 15:43
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.

Task: Update API and Workbench runtime wording

1 participant