feat(storage): enforce_private_permissions opt-out for trusted-group … #775
ci.yml
on: push
Check (plugin)
39s
Check (pi-plugin)
23s
Check (dashboard)
17s
E2E (OpenCode, host behavior)
0s
E2E (Pi, host behavior)
Annotations
5 errors and 1 warning
|
Check (dashboard)
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
packages/dashboard/src/components/ConfigEditor/config-parity.test.ts#L90
Expected: false
Received: true
at <anonymous> (/home/runner/work/magic-context/magic-context/packages/dashboard/src/components/ConfigEditor/config-parity.test.ts:90:62)
|
|
error: expect(received).toEqual(expected):
packages/dashboard/src/components/ConfigEditor/config-parity.test.ts#L60
- []
+ [
+ "experimental.mural.enabled",
+ "experimental.mural.model",
+ "storage.enforce_private_permissions",
+ "fail_closed_blocking",
+ "compaction.enabled",
+ "pi.subagent_extensions",
+ ]
- Expected - 1
+ Received + 8
at <anonymous> (/home/runner/work/magic-context/magic-context/packages/dashboard/src/components/ConfigEditor/config-parity.test.ts:60:23)
|
|
Check (pi-plugin)
Process completed with exit code 1.
|
|
Check (plugin)
Process completed with exit code 1.
|
|
Check (plugin)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|