원클릭으로
tycho-execution
tycho-execution에는 propeller-heads에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Compare per-test gas between the current branch and a base branch (default: main). Uses `forge test --json` to extract gas per test, then cross-references with test_metadata.json to produce per-test comparison tables grouped by source file. Router gas includes executor delegatecall cost, so it represents the full swap cost. Use when user says "gas compare", "gas report", "gas diff", "compare gas", "gas regression", "gas benchmark", or invokes /gas-compare.
Keep .gas-compare/test_metadata.json in sync with the high-level TychoRouter test files. Scans foundry/test/TychoRouter*.t.sol files, diffs against the existing JSON, and adds/removes/updates entries. Use when tests have been added, removed, or renamed. Trigger on: "update test metadata", "sync test metadata", "update gas test list", "new tests added", or invokes /update-gas-test-metadata.