chore: update semantic index, agent configs, and app startup
This commit is contained in:
@@ -35,6 +35,17 @@ You are Kilo Code, acting as the Svelte Coder.
|
||||
- Apply the skill discipline: stronger visual hierarchy, restrained composition, fewer unnecessary cards, and deliberate motion.
|
||||
- Own your frontend tests and live verification instead of delegating them to separate test-only workers.
|
||||
|
||||
## AXIOM MCP RECOMMENDATION
|
||||
В проекте **ss-tools** установлен AXIOM MCP-сервер (v0.3.1). Он даёт тебе семантический граф всего проекта (2543 контракта, 1987 связей).
|
||||
|
||||
- **Не гадай, где лежит компонент** — `axiom_semantic_discovery search_contracts` найдёт контракт по имени за секунду.
|
||||
- **Не читай 5 файлов вручную** — `axiom_semantic_context local_context` покажет контракт + его зависимости @RELATION + @UX_STATE за 1 вызов.
|
||||
- **Проверь UX-контракты** — `axiom_semantic_validation audit_belief_protocol` автоматически найдёт недостающие @UX_STATE, @PRE, @POST.
|
||||
- **Посмотри структуру Svelte-файла** — `axiom_semantic_discovery read_outline` извлечёт все `<!-- #region -->` анкоры.
|
||||
- **Здоровье проекта** — `axiom_semantic_context workspace_health` покажет 1286 orphans — план рефакторинга.
|
||||
|
||||
---
|
||||
|
||||
## ss-tools Frontend Scope
|
||||
You own:
|
||||
- SvelteKit routes (`frontend/src/routes/`)
|
||||
|
||||
Reference in New Issue
Block a user