# Todo API (cp_001) ## Objective Build a REST Todo API with CRUD, pagination, filtering by status, and SQLite persistence. ## Language & Library Constraints - Primary language: python - Available libraries: fastapi, pydantic, sqlalchemy, requests - Use library APIs explicitly where suitable in execution contracts. ## Acceptance - Deterministic taskitems with strict execution contracts. - Include selected library and preferred APIs when applicable.