PacketFlow.Intent.Plugins.FileValidationPlugin (packetflow v0.1.0)

File validation plugin for intent system

This plugin validates file-related intents by checking file paths, permissions, and existence.

Summary

Functions

Compose file operations with proper ordering

Route file intents to appropriate processors

Transform file intents by normalizing paths

Validate file-related intents

Functions

compose(intents, strategy)

Compose file operations with proper ordering

plugin_type()

Callback implementation for PacketFlow.Intent.Plugin.Behaviour.plugin_type/0.

priority()

Callback implementation for PacketFlow.Intent.Plugin.Behaviour.priority/0.

route(intent, targets)

Route file intents to appropriate processors

transform(intent)

Transform file intents by normalizing paths

validate(intent)

Validate file-related intents