name: harness-task description: Use Anton task-state commands to initialize, validate, and pulse canonical task bundles.
Harness Task
Use this skill when working inside a repo that adopts Anton task bundles.
Workflow
- Verify the CLI is installed:
command -v anton
- Confirm the repo contract:
anton doctor --json
- Check the current task bundle:
anton task-state check --json
- If the bundle does not exist yet, initialize it:
anton task-state init --json
- After meaningful progress, refresh machine metadata:
anton task-state pulse --json
Focus
- Canonical bundles live under
.anton/tasks/...unlessanton.yamlsays otherwise. - Task identity comes from
ANTON_TASK_ID, the current branch, or the current bundle path. - Do not create alternate task-state layouts inside the repo.
Examples
anton task-state check --json
anton task-state init --json
anton task-state pulse --json