Skip to content

Releases: dpatton1992/manciple

v0.4.7

Choose a tag to compare

@dpatton1992 dpatton1992 released this 03 Jul 17:28

v0.4.7 (2026-07-03)

  • 755b4ff feat: add migrate-assignr command for migrating Assignr artifacts to Manciple
  • 86f00c0 fix: refactor CLI test helpers to use runCli function for consistency
  • 0174c13 chore: bump package version

v0.4.6

Choose a tag to compare

@dpatton1992 dpatton1992 released this 03 Jul 12:06

v0.4.6 (2026-07-03)

  • 81290b8 fix: update project name from Assignr to Manciple in README
  • 6074891 fix: format multiline goals in YAML task files for better readability
  • 2f2dac7 fix: correct bin path formatting in package.json
  • deac55b fix: update package references and correct skill directory path
  • 37e977c feat: add global linking and banner display to init command
  • 5073bfe add banner
  • e830fcb chore: rebrand to manciple
  • 6a7d51c chore: add tasks
  • 7e944d9 Merge pull request #1 from dpatton1992/dependabot/npm_and_yarn/npm_and_yarn-5737324458
  • 3b1401d chore(deps-dev): bump vitest
  • af64b5d Create dependabot.yml
  • e8cd746 chore: add github actions workflow for unit tests
  • 74d5c07 chore: bump version to 0.4.5

v0.4.5

Choose a tag to compare

@dpatton1992 dpatton1992 released this 16 Jun 13:30

v0.4.5 (2026-06-16)

  • 4f565dc feat(list): add task storage check and update tests
  • d4b4fa9 chore(package): bump version to 0.4.4
  • 36d0a9e feat: add assignr-review skill for claude code and codex
  • df1233d feat(deterministicgate): integrate path warnings and remove standalone check-paths command
  • 00953e9 Close out 9 active tasks, embed README screenshots
  • e524e99 Fix CI test failures caused by ANSI codes and stale pack reference

v0.4.2

Choose a tag to compare

@dpatton1992 dpatton1992 released this 07 Jun 14:04

v0.4.2 (2026-06-07)

  • 7d523b7 feat: remove outdated tasks and add new release script
  • a1a4be4 feat: update task statuses to 'needs_review' and add assignr release command for versioned npm publish
  • 1b0b699 feat: update CLI commands to use 'handoff' instead of 'compile' and add CONTRIBUTING.md with issue templates

v0.4.1 — Structured task management for coding agents

Choose a tag to compare

@dpatton1992 dpatton1992 released this 07 Jun 12:10

Assignr is a task management CLI and MCP server for structured agent workflows.

Key features:

  • CLI task management: create, list, status, compile, validate, handoff
  • MCP server for agent integration
  • Agent skills: assignr-mcp-task-runner, assignr-agents, assignr-task-planner, assignr-token-auditor
  • Task lifecycle: planning → implementation → review → complete
  • Review workflow with coordinator, worker, and review verification profiles
  • Deterministic dispatch planning for multi-agent coordination
  • Token audit and budget estimation

See https://github.com/dpatton1992/assignr#readme and the docs/ directory for deeper context.