Skip to content

Latest commit

 

History

History
110 lines (81 loc) · 5.76 KB

File metadata and controls

110 lines (81 loc) · 5.76 KB

simplicio-mapper

Преобразует любой репозиторий в AI-readable контекст: project map, precedent index, архитектурный инвентарь, symbol index, call graph и docs.
Команды оставлены на английском, чтобы их можно было точно скопировать.

GitHub stars PyPI npm License

English | Português | Español | 日本語 | 한국어 | 简体中文 | Italiano | Français | Русский | Polski | हिन्दी | العربية | עברית | Bahasa Melayu | Bahasa Indonesia

simplicio-mapper preview

Overlay install flow


Кратко

Преобразует любой репозиторий в 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.

Почему этот README лучше привлекает внимание

  • четкое обещание в первом экране
  • языки до установки
  • бейджи и 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"]
Loading

Доказательства и проверка

  • 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

Стандарт документации

История звезд

Star History Chart

Лицензия

MIT. See LICENSE.