perseus_include
Include and render another Perseus source file, recursively resolving directives to compose context from multiple files or share common sections. Use last=N to bound growing files or since=14d to filter dated sections.
Instructions
Include and render another Perseus source file, recursively resolving its directives. Use to compose context from multiple files or share common sections across workspaces. Bound a growing file with last=N (final N lines) or since=14d/2w/24h (recent dated sections only). Read-only; resolved directives inherit the parent configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Keep only the final N lines of the file (bounds a growing log) | |
| path | Yes | File path to include and render (relative to workspace root) | |
| since | No | Keep only dated sections within a window, e.g. 14d, 2w, 24h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Included file path | |
| rendered | No | Rendered included file content |