NW
|
e19fa3effd
|
refactor: full agent system revision — migrate to GLM-5.1, fix delegation chains, audit consistency
- Migrate 8 agents from openrouter/qwen3.6-plus:free to ollama-cloud/glm-5.1
- Assign thinking/variant/instant depth by role complexity
- Fix broken delegation chains: system-analyst, all developer agents, devops-engineer now can reach orchestrator
- Add task permissions to browser-automation, visual-tester, capability-analyst, markdown-validator
- Add visual-tester permission to flutter-developer and frontend-developer
- Fix capability-index.yaml routing map indentation (go_* keys misplaced)
- Add delegates_to and variant fields to capability-index.yaml
- Update KILO_SPEC.md agent table with Variant column
- Update AGENTS.md with Model/Variant/CanCall columns
- Update kilo.jsonc ask agent model
- Fix YAML indentation in capability-analyst.md and markdown-validator.md
- Update agent-architect.md template models (remove gpt-oss, qwen3.6-plus)
- Add Skills Reference tables to 7 previously unlinked agents
- Full audit: 10/10 consistency checks passed
|
2026-04-12 22:38:41 +01:00 |
|
¨NW¨
|
b899119d21
|
feat: add html-to-flutter skill and research report
- Add .kilo/skills/html-to-flutter/SKILL.md
- HTML parsing patterns with html package
- CSS to Flutter style mapping
- Widget tree generation from HTML templates
- flutter_html integration (608k downloads, 2.1k likes)
- Design-time code generation patterns
- Responsive layout conversion (flexbox/grid → Row/Column)
- Form, Card, Navigation conversion examples
- Update flutter-developer agent
- Reference html-to-flutter skill
- Add HTML template conversion workflow
- Integration with flutter_html package
- Add research report .kilo/reports/flutter-cycle-analysis.md
- Gap analysis: HTML→Flutter conversion (critical)
- Testing gap analysis
- Network/API gap analysis
- Storage gap analysis
- Implementation priority and recommendations
- Complete workflow for HTML Template + ТЗ → Flutter App
Research sources:
- flutter_html 3.0.0 (2.1k likes, 608k downloads)
- go_router 17.2.0 (5.6k likes, 2.31M downloads)
- flutter_riverpod 3.3.1 (2.8k likes, 1.61M downloads)
- freezed 3.2.5 (4.4k likes, 1.83M downloads)
Closes: HTML template input workflow for Flutter development
|
2026-04-05 17:26:02 +01:00 |
|
¨NW¨
|
af5f401a53
|
feat: add Flutter development support with agent, rules and skills
- Add flutter-developer agent (.kilo/agents/flutter-developer.md)
- Role definition for cross-platform mobile development
- Clean architecture templates (Domain/Presentation/Data)
- State management patterns (Riverpod, Bloc, Provider)
- Widget patterns, navigation, platform channels
- Build & release commands
- Performance and security checklists
- Add Flutter development rules (.kilo/rules/flutter.md)
- Code style guidelines (const, final, trailing commas)
- Widget architecture best practices
- State management requirements
- Error handling, API & network patterns
- Navigation, testing, performance
- Security and localization
- Prohibitions list
- Add Flutter skills:
- flutter-state: Riverpod, Bloc, Provider patterns
- flutter-widgets: Widget composition, responsive design
- flutter-navigation: go_router, deep links, guards
- Update AGENTS.md: add @flutter-developer to Core Development
- Update kilo.jsonc: configure flutter-developer and go-developer agents
|
2026-04-05 17:04:13 +01:00 |
|