v0.2.0
0.2.0
Added
- 13 intent-shaped task tools replacing generated CRUD as the recommended write path
- Customer deposit workflow (
record_customer_deposit,issue_deposit_invoice,apply_deposit_to_invoice) PreconditionResultpattern for structured setup guidance when instance preconditions failrawescape-hatch scope restoring the full CRUD set for advanced useserver.jsonfor MCP Registry discoverability- Explicit
[tool.hatch.build.targets.sdist]include list - Live sandbox integration test suite (
pytest -m integration,TEST_MANAGER_API_*env vars)
Changed
pyproject.tomldescription reflects read-first with opt-in scoped writesskills/manager-accounting/SKILL.md: task tool guidance, deposit is-not-revenue statementREADME.md: task tool table, deposit docs, recommended scope config, migration notice
Deprecated
- All per-resource CRUD
create_*/update_*/delete_*tools exceptcreate_customerandcreate_supplier. Removal target: 0.3.0.
Install: uvx manager-mcp