quickstart.ru.md
docs/i18n/quickstart.ru.md
Быстрый старт
<!-- translations:start -->
English · 한국어 · 中文 · 日本語 · Русский · Español · Français · Deutsch
<!-- translations:end --> Эта страница показывает самый короткий путь от существующего каталога проекта до просматриваемого Tesserae.
1. Запустите мастер настройки
Из проекта, который вы хотите проиндексировать:
cd /path/to/my-project
tesserae project setup
Мастер обнаруживает обычные sources вроде README.md, docs, src, lib, app, packages и data, затем записывает .tesserae/config.json. Он также настраивает backend Cognee по умолчанию, чтобы project ask мог попробовать Cognee и fallback к compiled wiki search.
Полностью автоматическая настройка с включёнными Understand Anything и Cognee runtime memory:
tesserae project setup \
--yes \
--with-understand-anything \
--install-understand-anything \
--understand-anything-platform codex \
--run-cognee \
--install-cognee
Что это делает:
| Flag | Effect |
|---|---|
--with-understand-anything | Добавляет UA graph projection как source. |
--install-understand-anything | Устанавливает/обновляет UA companion skills. |
--understand-anything-platform codex | Использует Codex для запуска managed UA refresh wrapper Tesserae. |
--run-cognee | Запускает best-effort Cognee runtime cognify во время compile. |
--install-cognee | Устанавливает Cognee текущим Python, если он отсутствует. |
Пользователям не нужно знать UA install path или вводить /understand; project compile запускает project refresh-understand-anything, когда UA graph отсутствует или устарел.
2. Скомпилируйте граф и projections
tesserae project compile
project compile записывает durable artifacts:
.tesserae/
config.json
graph.json
manifest.json
sqlite.db
temporal_facts.jsonl
graphiti_episodes.jsonl
report.md
competitive_report.md
markdown_projection/
obsidian_vault/
agent_harness/
harness_sessions/
site/
cognee_bundle/
После первого запуска используйте --changed-only, чтобы пропускать неизменённые markdown-файлы и сохранять предыдущий graph, когда файлы не менялись. Если Understand Anything включён, compile сначала refresh/materialize .tesserae/external/understand-anything.md; если включён Cognee runtime, он также best-effort обновляет Cognee после записи .tesserae/cognee_bundle/.
3. Соберите и запустите статический frontend
tesserae project build-site
tesserae project serve --port 8765
Откройте:
http://127.0.0.1:8765/
<!-- BEGIN: subagent-r-watch -->
Автопересборка при сохранении
Совместите dev server с polling watcher, чтобы правки в data/ и docs/ запускали incremental recompile:
# terminal 1
python3 -m http.server 56821 --directory .tesserae/site
# terminal 2
tesserae project watch
project watch выполняет polling каждые 2 s, debounce 1 s и запускает compile --changed-only. Используйте --once для cron-style rebuilds (snapshots vs .tesserae/.watch-cache.json), --paths <dir> для custom watch dirs и --interval / --debounce для настройки cadence. <!-- END: subagent-r-watch -->
Аннотированный tour по всем видимым route — home, sources, concepts, entities, papers, repos, topics, syntheses, questions, timeline, graph, плюс AI siblings — см. в