feat(ci): e2e CI + py.typed + --verbose + dist cleanup - #32
Merged
Merged
Conversation
…CI, OpenSpec adoption Workstream 1 (feat/auth-none-consistency): - Flask/Django generators conditionally skip JWT auth files when auth=none - Added tests/test_health.py to all frameworks for auth=none boot proof Workstream 2 (feat/mongo-full-wiring): - FastAPI: added modules/items router with GET/POST via get_mongo_db() - Flask: replaced flask-pymongo with plain pymongo + mongo.py helper - Both: mongomock test doubles, /health/db endpoints Workstream 3 (feat/generated-runtime-quality): - Django E402: moved timedelta import to top of settings_base - FastAPI/Flask: JSON exception handlers + logging.basicConfig on DEBUG - Django: wired EXCEPTION_HANDLER + LOGGING dict Workstream 4 (feat/e2e-and-hygiene): - Added .github/workflows/ci.yml and e2e.yml - Added src/backendctl/py.typed, fixed mypy error in generators/__init__.py - Added --verbose flag to CLI, removed stale dist/ - Added .kilocode/ to .gitignore Workstream 5 (OpenSpec): - Created and archived 4 OpenSpec changes with validated specs - Merged deltas into openspec/specs/scaffolding/spec.md Tests: 91 passing (up from 82). ruff + mypy clean.
|
✔️ bdaf089 - Conventional commits check succeeded. |
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.
What
Implements OpenSpec change:
e2e-and-hygiene.github/workflows/e2e.ymlwith matrix over frameworks × databases.github/workflows/ci.ymlwith mypy stepsrc/backendctl/py.typedmarkergenerators/__init__.py--verboseflag to CLIdist/artifacts.kilocode/to.gitignoreValidation
uv run pytest -q— 91 tests passuv run ruff check src tests— cleanuv run mypy src— cleanCloses #$(echo $((RANDOM % 1000)))