Skip to content

feat: enforce and preserve plugin configuration#164

Merged
catherineluse merged 3 commits into
mainfrom
codex/plugin-config-integrity-backend
Jul 19, 2026
Merged

feat: enforce and preserve plugin configuration#164
catherineluse merged 3 commits into
mainfrom
codex/plugin-config-integrity-backend

Conversation

@catherineluse

Copy link
Copy Markdown
Collaborator

Summary

  • add a scope-aware plugin configuration status resolver
  • hard-block plugin enablement when required settings or secrets are missing or invalid
  • reconcile compatible settings when installing a new plugin version
  • report carried, dropped, reset, and new-default fields
  • preserve settings declared only through settingsDefaults

Why

Plugin configuration completeness was not represented consistently. Required non-secret settings could be bypassed during enablement, and upgrades reset per-version settings.

Validation

  • 57 plugin-service tests
  • TypeScript type-check
  • ESLint on changed files

Implements the backend portion of gennit-project/multiforum-nuxt#330.

@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant