Merge commit '3d83740f88b6aaba6962256be517656496b83f25' into lsp-server

This commit is contained in:
csh
2026-05-24 13:04:22 +08:00
292 changed files with 30774 additions and 218828 deletions
@@ -7,6 +7,7 @@ from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
SCRIPT = ROOT / "scripts" / "playbook.py"
SOURCE_GITATTR = ROOT / ".gitattributes"
DEFAULT_DEPLOY_ROOT = "docs/standards/playbook"
def run_cli(*args, cwd=None):
@@ -33,6 +34,7 @@ class GitattributesModeTests(unittest.TestCase):
config_body = f"""
[playbook]
project_root = \"{root}\"
deploy_root = "{DEFAULT_DEPLOY_ROOT}"
[sync_standards]
langs = [\"tsl\"]