= plugin-tools == purpose No source files present. This directory is reserved for external tool plugins that extend the Correx tool system beyond the built-in infrastructure tools (shell, file write, file edit). Currently a structural placeholder. == responsibilities * Declares the module structure for future tool plugin definitions == non-responsibilities * This module has no source code, types, or runtime behavior == key types *No types defined.* == event flow None. Module has no source files. == integration points * No current dependencies or dependents == invariants * Not applicable — module is empty == PlantUML diagram [plantuml, plugin-tools, "png"] ---- include::../../diagrams/plugin-tools.puml[] ---- == known issues * This module contains no implementation — it is an empty placeholder == open questions * Will tool plugins conform to a SPI interface, or be loaded via service loader configuration? * What isolation mechanism (subprocess, container, WASM) will external tool plugins use?