Commit Graph

57 Commits

Author SHA1 Message Date
swp
7700ad3e9c docs(release-manager): update authentication instructions and troubleshooting
Update the git authentication failure reporting guidelines to provide
specific remote URL commands for SSH and HTTPS. Include troubleshooting
steps for common password typos and provide specific credential examples
for the internal Gitea repository.
2026-04-03 20:21:31 +01:00
swp
47219c4204 feat: реорганизация структуры агентов и добавление skills согласно документации Kilo Code
- Добавлен skill gitea для автоматизации git операций
- Добавлены правила безопасности для работы с credentials
- Указан публичный URL проекта: https://git.softuniq.eu/UniqueSoft/APAW
- Реализованы безопасные методы аутентификации (SSH, tokens, credential store)
2026-04-03 20:14:22 +01:00
NW
b8c7533a28 refactor: migrate KiloCode agents to .kilo/ plugin format
- Rename .kilos/ → .kilo/ (correct name for @kilocode/plugin discovery)
- 19 agents in .kilo/agent/ with proper YAML frontmatter:
  description, mode, model, color — all correctly set
- Fix ask.md: rename ## Response Format → ## Output Format
- Add ## Output Format section to code.md (Quick Coder)
- README: update structure to reflect .kilo/ as primary KiloCode runtime
- .kilocode/agents/ kept as legacy archive (root-owned, read-only)

Fixes: KiloCode losing agent settings when .kilo/ directory present.
Root cause was conflicting agent sources — now resolved by using
.kilo/agent/ as single source of truth for KiloCode plugin.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 18:35:13 +01:00
NW
8d49a78e63 feat: add global install support for Claude Code commands
- install-apaw.sh: one-command installer for any target project
  copies .claude/commands/, rules/, initialises efficiency_score.json
- README: global install instructions (sed /project: -> /user:)
  and per-project install via install-apaw.sh

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 18:13:22 +01:00
NW
c2dc89e268 feat: add Claude Code agent commands pipeline
- 14 slash-commands in .claude/commands/ for /project:* invocation
- Model routing: Haiku (mine, evaluate), Sonnet (orchestrate, refine,
  tests, skeptic, perf, fix, release), Opus (analyze, implement,
  security, optimize-prompts), Sonnet (pipeline orchestrator)
- .claude/rules/global.md — shared coding standards
- .claude/logs/efficiency_score.json — agent scoring store
- README updated with Claude Code usage section and command table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 18:09:01 +01:00
NW
238964abf6 docs: update README with full APAW pipeline documentation
- Add complete agent table with models and specializations
- Add State Machine workflow diagram
- Add installation instructions
- Add PromptOps versioning explanation
- Add efficiency scoring documentation
2026-04-01 14:50:01 -04:00
NW
dc1f040d9e feat: add KiloCode 14-agent pipeline configuration
- Add .kilocodemodes with all 14 agent mode definitions
- Add .kilocode/agents/ with full system prompts for each role
- Add .kilocode/rules/ with global coding rules
- Add .kilocode/logs/ with efficiency score tracking schema
- Add packages/opencode/src/kilocode/agent-manager/ TypeScript integration
- Add comprehensive README.md

Agents included:
1. Requirement Refiner (Kimi-k2-thinking)
2. Orchestrator (GLM-5)
3. History Miner (Gemini-3-Flash)
4. System Analyst (GPT-OSS 120B)
5. Product Owner (Qwen3.5 122B)
6. Lead Developer (DeepSeek-v3.2)
7. Frontend Dev (Kimi-k2.5)
8. The Fixer (MiniMax-m2.7)
9. SDET Engineer (Qwen3-Coder-Next)
10. Code Skeptic (GPT-OSS 120B)
11. Performance Engineer (Nemotron-3-Super)
12. Security Auditor (GLM-4.7)
13. Release Manager (Devstral-2 123B)
14. Performance Evaluator (GPT-o3)
15. Prompt Optimizer (Claude 4.5)
2026-04-01 14:46:11 -04:00