enquire-mcp API reference - v3.9.0-rc.4
    Preparing search index...

    Interface RenameProposal

    Per-file entry of the renameNote rewrite plan.

    before / after carry the full file contents in the planning phase; they are trimmed to empty strings in the public response (callers get just the per-file rewrites count).

    interface RenameProposal {
        after: string;
        before: string;
        path: string;
        rewrites: number;
    }
    Index

    Properties

    after: string

    Rewritten content (empty in the trimmed response).

    before: string

    Original content (empty in the trimmed response).

    path: string

    Vault-relative path of the file whose links were rewritten.

    rewrites: number

    Number of distinct wikilink/embed literals rewritten in this file.