plans and docs

This commit is contained in:
2026-03-08 03:05:15 -04:00
parent d34c35941f
commit 83911ff1c5
9 changed files with 499 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"track_id": "gencpp_python_bindings_20260308",
"title": "Bootstrap gencpp Python Bindings Project",
"status": "pending",
"created": "2026-03-08",
"priority": "medium",
"owner": "tier2-tech-lead",
"description": "Create standalone Python project with CFFI bindings for gencpp C library to enable richer C++ AST parsing in the future",
"dependencies": [],
"out_of_scope": [
"Full AST traversal",
"Expression parsing",
"Integration into manual_slop",
"macOS/Linux support"
],
"notes": "Long-term effort. Track 1 (tree-sitter) provides immediate C/C++ support. This is for future richer functionality."
}