Files
brain/docs/consumer-projects.md
T
Дмитрий 917ef337b2 docs: brain meta documentation + manifest.json
- CLAUDE.md (brain repo meta)
- README.md (root quick start)
- CHANGELOG.md (brain-v1.0 release notes)
- manifest.json (sha256 + min-python + required tools)
- docs/architecture.md (copy of Liderra spec)
- docs/how-to-use-brain.md
- docs/how-to-experiment.md
- docs/secrets-and-tokens.md
- docs/consumer-projects.md
- user-level-files/README.md
- project-files/README.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 01:05:10 +03:00

21 lines
857 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Consumer Projects
Реестр проектов, которые подключают brain.
| Проект | Brain version | Путь | Дата подключения | Status |
|---|---|---|---|---|
| Лидерра | brain-v1.0 | `c:/моя/проекты/портал crm/Документация/` | 2026-05-11 | active |
## Как зарегистрировать новый проект
1. `./scripts/install.sh --target=/path/to/new-project --version=brain-vX.Y`
2. В `new-project/` появится `.brain-version`
3. Добавить строку в эту таблицу
4. Commit + push brain repo
## Reverse — отключить проект
1. В `<consumer>/` удалить brain'овские файлы (по списку из manifest.json)
2. Удалить `.brain-version`
3. Удалить строку из таблицы