Observed Evidence
FlowState contains 15 pytest tests covering auth, CLI behavior, composition, storage, and the server, but has no GitHub Actions workflow. An isolated June 13 audit environment installed .[dev] and passed all 15 tests. The run also emitted a Starlette test-client deprecation warning under the newest allowed dependencies.
Why It Matters
FlowState is presented as an installable public tool. Without CI, supported Python/dependency combinations and upgrade regressions are not recorded on commits or pull requests.
Decision Needed
Choose the supported Python matrix and whether dependency deprecation warnings should fail or be tracked separately.
Suggested Resolution
Add a workflow that installs .[dev], runs pytest -q, and covers the supported Python versions. Preserve the current passing suite and make dependency compatibility visible.
Observed Evidence
FlowState contains 15 pytest tests covering auth, CLI behavior, composition, storage, and the server, but has no GitHub Actions workflow. An isolated June 13 audit environment installed
.[dev]and passed all 15 tests. The run also emitted a Starlette test-client deprecation warning under the newest allowed dependencies.Why It Matters
FlowState is presented as an installable public tool. Without CI, supported Python/dependency combinations and upgrade regressions are not recorded on commits or pull requests.
Decision Needed
Choose the supported Python matrix and whether dependency deprecation warnings should fail or be tracked separately.
Suggested Resolution
Add a workflow that installs
.[dev], runspytest -q, and covers the supported Python versions. Preserve the current passing suite and make dependency compatibility visible.