Skip to content

add feat#1

Closed
CYooBin10 wants to merge 2 commits into
two-tech-dev:mainfrom
CYooBin10:main
Closed

add feat#1
CYooBin10 wants to merge 2 commits into
two-tech-dev:mainfrom
CYooBin10:main

Conversation

@CYooBin10

Copy link
Copy Markdown
Member
  • XML Codegen: Compiles specs (ui-component, api-route, db-model, setup-command) into files.
  • Multi-stack: Target JS/TS, Python, Rust, Go, C#, C++.
  • Auto Testgen: Translates elements to Vitest/pytest. Skip via autogen-tests="false" / --no-autogen-tests.
  • Self-healing (pxml fix): Test fail → LLM generates minimal patch & retries (3 loops).
  • Regression Prevention: Feeds historical bugs (bugs_history.xml) to prompt context during fix/compile.
  • Imports: Reuse nodes from local paths or remote repos (github:owner/repo).
  • Inheritance (extends): Children inherit inputs, outputs, constraints, tests (max 2 depth).
  • Validation (pxml validate): Asserts schema compliance and matches test inputs against declared parameters.
  • Caching: Hashes XML nodes to skip compilation of unchanged components.
  • Cost Metrics: Details tokens (input, output, cached) & estimated USD spent.
  • Doctor: Diagnostic utility for system env and keys.

CYooBin10 added 2 commits July 8, 2026 14:52
- XML Codegen: Compiles <node> specs (ui-component, api-route, db-model, setup-command) into files.
- Multi-stack: Target JS/TS, Python, Rust, Go, C#, C++.
- Auto Testgen: Translates <test> elements to Vitest/pytest. Skip via autogen-tests="false" / --no-autogen-tests.
- Self-healing (pxml fix): Test fail → LLM generates minimal patch & retries (3 loops).
- Regression Prevention: Feeds historical bugs (bugs_history.xml) to prompt context during fix/compile.
- Imports: Reuse nodes from local paths or remote repos (github:owner/repo).
- Inheritance (extends): Children inherit inputs, outputs, constraints, tests (max 2 depth).
- Validation (pxml validate): Asserts schema compliance and matches test inputs against declared parameters.
- Caching: Hashes XML nodes to skip compilation of unchanged components.
- Cost Metrics: Details tokens (input, output, cached) & estimated USD spent.
- Doctor: Diagnostic utility for system env and keys.
@VennDev VennDev closed this Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants