Skip to content

v1.1.0: moor rebrand + new-service helper

Latest

Choose a tag to compare

@ranitraj ranitraj released this 18 May 01:44
360a816

Second release. Rebrand to moor and quality-of-life improvements.

What's new

  • Rebranded to moor from agentic-python-template. Old URLs auto-redirect, existing clones keep working.
  • Lower pylint default: 9.5 instead of 10 in the setup wizard. Pylint 10 is the score of a blank file; real code lands at 8.x to 9.x and felt punitive on first run. 10 is still available as an opt-in.
  • scripts/new-service.sh: one-command helper to scaffold an additional service from _service-template/ after init. No more manual cp + sed.
  • Sharper README: etymology blockquote, "Why moor exists" section above the tooling table, explicit "this is for multi-service AI agent projects" framing with pointers to alternatives for single-service users.

See CHANGELOG.md for the full v1.1.0 entry.