Skip to content

Resolve #1660: Correct runtime portability harness API#1665

Merged
ayden94 merged 2 commits intomainfrom
issue-1660-runtime-portability-harness-api
May 7, 2026
Merged

Resolve #1660: Correct runtime portability harness API#1665
ayden94 merged 2 commits intomainfrom
issue-1660-runtime-portability-harness-api

Conversation

@ayden94
Copy link
Copy Markdown
Contributor

@ayden94 ayden94 commented May 7, 2026

Summary

  • Corrects the advanced book portability harness example so it uses the documented FluoFactory.create(...) plus app.listen() runtime flow instead of the non-existent FluoFactory.run(...) root API.
  • Keeps the English and Korean Chapter 14 mirrors aligned for the docs/book-only correction.

Closes #1660

Changes

  • Updated book/advanced/ch14-portability-testing.md custom adapter harness example.
  • Updated book/advanced/ch14-portability-testing.ko.md with the same code flow.
  • No runtime source or public API changes; no changeset is included because this is a book-only correction.

Testing

  • LSP diagnostics: no diagnostics for changed EN/KO markdown files.
  • pnpm verify:platform-consistency-governance — passed.
  • pnpm lint — completed repository lint/TSDoc checks; existing Biome warnings/infos were reported outside the changed book files, and verify:public-export-tsdoc passed.
  • pnpm exec biome lint book/advanced/ch14-portability-testing.md book/advanced/ch14-portability-testing.ko.md — Biome reported the book markdown paths are ignored, so no markdown files were processed by that command.

Public export documentation

  • No public exports changed.
  • No exported functions changed.
  • README/source example roles are unchanged.

Behavioral contract

  • No documented behavioral contracts were removed.
  • No new runtime behavioral contracts were introduced.
  • Runtime API remains unchanged; the docs now point to the existing documented FluoFactory.create(...) / app.listen() flow.
  • Regression tests are not required for this docs/book-only correction.

Platform consistency governance (SSOT)

  • English/Korean book mirrors remain synchronized for the changed example.
  • Platform contract docs were not changed.
  • Package README alignment/conformance claims were not changed.

@ayden94 ayden94 merged commit 8bd78c5 into main May 7, 2026
9 checks passed
@ayden94 ayden94 deleted the issue-1660-runtime-portability-harness-api branch May 7, 2026 13:27
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.

[audit][area:foundation] Correct runtime portability harness API in book (priority:p2)

1 participant