agent-orchestrator/.github
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
..
scripts fix: remove dead has_coverage output variable (#913) 2026-04-05 17:37:29 +05:30
workflows fix(canary): list all 27 linked packages in dummy changeset (#1882) 2026-05-20 04:14:44 +05:30
copilot-instructions.md feat(windows): complete Windows support (#1025) 2026-05-09 00:10:53 +05:30