Skip to content

v0.2.0

Choose a tag to compare

@flumpiey flumpiey released this 29 Jul 11:29
b73a572

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)
  • PreconditionResult pattern for structured setup guidance when instance preconditions fail
  • raw escape-hatch scope restoring the full CRUD set for advanced use
  • server.json for 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.toml description reflects read-first with opt-in scoped writes
  • skills/manager-accounting/SKILL.md: task tool guidance, deposit is-not-revenue statement
  • README.md: task tool table, deposit docs, recommended scope config, migration notice

Deprecated

  • All per-resource CRUD create_* / update_* / delete_* tools except create_customer and create_supplier. Removal target: 0.3.0.

Install: uvx manager-mcp