altair823
b2a2902e38
feat(p10-1d): code-cpp-ast-v1 chunker + snapshot test
Identical chunker body to code-c-ast-v1 (per-language work happens in the
CppAstExtractor, Task C). Snapshot fixture covers nested namespace + class
+ ctor/dtor + method + operator overload + template fn + free fn + top-level
main, verifying namespace::Class::method symbol convention per design §3.4.
5 chunks emitted:
- <top-level> (includes, namespace opening)
- kebab::chunk::MdHeadingV1Chunker (class unit)
- kebab::identity (template function)
- kebab::global_helper (free function in namespace)
- main (top-level main function)
Template function symbols emit without <T> parameters per spec convention.
Namespace::Class::method pattern verified. All tests pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 13:46:12 +00:00
..
2026-05-21 13:41:19 +00:00
2026-05-19 22:14:57 +00:00
2026-05-21 13:46:12 +00:00
2026-05-20 09:54:17 +00:00
2026-05-20 10:57:37 +00:00
2026-05-20 01:39:17 +00:00
2026-05-20 10:57:37 +00:00
2026-05-20 01:39:17 +00:00
2026-05-20 01:39:17 +00:00
2026-05-20 13:11:46 +00:00
2026-05-20 13:11:46 +00:00
2026-05-20 13:06:47 +00:00
2026-05-21 11:22:48 +00:00
2026-05-20 13:11:46 +00:00
2026-05-20 13:11:46 +00:00
2026-05-21 11:22:48 +00:00
2026-05-21 13:41:19 +00:00
2026-05-21 13:46:12 +00:00
2026-05-20 13:09:13 +00:00