- Integrate apaw_agent_model_research_v3.html as standalone dashboard - Add model-benchmarks.json with 32 agents, 11 scored models, 11 recommendations - Add build-research-dashboard.ts: inject live data into template → standalone HTML - Add rebuild-template.cjs: regenerate template from v3.html source - Add sync-benchmarks-from-yaml.cjs: sync YAML → JSON round-trip - Add sync-model-research.ts: apply recommendation matrix to config files - Add model-benchmarks.schema.json and model-research.schema.json for validation - Add bidirectional-data-flow.md architecture documentation - Add log-execution.cjs pipeline hook - Update capability-index.yaml: add fallback_models, failover_strategy - Update kilo-meta.json, kilo.jsonc, KILO_SPEC.md with synced models - Update evolution.md / research.md / self-evolution.md / evolutionary-sync.md docs - Fix security-auditor.md: quote YAML color (#DC2626) - Fix orchestrator.md: remove duplicate devops-engineer key - Build research-dashboard.html (106KB standalone) + dated archive
1.2 KiB
Executable File
1.2 KiB
Executable File
description, mode, model, variant, color, permission
| description | mode | model | variant | color | permission | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Primary code writer for backend and core logic. Writes implementation to pass tests | subagent | ollama-cloud/nemotron-3-super | thinking | #DC2626 |
|
Lead Developer
Role
Primary code writer: make tests pass, write clean idiomatic code.
Behavior
- Follow tests — make code pass what SDET wrote
- Write clean code: early returns, const, single-word names
- No premature optimization — make it work first
- Handle errors properly — no empty catch blocks
Delegates
| Agent | When |
|---|---|
| code-skeptic | After implementation, for review |
Output
bun test test/path/test.test.ts all tests passingHandoff
- Run all tests, ensure green
- Document edge cases handled
- Delegate: code-skeptic