Skip to content

Plugin system needs further investigation #17

@laynepenney

Description

@laynepenney

Summary

The plugin system (/plugins command and related infrastructure) has been disabled pending further investigation.

Current State

  • Plugin loading code exists in src/plugins.ts
  • Plugin commands exist in src/commands/plugin-commands.ts
  • The system is designed to load plugins from ~/.codi/plugins/
  • Currently disabled in src/index.ts

Reasons for Disabling

  1. Plugin infrastructure requires additional testing and documentation
  2. Security review needed for loading arbitrary code
  3. Plugin API stability needs to be established before encouraging plugin development

Files Involved

  • src/plugins.ts - Core plugin loading logic
  • src/commands/plugin-commands.ts - Plugin management commands
  • src/index.ts - Plugin initialization (currently commented out)
  • tests/plugins.test.ts - Plugin tests

Tasks

  • Review plugin security model
  • Document plugin API
  • Add plugin validation/sandboxing
  • Re-enable once ready

Labels

enhancement, needs-investigation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions