Skip to content

Releases: snarktank/clawchief

Clawchief v3.0.0

Choose a tag to compare

@r2-untangle r2-untangle released this 08 Apr 01:10

v3.0.0

This is a breaking architectural release of clawchief.

Breaking changes

  • Todoist is now the only canonical live task system.
  • The old markdown task model built around clawchief/tasks.md and clawchief/tasks-completed.md is no longer the public operating model.
  • Google workflows now run through gws-backed helper scripts instead of the older raw gog-first guidance.
  • The public pack now includes a shared task-system contract, helper scripts, and tests as part of the core architecture.

What's new

  • Added a Todoist-backed task architecture with:
    • skills/task-system-contract/SKILL.md
    • clawchief/task-system-acceptance.md
    • clawchief/scripts/todoist_cli.py
  • Added gws-backed helper scripts for:
    • Gmail
    • Calendar
    • Sheets
    • outbound outreach
  • Added new source-of-truth files for:
    • location-aware task/actionability rules
    • knowledge compilation / linting behavior
    • thin task-system audit governance
  • Updated the EA, BD, daily-task-manager, and daily-task-prep skills to match the revised live system
  • Replaced the old cron template wording with deterministic trigger prompts
  • Added a public test suite to keep the pack aligned with the revised behavior

Upgrade notes

  • Read MIGRATION.md before upgrading from v2
  • Use SETUP-GWS.md instead of the older SETUP-GOG.md
  • bootstrap Todoist before relying on recurring task workflows

Verification

  • public test suite passes: 43 tests

v2

v2

Choose a tag to compare

@r2-untangle r2-untangle released this 04 Apr 12:22

ClawChief v2 updates the public repo around a more portable chief-of-staff architecture.

Highlights:

  • adds a new source-of-truth clawchief/ layer
  • upgrades the task system to use clawchief/tasks.md plus clawchief/tasks-completed.md
  • turns HEARTBEAT.md into an orchestrator instead of a duplicated workflow spec
  • updates the executive-assistant, business-development, daily-task-manager, and daily-task-prep skills
  • adds meeting-notes ingestion scaffolding and a ledger template
  • refreshes install docs, review notes, and cron templates for the new model
  • removes LinkedIn-specific assumptions from the public business-development setup
  • credits Pedro Franceschi's OpenClaw setup as inspiration for the priority map, auto-resolver, and ingestion-pipeline ideas