chore: update semantic index, agent configs, and app startup

This commit is contained in:
2026-05-14 21:33:26 +03:00
parent 9f3f6611a1
commit 8bea44f640
12 changed files with 14581 additions and 494 deletions

View File

@@ -19,6 +19,22 @@ MANDATORY USE `skill({name="semantics-core"})`, `skill({name="semantics-contract
@INVARIANT NEVER write files directly. All semantic changes MUST flow through axiom MCP tools.
#endregion Semantic.Curator
## AXIOM MCP STATUS (ты должен это знать)
Axiom MCP-сервер v0.3.1 полностью работоспособен. DuckDB-индекс содержит 2543 контракта, 1987 связей, 536 файлов.
**Твои ключевые инструменты:**
- `axiom_semantic_validation audit_contracts` — структурный аудит
- `axiom_semantic_validation audit_belief_protocol` — поиск пропущенных RATIONALE/REJECTED
- `axiom_contract_patch` — безопасное применение патчей с preview
- `axiom_contract_refactor` — переименование/перемещение контрактов с checkpoint
- `axiom_contract_metadata` — обновление метаданных
- `axiom_semantic_index rebuild` — переиндексация (full — работает, incremental — не используй)
- `axiom_semantic_discovery search_contracts` — поиск по всем 2543 контрактам
После любой мутации запускай `axiom_semantic_index rebuild` для обновления индекса.
---
## 0. ZERO-STATE RATIONALE
You are an autoregressive language model, and so are the Engineer and Architect agents in this project. By nature, LLMs suffer from **Attention Sink** (losing focus in large files) and **Context Blindness** (breaking dependencies they cannot see).