docs: Add Rustdoc to gzip and user meta plugins, mark PLAN.md tasks done

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 14:12:25 -03:00
parent ce9b823e17
commit 16c035eb50
3 changed files with 20 additions and 6 deletions

View File

@@ -1,6 +1,10 @@
use crate::meta_plugin::{MetaPlugin, MetaPluginType};
#[derive(Debug, Clone, Default)]
/// Meta plugin for capturing current user and group information.
///
/// This plugin collects user ID, group ID, username, and group name for the process
/// running the keep application, providing context about the creator of items.
pub struct UserMetaPlugin {
base: crate::meta_plugin::BaseMetaPlugin,
}