From b45e04865df335a9aedbf2bdd5b17353c1598fa5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 4 Aug 2026 05:39:41 +0900 Subject: docs: state code facts instead of porting-phase progress Co-Authored-By: Claude Fable 5 --- crates/shirabe/src/plugin/plugin_manager.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/shirabe/src/plugin/plugin_manager.rs') diff --git a/crates/shirabe/src/plugin/plugin_manager.rs b/crates/shirabe/src/plugin/plugin_manager.rs index aaee7d5a..d720bcfe 100644 --- a/crates/shirabe/src/plugin/plugin_manager.rs +++ b/crates/shirabe/src/plugin/plugin_manager.rs @@ -1,8 +1,4 @@ //! ref: composer/src/Composer/Plugin/PluginManager.php -//! -//! TODO(plugin): the entire plugin manager subsystem is part of the Plugin API -//! and is not implemented in Phase A. The structure is mirrored verbatim so -//! future plugin support can fill in the runtime hooks. use crate::composer::PartialComposerHandle; use crate::composer::{ComposerHandle, ComposerWeakHandle}; -- cgit v1.3.1