发布

  • chore(repo): add sandbox exclusions for writes and reads (#34699)

    frostbyte_neo 发布于 2026-03-04 15:20:30 +00:00

    Current Behavior

    The sandboxing config only excludes reads for node_modules, .nx,
    .git, and package.json paths. No write exclusions are configured,
    and pnpm-workspace.yaml is not excluded from reads.

    Expected Behavior

    • The nx/**/* directory is excluded from write sandboxing, allowing
      write operations to the nx directory during CI workflows.
    • pnpm-workspace.yaml is excluded from read sandboxing, similar to
      other workspace config files.

    Related Issue(s)

    N/A

    下载附件