agent-orchestrator/.github/workflows
i-trytoohard 45de80ce3f
fix(canary): list all 27 linked packages in dummy changeset (#1882)
* fix(canary): list all 27 linked packages in dummy changeset

Only @aoagents/ao was listed, so changeset version --snapshot only
bumped that one package. The other 26 stayed at their stable version
and changeset publish skipped them as already published.

* fix(canary): generate dummy changeset from config.json

Reads linked packages from .changeset/config.json at runtime
instead of hardcoding them. Avoids drift when packages are
added/removed. Also replaces 1000-char printf with readable
node script.

* fix(canary): use heredoc for node script to avoid shell quoting issues

The double-quoted node -e broke on the \" inside the JS string.
Heredoc avoids all shell quoting problems.

* fix(canary): escape newlines in JS heredoc strings

Single-quoted JS strings cannot span real newlines.
Use \n escape sequences instead of literal line breaks.

* fix(canary): outdent heredoc terminator to column 0

YAML `run: |` strips 10-space base indentation, so `SCRIPT`
at 12-space YAML indent lands at column 2 in the shell.
Bash `<<` requires the terminator at column 0.
Move to 10-space indent (= column 0 after YAML strip).
2026-05-20 04:14:44 +05:30
..
canary.yml fix(canary): list all 27 linked packages in dummy changeset (#1882) 2026-05-20 04:14:44 +05:30
ci.yml ci: drop windows-latest from typecheck matrix (#1747) 2026-05-09 01:09:26 +05:30
coverage.yml fix(ci): add continue-on-error to coverage comment step 2026-04-10 02:28:59 +05:30
deploy-vps.yml Add multi-project storage, resolution, and project settings support (#1343) 2026-04-21 17:45:55 +05:30
integration-tests.yml chore: rename @composio scope to @aoagents across all packages 2026-04-09 15:59:33 +00:00
onboarding-test.yml fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30
release.yml refactor(release): split publish into two-repo model — GitHub release public, npm publish private (#1815) 2026-05-13 03:29:04 +05:30
security.yml fix: select matching gitleaks binary for arm64 runners 2026-04-19 18:49:04 +05:30