Add Phase 3 CLI tools: exo client and exod server binaries

- exod: gRPC daemon with auto-migration, graceful shutdown (SIGINT/SIGTERM),
  configurable listen address and data directory via flags
- exo: CLI client with import (YAML artifacts), tag add/list, cat add/list,
  search by tag commands; connects via EXO_ADDR env var
- Add bin/ to .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-21 09:59:54 -07:00
parent b64177baa8
commit a336dc1ebb
5 changed files with 436 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/ark
*.db
*.db
bin/