원클릭으로
transpiler-hardening-execution
Guidelines for adding functions to the AST translation map for QuanuX-Annex duckdb transpiler
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines for adding functions to the AST translation map for QuanuX-Annex duckdb transpiler
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | Transpiler Hardening & Execution |
| description | Guidelines for adding functions to the AST translation map for QuanuX-Annex duckdb transpiler |
The transpiler operates logically off the DuckDB JSON EXPLAIN IR plan. To ensure deterministic bounding, everything is fail-closed by default.
To add new constructs (like novel join nodes, aggregates, or table whitelist allowances):
EXPLAIN (FORMAT JSON) <query> to see exactly how DuckDB interprets the new target constraint and prints it in the logical planner tree.QuanuX-Annex/transpiler/gcp_transpiler.py.
allowed_nodes set if a new IR token appears (like WINDOW or ASOF_JOIN)._traverse_relational_node rather than string-matching query. The string matching inside _enforce_read_only or _enforce_join_rules acts merely as a fast-fail defense line before full parse compilation.LEFT JOIN, update the nested whitelist = ["symbol_mapping", "venue_dim", ...] in _traverse_relational_node.test_gcp_transpiler.py representing both the exact allowance syntax parity as well as explicit evasive/banned attempts.Reference for OS and Kernel parameter optimization on the QuanuX Edge.
Reference for using the QuanuX Control CLI (quanuxctl).
Official Figma Developer MCP integration for QuanuX. Allows agents to inspect designs, extract variables, and generate code from Figma files.
The authoritative "School of Architecture" for building QuanuX Extensions (Sidecars). Enforces the QXP protocol, Go runtime preference, and privacy-first security model.
Instructions for operating and configuring the SignalR Bridge for TopstepX.
Operating procedures and architecture for the QuanuX-Annex Data Ingestion Engine and NATS JetStream mesh.