一键导入
wiki-lint-fix
// SOP wrapping vault_lint — run batch validation, report issues, optionally auto-fix safe problems.
// SOP wrapping vault_lint — run batch validation, report issues, optionally auto-fix safe problems.
| name | wiki-lint-fix |
| description | SOP wrapping vault_lint — run batch validation, report issues, optionally auto-fix safe problems. |
| execution | sop |
| used-by | vault-maintenance, knowledge-compilation |
Run batch validation on the vault and optionally auto-fix safe issues.
vault_lint
| Param | Required | Description |
|---|---|---|
| fix | no | Auto-fix safe issues (default false) |
vault_lint with fix: false (report mode)vault_lint with fix: trueSafe to auto-fix:
Requires manual resolution:
Returns: { total_issues: number, errors: number, warnings: number, fixed: number }
SOP wrapping vault_add_edge — create a typed relationship between two vault pages.
SOP for wiki page creation/update — create or update a synthesized wiki page with edges and index update.
SOP wrapping vault_query_graph — traverse knowledge graph from a node to explore its neighborhood and context.
SOP for source page creation — write immutable source page capturing raw material, then update search index.
SOP wrapping vault_search — BM25 full-text search across vault pages. Returns ranked results with snippets.
Tactic for compiling research findings into vault pages — orchestrates page creation, updates, edge linking, and index maintenance. Minimum yield ≥3 page operations per invocation.