.claude
akmatori_data/*
# System-supplied subagent definitions ship with the repo so operators get
# runbook-searcher / memory-searcher / memory-writer out of the box. Operator
# customisations under akmatori_data/agents/ remain untracked (the recursive
# ignore below still hides them).
!akmatori_data/agents/
akmatori_data/agents/*
!akmatori_data/agents/runbook-searcher.md
!akmatori_data/agents/memory-searcher.md
!akmatori_data/agents/memory-writer.md
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/akmatori
/mcp-gateway/mcp-gateway

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out

# Dependency directories
vendor/

# Go workspace file
go.work

# Environment files
.env
.env.local

# Session storage
sessions.json

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~

# OS specific files
.DS_Store
Thumbs.db

# Logs
*.log

# Build output
web/dist/assets/

# Agent worker
agent-worker/node_modules/
agent-worker/dist/

# ralphex progress logs
progress*.txt

# ralphex progress logs
.ralphex/worktrees/
