review.preprocess
Normalizes Re:VIEW manuscript input and adds metadata to prepare files for validation and correction processes.
Instructions
JS preprocessor only - normalizes input and adds metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | ||
| output | No | ||
| pattern | No | ||
| stats | No |
Input Schema (JSON Schema)
{
"properties": {
"cwd": {
"type": "string"
},
"output": {
"type": "string"
},
"pattern": {
"type": "string"
},
"stats": {
"type": "boolean"
}
},
"required": [
"cwd"
],
"type": "object"
}