feat(claude-memory): add stack and update image to standalone repo

- Add claude-memory stack (was previously untracked)
- Update Docker image from viktorbarzin/claude-memory to
  viktorbarzin/claude-memory-mcp (standalone open-source repo)
- CI/CD now lives in the standalone repo's .woodpecker.yml
This commit is contained in:
Viktor Barzin 2026-03-14 09:49:38 +00:00
parent 2102cb2d73
commit a6f71fc6f0
3 changed files with 200 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
locals {
tiers = {
core = "0-core"
cluster = "1-cluster"
gpu = "2-gpu"
edge = "3-edge"
aux = "4-aux"
}
}