Update README for multi-agent support and fix release workflow

- README: update agent integration section to show pad install with all supported tools
- README: add pad install step to Quick Start
- Release workflow: add web build placeholder before go test to prevent embed failure
This commit is contained in:
xarmian
2026-03-28 04:00:31 +00:00
parent b18ca1f3fc
commit d29738bd89
2 changed files with 14 additions and 5 deletions
+3
View File
@@ -27,6 +27,9 @@ jobs:
cache: "npm"
cache-dependency-path: web/package-lock.json
- name: Create web build placeholder for tests
run: mkdir -p web/build && echo "placeholder" > web/build/.gitkeep
- name: Run tests
run: go test ./...