Files
tsl-devkit/playbook.toml
T
csh 7aa60e78f8 🐛 fix(tree_sitter): parse anonymous procedures and property accessors
accept anonymous procedure expressions, keyword-prefixed identifiers,

and read/write accessor nodes in the grammar and generated parsers.

sync ast tests, parser scripts, sample fixtures, and playbook

config with the updated parser behavior.
2026-05-24 11:07:30 +08:00

28 lines
432 B
TOML

[playbook]
project_root = "."
deploy_root = "docs/standards/playbook"
[sync_rules]
force = true
no_backup = true
[sync_memory_bank]
project_name = "tsl-devkit"
force = false
no_backup = true
[sync_prompts]
force = true
no_backup = true
[sync_standards]
langs = ["cpp", "tsl", "markdown"]
gitattr_mode = "append"
no_backup = true
[install_skills]
mode = "all"
agents_home = "~/.agents"
skill_link = "~/.claude"
no_backup = true