| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: remove dynamic dispatcher registration API | 魏曹先生 | 3 days | 1 | -22/+4 |
| | | | | | | | | Dispatchers are now always registered at compile time, removing the `with_dispatcher` / `with_dispatchers` methods and the `PathfinderConfig` API. The `dispatch_tree` feature now only controls the matching strategy (trie vs linear list). | ||||
| * | refactor: move example tests into per-example test.toml files | 魏曹先生 | 5 days | 1 | -0/+29 |
| Replace the centralized `examples/test-examples.toml` with individual `test.toml` files in each example directory, updating the test runner and related documentation accordingly. | |||||
