SYSTEMEdit on GitHub
Validate
Validate Knowns docs, tasks, templates, and specs.
On this page
knowns validate checks the consistency of the current project context.
What it is for
Use validation to catch issues such as:
- broken references
- incomplete task/spec relationships
- drift between expected structure and actual stored data
Common commands
knowns validate --plain
knowns validate --scope docs --plain
knowns validate --scope sdd --plain
knowns validate --strict --plain
When to run it
- before finishing a task
- after restructuring docs
- after changing references or generated files
- before asking AI to rely heavily on the stored project context
knowns validate kiểm tra tính nhất quán của project context hiện tại.
Dùng để làm gì
Phát hiện:
- broken references
- quan hệ task/spec chưa đầy đủ
- drift giữa cấu trúc mong đợi và data thực tế
Lệnh
knowns validate --plain
knowns validate --scope docs --plain
knowns validate --scope sdd --plain
knowns validate --strict --plain
Khi nào chạy
- trước khi chốt task
- sau khi restructure docs
- sau khi đổi references hoặc generated files
- trước khi để AI dựa nhiều vào stored project context