fix(config): migrate legacy group allow aliases (#60597)

* fix(config): migrate legacy group allow aliases

* fix(config): inline legacy streaming migration helpers

* refactor(config): rename legacy account matcher helper

* chore(agents): codify config contract boundaries

* fix(config): keep legacy allow aliases writable

* Update AGENTS.md
This commit is contained in:
Vincent Koc
2026-04-04 11:15:32 +09:00
committed by GitHub
parent 945b198c76
commit 9e389cff3d
36 changed files with 1524 additions and 290 deletions

View File

@@ -230,7 +230,7 @@ describe("googlechat inbound access policy", () => {
config: {
groups: {
"spaces/AAA": {
allow: true,
enabled: true,
},
},
},
@@ -337,7 +337,7 @@ describe("googlechat inbound access policy", () => {
users: ["users/alice"],
},
"Finance Ops": {
allow: false,
enabled: false,
users: ["users/bob"],
},
},