[ci skip] Add Woodpecker CI stack (WIP) and claude agents

- Add stacks/woodpecker/ with Helm-based deployment config
- Add .woodpecker/ CI pipeline configs (default, build-cli, renew-tls)
- Add NFS export entry for woodpecker
- Add .claude/agents/ definitions
This commit is contained in:
Viktor Barzin 2026-02-22 21:30:25 +00:00
parent c4db6a9fdb
commit cbf041bcc9
10 changed files with 1469 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
}