A-IForgeEngineExamplesPatchesMove Notes Patch

Move Notes Patch

This moves notes from an inbox staging area into a destination folder while preserving paths below the source root.

meta:
  description: Move processed inbox notes

operations:
  - op: move_note
    target_pattern: "A-I/Forge/Inbox/**/*.md"
    source_root: "A-I/Forge/Inbox"
    destination_folder: "Notes"
    frontmatter:
      status: active
      updated: 2026-07-21

Do not use frontmatter together with strip_frontmatter.


Built with LogoFlowershow