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