Преобразует любой репозиторий в AI-readable контекст: project map, precedent index, архитектурный инвентарь, symbol index, call graph и docs.
Команды оставлены на английском, чтобы их можно было точно скопировать.
English | Português | Español | 日本語 | 한국어 | 简体中文 | Italiano | Français | Русский | Polski | हिन्दी | العربية | עברית | Bahasa Melayu | Bahasa Indonesia
Преобразует любой репозиторий в AI-readable контекст: project map, precedent index, архитектурный инвентарь, symbol index, call graph и docs.
Эта локализованная страница сохраняет быстрый путь. Полное восстановленное техническое руководство находится в корневом README, чтобы сохранить исходный голос и рабочие детали проекта.
- Full restored guide: ../README.md
- Local project note: simplicio-mapper is the map before the plan. Its value is not only the artifact names; it is the habit it teaches agents: read the repository, preserve shared context, expose architecture, and make future work cheaper. The original guide explained that operational philosophy in detail, so this refresh restores it under the sharper global landing page.
pip install -U simplicio-mapper
simplicio-mapper index . --json
simplicio-mapper docs . --json
simplicio-mapper endpoints ./web --against ./api --json- Generates versioned .simplicio artifacts agents can read before planning.
- Works as both Python CLI and npm starter package.
- Builds architecture, symbol and call graph artifacts without forcing a framework.
- Exports markdown docs for wiki/review workflows while keeping remote publishing opt-in.
- четкое обещание в первом экране
- языки до установки
- бейджи и hero для доверия
- копируемый quick start
- доказательства до длинных деталей
- график звезд как social proof
flowchart LR
mapper["simplicio-mapper
repo context"] --> current["simplicio-mapper
this project"]
prompt["simplicio-prompt
reasoning runtime"] --> current
current --> evidence["validated evidence
tests, docs, screenshots"]
current --> sprint["simplicio-sprint
delivery loop"]
- Current local mapper version is 0.7.x with background indexing and docs-only modes.
- This repo is the canonical standard for visible, versioned .simplicio artifacts.
- It now carries the README globalization standard used across this workspace.
- simplicio-mapper supplies repo context before interpretation.
- simplicio-cli executes focused code tasks with verification.
- simplicio-prompt provides fan-out and consensus runtime patterns.
- simplicio-sprint turns cards into draft PR delivery loops.
MIT. See LICENSE.
