Skip to content

v2.3.0 — SmartWorker Framework

Choose a tag to compare

@pat-videdev pat-videdev released this 03 Jun 23:58
· 16 commits to main since this release

This release adds AgentJoJoy’s SmartWorker framework: a single-Main-Agent pattern for dispatching knowledge-heavy recurring work into a separate context without turning AgentJoJoy into multi-agent orchestration.

Added

  • SmartWorker framework under AgentJoJoy/agent-smartworkers/.
  • Runtime-neutral SmartWorker spec template.
  • Public packaging for agent-smartworkers/.

Changed

  • pattern-detection now routes repeated work to script / SmartWorker / Skill.
  • Worker escalation taxonomy is consolidated in ai-workflow-rules.md.
  • Entry points, workflow guides, and skills docs now explain SmartWorker dispatch and clarify that SmartWorkers are not Skills.
  • Release-facing docs now use the current read-only Resume Check wording instead of stale Worktree Auto-Sync language.

Validation

  • Version Alignment PASS.
  • Safety Shield PASS.
  • Broken-link scan: 0 / 117.
  • No dev-only dirs, markers, or path leaks.

Upgrading

Use the canonical AI-driven upgrade prompt in the public README.

Full changelog: https://github.com/Joyperm/AgentJoJoy/blob/v2.3.0/CHANGELOG.md
Compare: v2.2.0...v2.3.0