Commit Graph
186 Commits
Author SHA1 Message Date
csh 9369b652f8 📝 docs(progress): finish LSP core lifecycle plan 2026-07-14 12:28:46 +08:00
csh 8a429ccd19 test(cli): expect abnormal EOF exit 2026-07-14 12:09:50 +08:00
csh bb44bd1e32 🐛 fix(core): enable syntax diagnostics 2026-07-14 12:09:17 +08:00
csh e122abc305 🗑️ remove(provider): delete staged capability scaffolding 2026-07-14 12:08:42 +08:00
csh 5a02bd10f9 🎨 style(core): normalize lifecycle implementation 2026-07-14 12:08:09 +08:00
csh 12e1a87b2b 🐛 fix(core): convert diagnostics to UTF-16 positions 2026-07-14 09:35:34 +08:00
csh 71b519793a 🐛 fix(core): reject invalid LSP framing 2026-07-14 09:03:47 +08:00
csh 101b69e84f 🐛 fix(core): dispatch cancellable requests asynchronously 2026-07-14 08:56:30 +08:00
csh efb6eae796 🐛 fix(core): return JSON-RPC protocol errors 2026-07-14 08:22:40 +08:00
csh 06a0da5124 🐛 fix(core): enforce strict LSP lifecycle 2026-07-13 21:35:40 +08:00
csh 5edd4b3637 📝 docs(plan): implement strict LSP core lifecycle 2026-07-13 20:48:14 +08:00
csh b7dc52e895 📝 docs(spec): design strict LSP core lifecycle 2026-07-13 20:21:40 +08:00
csh 2f1cc4b640 📝 docs(progress): finish async executor cancellation plan 2026-07-13 16:06:36 +08:00
csh 89b8937697 🐛 fix(async_executor): implement cooperative cancellation 2026-07-13 16:03:56 +08:00
csh edea37202d 📝 docs(plan): implement async executor cancellation 2026-07-12 20:17:33 +08:00
csh 627613f586 📝 docs(spec): design async executor cancellation 2026-07-12 19:48:10 +08:00
csh a042bf2efc 📝 docs(progress): finish UTF-16 coordinate plan 2026-07-12 12:34:44 +08:00
csh aa31ecad18 test(text_coordinates): run cases before exit coverage 2026-07-12 12:32:55 +08:00
csh 61d16d0147 🐛 fix(text_coordinates): convert LSP UTF-16 positions 2026-07-12 12:15:46 +08:00
csh 16986281a7 📝 docs(plan): implement UTF-16 text coordinate conversion 2026-07-12 09:31:49 +08:00
csh 5e84eb428e 📝 docs(spec): design UTF-16 text coordinate conversion 2026-07-12 09:23:54 +08:00
csh 80fca5d11c 📝 docs(progress): finish args parser plan 2026-07-11 22:01:54 +08:00
csh 98c05323cb test(cli): harden startup coverage 2026-07-11 21:58:33 +08:00
csh 100cfc0d0e ♻️ refactor(editors): use fixed stderr logging 2026-07-11 18:27:51 +08:00
csh 49e7c7f424 test(lsp): remove obsolete logger flags 2026-07-11 18:26:14 +08:00
csh 3642aa8b5b ♻️ refactor(cli): validate startup arguments 2026-07-11 18:07:22 +08:00
csh 9416d44d3d 📝 docs(plan): implement args parser startup errors 2026-07-11 14:23:42 +08:00
csh f37cfbd92b 📝 docs(spec): design args parser startup errors 2026-07-11 14:07:04 +08:00
csh f4f629c232 📦 deps(lsp_server): update conan dependencies
lsp-server ci / build-and-test (push) Failing after 0s
2026-05-27 09:54:39 +08:00
csh 7838f3ec3d 🔧 chore(playbook): align repo with latest workflow
lsp-server ci / build-and-test (push) Failing after 0s
sync playbook-managed rules and prompts.
migrate memory-bank to the new structure and move plans to docs/superpowers/plans.
keep product README files untouched.
2026-05-24 13:34:07 +08:00
csh 696920df73 Merge commit '3d83740f88b6aaba6962256be517656496b83f25' into lsp-server 2026-05-24 13:04:22 +08:00
csh 3d83740f88 Squashed 'docs/standards/playbook/' changes from c3f8137..25d895d
25d895d 🐛 fix(gitea_workflow): clean up temp repos after job steps
2bc3b11 🐛 fix(gitea_workflow): clean up temporary repo dirs in workflows
98c3f30 📝 docs(agent_rules): allow plan execution on current branch
16c7230 📝 docs(prompts): define custom verify layering
8efc4dd 🐛 fix(skills): quote commit-message description
bc8498f 🐛 fix(ci): install tomli for gitea tests
55cda3b 🐛 fix(tests): report missing toml parser clearly
c0729c7 🐛 fix(playbook): import Optional for cli compatibility
63e24bf 📦 deps(skills): sync thirdparty skills
d2f9356 🐛 fix(ci): isolate gitea workflow repos
588b81d 🐛 fix(ci): inline gitea workflow bootstrap
e0b1c3a ♻️ refactor(skills): standardize first-party skill contracts
2c5050d ♻️ refactor(skills): rename repo skills source dir
f049dfb 📦 deps(skills): drop duplicate first-party superpowers skills
234b335  feat(workflow): add superpowers planning and execution state tracking
c1702a6 📝 docs(markdown): format tracked markdown and drop stale templates
2325409 📝 docs(markdown): clarify optional markdownlint usage
214c44e 🔧 chore(markdown): add markdownlint baseline and lint fixes
a22b324 📝 docs(templates): add execution and memory-bank prompt templates
223a797 📝 docs(templates): update README for Claude Code and current features
4ac8672 📝 docs: simplify README + platform-agnostic tools + auto-create local rules
2431c9d 📝 docs: add claude_md config and use cross-platform paths
d64b248 📝 docs: fix README.md inaccuracies and add Claude Code info
c8d6bf2 🐛 fix(playbook): use relative paths in CLAUDE.md when not at project root
6518f0f  feat(playbook): auto-create CLAUDE.md with path discovery
6ec9a45  feat(skills): add skill_link symlink support + platform-agnostic prompt
9f8b6b5 📝 docs: update README and config example for Claude Code support
79cff6c 📝 docs(skills): add Claude Code platform support
452c6f5  feat(playbook): auto-inject AGENTS.md into CLAUDE.md
e1dbf3c 🐛 fix(skills): remove dual-path from commit-message skill
f3a7259 🔧 chore(ci): use prepare_repo.sh in both workflows
da08212 🔧 chore(ci): extract prepare_repo.sh and clean up workflows
7ade85e 🗑️ remove(tsl): drop syntax_book/, data/ source and build script
f94dba0 ♻️ refactor(skills): update playbook.py and tests for thirdparty/ layout
b3df412 ♻️ refactor(skills): separate thirdparty skills into thirdparty/ subdirectory
64950e7 📦 deps(skills): sync thirdparty skills
a2e3cb0  feat(playbook): add no_backup deploy controls
8609d59 🐛 fix(docs): repair reference catalog source links
956da11 🐛 fix(playbook): publish hidden ci test fixes
3f67754 📦 deps(skills): sync thirdparty skills
08ca87b 📦 deps(skills): add karpathy thirdparty sync
96b705b 📝 docs(tsl): rebuild canonical syntax and routing manual
3ed5052 📦 deps(skills): sync thirdparty skills
60108dd 📦 deps(skills): sync thirdparty skills
da85d4e 🐛 fix(thirdparty): prune nested project snapshots
a2a697e 📦 deps(skills): sync thirdparty skills
9df610a 🐛 fix(thirdparty): exclude duplicated superpowers skills
33dd5bb 🐛 fix(thirdparty): preserve optional manifest fields
91b0ea7 🐛 fix(thirdparty): preserve manifest during snapshot update
2e26f98 🔧 chore(thirdparty): generalize skills sync pipeline
5b9c1e3 📦 deps(skills): sync superpowers
2f2d34a 📝 docs(readme): normalize subtree command spacing
62db7db 🐛 fix(ci): serialize superpowers update and sync
3463223 🐛 fix(ci): use literal superpowers sync paths
48f6de8 📦 deps(skills): sync superpowers
4b23529 🔧 chore(ci): merge superpowers update and sync workflow
a56d75b 📦 deps(skills): sync superpowers
84bcefa 🔧 chore(ci): use ci[bot] commit author name
00a07e5 📦 deps(skills): sync superpowers
7b84daf 🐛 fix(templates): enforce main loop progress tracking
51373d7 🔧 chore(ci): automate superpowers sync workflow
eaaa39c 🐛 fix(ci): prevent stale superpowers sync from restoring skills block
79755c6 📦 deps(skills): sync superpowers
836d878 📦 deps(skills): sync superpowers
8216c9f 📦 deps(skills): sync superpowers
9439505 🐛 fix(playbook): address reported repo issues

git-subtree-dir: docs/standards/playbook
git-subtree-split: 25d895d8b3f56624ccfe99ad7289e9eb49e0f316
2026-05-24 13:04:14 +08:00
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
csh a9958f36fe 🔧 chore(repo): refresh local rules and ast defaults
add repository-local agent rules and refresh the architecture notes
for the current lsp layering.

register the AST self-test in CTest, initialize a few AST defaults,
and bump glaze to the newer conan package version.

verify: `cmake --build lsp-server/build/clang-linux/Release --target test_ast`
verify: `ctest --test-dir lsp-server/build/clang-linux/Release -R test_ast_unit --output-on-failure` passes
known issue: `ctest --test-dir lsp-server/build/clang-linux/Release -R test_ast_script --output-on-failure` still fails on `/home/csh/windows_share/tsf/funcext/Common/Tree/TTree.tsf` due to invalid TSF syntax (`FConfig &= v` missing trailing `;`).
2026-03-06 13:03:00 +08:00
csh 32e1eb09db 🐛 fix(ast): support single-variable for-in fallback
normalize single-variable for-in nodes in the deserializer and
rewrite legacy input in test_ast when the bundled parser cannot
generate updated parse tables.

skip known-invalid tsf fixtures in test.sh so batch runs can
continue past syntax errors that the grammar should not accept.
2026-03-06 11:45:53 +08:00
csh 7e61f5b927 🔧 chore(playbook): align config with new schema 2026-03-04 15:57:15 +08:00
csh c33f9942a8 Merge commit '35e6a301aa36e43df8458cb7c6ed40f60c642b78' into lsp-server 2026-03-04 15:56:24 +08:00
csh 35e6a301aa Squashed 'docs/standards/playbook/' changes from 8b75747..c3f8137
c3f8137 📦 deps(skills): sync superpowers
35e827d 📦 deps(skills): sync superpowers
e546ffb 📦 deps(skills): sync superpowers
f7f2c57 🔧 chore(ci): use ci-bot identity for superpowers sync commits
fa247a7 📦 deps(skills): sync superpowers
a97c333 🔧 chore(ci): add resilient upstream fetch fallback for superpowers update
484f9d3 🔧 chore(ci): automate thirdparty superpowers refresh and sync base
c19e53e 📝 docs(playbook): refresh guidance and examples
52046b4 📝 docs(prompts): add code-review template and align docs flow
9ac8a4c 📝 docs(typescript): clarify ts and js support boundaries
1f46203  feat(typescript): add standards docs and sync rewrite coverage
872c1af 🔧 feat(skills): install to agents home

git-subtree-dir: docs/standards/playbook
git-subtree-split: c3f81371e24d63b603de9b6eb92bf7e4c453a2b4
2026-03-04 15:56:21 +08:00
csh 6832ff4741 📝 docs: sync agent rules and prompts
lsp-server ci / build-and-test (push) Failing after 22s
2026-02-03 15:19:17 +08:00
csh d95be0f826 📦 deps(playbook): sync playbook snapshot 2026-02-03 15:12:47 +08:00
csh 4c9ed050ba Squashed 'docs/standards/playbook/' changes from a854534..8b75747
8b75747 📝 rules: require simplified Chinese responses

git-subtree-dir: docs/standards/playbook
git-subtree-split: 8b75747587b6494bae30dc7573a0670d30886f3e
2026-02-03 15:12:45 +08:00
csh 9a09e20e7b 🔧 git: fix gitattributes negation rule
lsp-server ci / build-and-test (push) Failing after 22s
2026-02-03 13:58:45 +08:00
csh 149a41588c 📝 docs(memory-bank): update architecture
lsp-server ci / build-and-test (push) Failing after 22s
2026-02-03 13:47:23 +08:00
csh 20b7d439b1 🔧 lsp-server: update CMakeLists
lsp-server ci / build-and-test (push) Failing after 21s
2026-02-02 17:41:31 +08:00
csh e4e7d4d5ae 🔧 lsp-server: update cppm sources 2026-02-02 17:32:57 +08:00
csh fe4183314e 📝 docs(memory-bank): sync templates
lsp-server ci / build-and-test (push) Failing after 21s
2026-02-02 17:21:21 +08:00
csh 73f01c3ca4 📦 deps(playbook): add markdown rules and prettier config 2026-02-02 17:20:55 +08:00
csh 01caaf8062 📦 deps(playbook): sync rules, prompts, memory-bank 2026-02-02 13:02:42 +08:00
csh 42fd6168e9 📦 deps(playbook): sync playbook snapshot 2026-02-02 10:51:41 +08:00
csh b52102b7bd Squashed 'docs/standards/playbook/' changes from b529012..a854534
a854534  feat(plan_progress): auto-detect env for blocked plans
0d9a8ec 🐛 fix(playbook): honor no_backup for sync
2d401fa  test(templates): update prompts validation
e23474e 📝 docs(playbook): update prompts and sync notes
60ff3cd 🐛 fix(playbook): sync templates per file
816f036  test(playbook): add sync and vendor coverage
625cabb 📝 docs(memory_bank): reformat templates
2554c87 📝 docs(prompts): refresh prompt templates
6774a9d  feat(plan_progress): track plan status in progress.md
73d5c26 🔧 chore(playbook): split sync_templates into sections
278750e  feat(playbook): add plan progress tracking and rules updates
6efd637 🐛 fix(sync): keep agents block blank lines
ea00d43 🐛 fix(playbook): support toml without tomllib
ab0dd11 📝 docs(playbook): drop docs/plans snapshots
398696c  feat(playbook): merge unified cli
d959f80 🎨 style(docs): format markdown
b4f712a 🗑️ remove(legacy): drop old scripts and tests
0c4cd0e  feat(actions): add install_skills and format_md
3d1582c  feat(sync): add templates and standards actions
49bbfa1  feat(vendor): add playbook snapshot generation
8cfcc25  feat(cli): parse toml config and dispatch actions
05903c3  feat(cli): add toml config and dispatch order
65d216e  test(cli): add basic playbook cli tests
f0bcf54 📝 docs(plans): add unified playbook cli plan
0885309 📝 docs(plans): add unified playbook cli design
3483d8a 🔧 chore(git): ignore .worktrees dir
eb75036 🔧 chore(templates): align agent templates and docs
efb93f1 📝 docs(playbook): drop todo/confirm mentions
4a85306 🗑️ remove(workflow): drop todo/confirm artifacts
9c5ee9f 🎨 style(markdown): format docs with prettier
5a2925f 🐛 fix(scripts): repair windows script parsing
26a35e0  test(ci): update required skills list
8df3883 🐛 fix(test): skip external root doc links
b067fc1 📦 deps(skills): sync superpowers
c03cda0 🔧 chore(ci): sync from origin main
55e05cb 🔧 chore(ci): use superpowers sync script
73c97f3 🔧 chore(ci): centralize superpowers sync
945704f 🔧 chore(ci): add superpowers sync workflow
e5d2c93 🗑️ remove(skills): drop duplicate workflows
3ae9708 🐛 fix(ci): update tests for flag-only scripts
c44b9aa 🔧 chore(scripts): require flag-driven args
e4e1d14 🔧 chore(scripts): unify single-dash options
b2eb475  test(templates): add template coverage
fc230b7 🎨 style(markdown): format markdown files
8dc8924 🔧 chore(markdown): add prettier config and usage
2045dd4  feat(vendor_playbook): add apply-templates option
872d8cf  feat(templates): add sync templates scaffolding
5b1ca45 📝 docs(skills): clarify todo-plan template
054967a  feat(skills): add todo-plan skill
cc340f1 🔧 chore(ci): align standards-check workflow template
e9de0aa 🔧 chore(ci): drop removed skill check
e5dd7d9 🔧 fix(sync): avoid backtick expansion
087b0b9 🔧 chore(sync): align agents block across ps1/bat
9481510 🔧 chore(sync): scope agents block to existing langs
b0ca842 🔧 fix(sync): rewrite docs path in agents
c98d65c 🔧 chore(sync): rewrite agents docs paths
c33611c 🗑️ remove(skills): drop unused skills and update references
2b37860 🎨 style(markdown): format markdown files
e3ecd26 📝 docs(tsl): align syntax annotations and examples
37546fe 🐛 fix(playbook): enforce rulesets to agents flow
f2df89d 🐛 fix(scripts): include language list in AGENTS.md
c0d0737 🐛 fix(playbook): add agents mirror for sync
3b8b99b 🎨 style(markdown): normalize md headings and lists
31f3000 ♻️ refactor(playbook): rename agents template directory to rulesets
11b2bed  feat(markdown): add ruleset and sync support
5b89580  test(scripts): quiet git init warnings
5822a87 ♻️ refactor(playbook): streamline agents and refresh tsl docs

git-subtree-dir: docs/standards/playbook
git-subtree-split: a85453439f65b0c0aa05a5bbece773a02216ce76
2026-02-02 10:51:38 +08:00