Document Folder
Batch mechanical Markdown for a folder of scripts. Same sidecar as Document Selection (ScribeMechanical.TryDocument), including the same optional polish of Summary and How to use.
Unity
Menu: ArTchie / Scribe / Document Folder (priority after Document Selection). Select a folder asset in the Project window. The menu walks that folder and documents every supported script.
Scribe window: Document folder — selected folders, or a mix of files and folders.
Walks .cs / .js / .ts / .bedder (and the other supported script extensions) recursively. Skips Library/, Packages/, and node_modules. Comment Selection and Document Selection are unchanged (files only).
Batches of 2 or more scripts show a cancelable progress bar (title Scribe, info n / N · filename). Cancel stops remaining files and remaining polish. Status becomes Cancelled after n of N. The bar is always cleared when the job ends. A single file can skip the bar.
CLI
node scribe.js document-folder DIR
Mechanical only. Recursive. Skips node_modules (also Library/ and Packages/). No polish.
Prints n/N file on stderr while walking so large folders are not silent. Ctrl+C / SIGINT stops remaining files and prints Scribe: cancelled after n of N. (exit non-zero).
Source in the box: Assets/ArTchie Studios/ArTchie-Suite/com.artchie.scribe/Documentation/DocumentFolder.md