Skip to content

feat(settings): enable frontend-design plugin, disable Kubernetes CRD completion, add demo mode environment variable#241

Merged
michaelmass merged 1 commit intomasterfrom
mm-update
Feb 19, 2026
Merged

feat(settings): enable frontend-design plugin, disable Kubernetes CRD completion, add demo mode environment variable#241
michaelmass merged 1 commit intomasterfrom
mm-update

Conversation

@michaelmass
Copy link
Owner

Add frontend-design plugin, disable Kubernetes CRD completion, and set demo mode

Summary

  • Enable the frontend-design@claude-plugins-official plugin in Claude settings.
  • Disable VS Kubernetes CRD code completion.
  • Introduce an IS_DEMO environment variable for Nushell.

Changes Overview

  • claude/settings.json: Added "frontend-design@claude-plugins-official": true alongside the existing safety‑net plugin.
  • code/settings.json: Inserted a new vs-kubernetes block with "vs-kubernetes.crd-code-completion": "disabled" to turn off CRD code completion.
  • nushell/init.nu: Set $env.IS_DEMO = "1" to indicate demo mode for the shell environment.

@michaelmass michaelmass merged commit 4349a24 into master Feb 19, 2026
1 check passed
@michaelmass michaelmass deleted the mm-update branch February 19, 2026 19:03
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