Sync Phase 3 user-facing docs (examples, TypeScript SDK, status)#494
Open
hiroshitanaka-creator wants to merge 1 commit intomainfrom
Open
Sync Phase 3 user-facing docs (examples, TypeScript SDK, status)#494hiroshitanaka-creator wants to merge 1 commit intomainfrom
hiroshitanaka-creator wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
1.0.2/ package version) と evidence-boundary(PyPI 公開のみ確証)および public roster 表現(“42 integrated runtime personas” / NORMAL 既定で最大39 active)に合わせて最小差分で整備するため。pyproject.tomlによる配布導線や認証デフォルト(PO_SKIP_AUTH=false)を明確に示しておらず、これを明確化する必要があったため。Description
examples/README.mdのインストール説明を補強し、requirements.txt/requirements-dev.txtを「repo-local convenience wrappers」と明記して外部利用者向けにはpip install "po-core-flyingpig==1.0.2"または extras を推奨する文言を追加した。examples/README.md内の哲学者表現を公開向けの canonical wording に合わせて42 の統合済みランタイム・ペルソナとし、NORMAL 既定で最大39 active personasと明示するよう置換した。clients/typescript/README.mdの冒頭を officialPOST /v1/reasonOpenAPI 起点の説明へ揃え、パッケージ版 SSOT がsrc/po_core/__init__.pyである旨とPO_SKIP_AUTH=falseの場合は非空の API キーを渡すべき旨を追記した。docs/status.mdのCompleted/Nextを更新して本 truth-sync の実施記録と今後の残件監査タスクを反映した。Testing
pytest tests/test_release_readiness.py -vにより該当リリース整合性テストが実行され、20 件すべてが合格(20 passed)。cd clients/typescript && npm run buildにより TypeScript SDK のビルドが成功した。cd clients/typescript && npm run testは最初にビルド順序のタイミングで失敗が出たが、ビルド後に再実行して SDK のテストは通過(ok - PoCoreClient.reason)。Codex Task