chore: update semantic index, agent configs, and app startup
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user