itack 0.1.2

Git-backed issue tracker for multi-agent coordination
Documentation
# itack

Git-backed issue tracker for multi-agent coordination.

## Development

Run `just fix` before committing to format code and fix lints.

When any commands change (added, removed, or modified), update `SKILL.md` to reflect the changes.

## Working on Branches

To work on a branch, create a git worktree at the parent directory:

```bash
git worktree add ../feature-auth feature/auth
```

## Issue Workflow

See [docs/issue-workflow.md](docs/issue-workflow.md) for how to work on issues.