| optimze pipeline
| 2 个月前 |
| refactor(build): unify build-engineer and build-fixer into single agent
Replace all build-engineer references in dev_pipeline and commands with
build-fixer. Pipeline stages now use build-fixer --signed for mandatory
signing; /build and /fix commands default to unsigned with optional
--signed flag. Add HAP copy-to-output step in build-fixer. Deprecate
build-engineer agent.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| 2 个月前 |
| optimze agent and command to plan.md
| 2 个月前 |
| rename self-test-testcase-generator
| 30 天前 |
| add review-fixer
| 2 个月前 |
| add /human-ai-fix command
| 1 个月前 |
| commit plugin
| 2 个月前 |
| feat(logic-skill): rewrite v3.0 — modular architecture with Python scripts and checkpoints
Complete rewrite of logic-skill from 533-line monolith to modular architecture:
Structure:
- SKILL.md: 287-line orchestration layer with checkpoint enforcement
- 5 Python scripts: collect_ground_truth, verify_wave, query_deepwiki, record_error, deepwiki_ask
- references/: arkts-patterns, error-catalog, coder-prompt-template, handoff-template
Quality control (3 layers):
- Layer 0: Pre-coding gate (5 structured questions before code generation)
- Layer 1: Mechanical verification (4-category extensible checks via verify_wave.py)
- Layer 2: Semantic review (context-driven LLM structured output)
Key improvements:
- All scripts in Python (cross-platform), replacing embedded bash
- Dependency-based multi-Agent scheduling with serial fallback
- DeepWiki 3-dimension queries: API verification + architecture decisions + developer patterns
- Issue audit trail (issue-audit.jsonl) for skill self-evolution
- Thinking methodologies embedded: first principles, Socratic challenge, Occam's razor, MVVM
Deleted: config.yaml (dead config), agents/ (3 unused templates), examples/
| 2 个月前 |
| commit plugin
| 2 个月前 |
| rename self-test-testcase-generator
| 30 天前 |
| update: 更新文件 setup.md
Signed-off-by: dspedor <dspedor@noreply.gitcode.com> | 24 天前 |
| update spec gen agent and command
| 24 天前 |
| Merge UI-agent into the plugin.
| 2 个月前 |