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,8 @@
include "root" {
path = find_in_parent_folders()
}
dependency "platform" {
config_path = "../platform"
skip_outputs = true
}