mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 06:51:35 +00:00
* chore(compat): date the annotated deprecation families and expose removal-pending debt Adds 10 dated compat-registry records for shipped deprecated surfaces that previously had @deprecated annotations only (removeAfter 2026-10-01 per the approved 60-day window), extends the beta5 session-store record with the package-root aliases, surfaces removal-pending records with due dates, blockers, and readers in the plugin boundary report, and converts undated cleanup obligations (CI timing job, zizmor excessive-permissions, staged Codex CI auth, memory-host legacy state dir, agent-DB schema-ladder floors) into dated markers visible to the weekly dated-TODO sweep. Metadata, diagnostics, and docs only - no runtime behavior change. * fix(compat): keep extension src test paths out of core string literals The core import guardrail forbids extensions/*/src/ path shapes in core production string literals; cite the package-root google-meet test and the registry test for official-plugin-export-aliases instead.
17 lines
501 B
YAML
17 lines
501 B
YAML
# zizmor configuration
|
|
# https://docs.zizmor.sh/configuration/
|
|
|
|
rules:
|
|
# Disable unpinned-uses - pinning to SHA hashes is a significant change
|
|
# that should be done deliberately, not enforced by pre-commit
|
|
unpinned-uses:
|
|
disable: true
|
|
|
|
# TODO(2026-10-01): Re-enable excessive-permissions after each workflow has an explicit permission review.
|
|
excessive-permissions:
|
|
disable: true
|
|
|
|
# Disable artipacked (persist-credentials) - low confidence finding
|
|
artipacked:
|
|
disable: true
|