Expand description
Migrate agent rule files between tool-native and canonical formats.
Structs§
- Input
Rule - One rule file discovered for batch migration.
- Migrate
Options - Options for
migrate_stringandmigrate_paths. - Migrate
Result - Result of migrating one rule file’s content in memory.
- Migrate
Summary - Summary of files written or skipped by
migrate_paths. - Migrate
Warning - A non-fatal migration finding (lossy or ambiguous field mapping).
Functions§
- build_
inputs_ from_ dirs - Build
InputRuleentries by scanning tool directories or an explicit path. - migrate_
paths - Migrate discovered inputs and write results under
output_root. - migrate_
string - Migrate one rule file’s content between formats in memory.