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 11:37:44 +00:00
2026-05-21 13:46:12 +00:00
2026-05-20 07:38:10 +00:00
2026-05-15 17:06:59 +09:00
2026-05-20 08:03:38 +00:00
2026-05-02 04:01:35 +00:00
2026-05-10 23:45:55 +09:00
2026-05-20 00:01:41 +00:00
2026-05-02 06:05:39 +00:00
2026-05-02 06:05:39 +00:00
2026-05-15 15:04:23 +09:00
2026-05-15 15:44:18 +09:00
2026-05-21 13:37:58 +00:00
2026-05-15 15:44:18 +09:00
2026-05-15 15:44:18 +09:00
2026-05-15 15:44:18 +09:00
2026-05-02 03:28:08 +00:00
2026-05-15 15:17:10 +09:00
2026-05-20 03:27:01 +00:00
2026-05-20 13:01:14 +00:00
2026-05-20 08:03:38 +00:00
2026-05-07 11:46:37 +09:00
2026-05-19 15:52:01 +00:00