diff options
| author | Ben Sima <ben@bsima.me> | 2025-11-20 16:23:29 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-11-20 16:23:29 -0500 |
| commit | b6334da771d764b7c29b33522db06b6cc716c6cb (patch) | |
| tree | 644805fb7f3276ea6a5a8af022f4b1f67c316a6f /.gitattributes | |
| parent | 9ab85c33379f98229235a30dbf5108ad31a01d1f (diff) | |
feat: implement multi-agent workflow infrastructure
- Add 'Review' status to Task tool - Add Omni/Agent/ directory with
setup and sync scripts - Add WORKER_AGENT_GUIDE.md - Configure custom
merge driver for tasks.jsonl
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..367cb8a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.tasks/tasks.jsonl merge=task-merge |
