simplicio-mapper 0.7.1__tar.gz → 0.7.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/CHANGELOG.md +14 -0
  2. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/PKG-INFO +4 -1
  3. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/PYPI.md +3 -0
  4. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/README.md +149 -36
  5. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/README.pt-BR.md +148 -35
  6. simplicio_mapper-0.7.3/READMEs/README.ar-SA.md +110 -0
  7. simplicio_mapper-0.7.3/READMEs/README.en.md +111 -0
  8. simplicio_mapper-0.7.3/READMEs/README.es-ES.md +110 -0
  9. simplicio_mapper-0.7.3/READMEs/README.fr-FR.md +110 -0
  10. simplicio_mapper-0.7.3/READMEs/README.he-IL.md +110 -0
  11. simplicio_mapper-0.7.3/READMEs/README.hi-IN.md +110 -0
  12. simplicio_mapper-0.7.3/READMEs/README.id-ID.md +110 -0
  13. simplicio_mapper-0.7.3/READMEs/README.it-IT.md +110 -0
  14. simplicio_mapper-0.7.3/READMEs/README.ja-JP.md +110 -0
  15. simplicio_mapper-0.7.3/READMEs/README.ko-KR.md +110 -0
  16. simplicio_mapper-0.7.3/READMEs/README.ms-MY.md +110 -0
  17. simplicio_mapper-0.7.3/READMEs/README.pl-PL.md +110 -0
  18. simplicio_mapper-0.7.3/READMEs/README.pt-BR.md +111 -0
  19. simplicio_mapper-0.7.3/READMEs/README.ru-RU.md +110 -0
  20. simplicio_mapper-0.7.3/READMEs/README.zh-CN.md +110 -0
  21. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/pyproject.toml +3 -1
  22. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/simplicio_mapper/__init__.py +1 -1
  23. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/.catalog/README.md +0 -0
  24. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/.gitignore +0 -0
  25. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/LICENSE +0 -0
  26. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/SIMPLICIO_INTEGRATION.md +0 -0
  27. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/docs-site/README.md +0 -0
  28. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/rust/README.md +0 -0
  29. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/rust/pyproject.toml +0 -0
  30. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/simplicio_mapper/_native.py +0 -0
  31. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/simplicio_mapper/cache.py +0 -0
  32. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/simplicio_mapper/cli.py +0 -0
  33. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/simplicio_mapper/mapper.py +0 -0
  34. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/simplicio_mapper/models.py +0 -0
  35. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/video/README.md +0 -0
  36. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/vscode-extension/LICENSE +0 -0
  37. {simplicio_mapper-0.7.1 → simplicio_mapper-0.7.3}/vscode-extension/README.md +0 -0
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.3] - 2026-06-01
4
+
5
+ ### Changed
6
+ - Restored the original operational README guide under the new growth-oriented landing page, preserving setup, architecture, video, mapper flags, and endpoint inventory details.
7
+ - Added Project DNA notes across localized READMEs and updated the globalization standard to require additive README refreshes rather than replacing repo-specific substance.
8
+ - Included the richer README in the Python and npm package metadata for the refreshed documentation release.
9
+
10
+ ## [0.7.2] - 2026-06-01
11
+
12
+ ### Changed
13
+ - Rebuilt the README as a multilingual growth page inspired by Understand Anything and 50k+ star repository patterns.
14
+ - Added canonical translations under `READMEs/` for the full Simplicio language set and documented the new README globalization standard.
15
+ - Included the translations and globalization standard in package source metadata.
16
+
3
17
  All notable changes to **LLM Project Mapper** are documented in this file.
4
18
 
5
19
  Format follows [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/) and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simplicio-mapper
3
- Version: 0.7.1
3
+ Version: 0.7.3
4
4
  Summary: Python-first project mapper that emits .simplicio/project-map.json and precedent-index.json for the Simplicio ecosystem.
5
5
  Project-URL: Homepage, https://github.com/wesleysimplicio/simplicio-mapper
6
6
  Project-URL: Repository, https://github.com/wesleysimplicio/simplicio-mapper
@@ -47,6 +47,9 @@ Description-Content-Type: text/markdown
47
47
 
48
48
  # simplicio-mapper
49
49
 
50
+ > README globalization release: the GitHub README now ships with 15 language entry points, Star History, ecosystem graph, and a proof-first structure. The package contract below remains the canonical PyPI technical reference.
51
+
52
+
50
53
  Python-first project mapper for the Simplicio ecosystem. It scans a repository
51
54
  and emits machine-readable artifacts that agents and tooling can consume
52
55
  without parsing the human-readable markdown docs:
@@ -1,5 +1,8 @@
1
1
  # simplicio-mapper
2
2
 
3
+ > README globalization release: the GitHub README now ships with 15 language entry points, Star History, ecosystem graph, and a proof-first structure. The package contract below remains the canonical PyPI technical reference.
4
+
5
+
3
6
  Python-first project mapper for the Simplicio ecosystem. It scans a repository
4
7
  and emits machine-readable artifacts that agents and tooling can consume
5
8
  without parsing the human-readable markdown docs:
@@ -1,4 +1,103 @@
1
- # LLM Project Mapper
1
+ <h1 align="center">simplicio-mapper</h1>
2
+
3
+ <p align="center">
4
+ <strong>Map any repository into AI-readable context: project map, precedent index, architecture inventory, symbol index, call graph, and docs.</strong><br />
5
+ <em>Commands stay in English so they can be copied exactly.</em><br />
6
+ <a href="https://wesleysimplicio.github.io/llm-project-mapper/">Live docs: wesleysimplicio.github.io/llm-project-mapper</a>
7
+ </p>
8
+
9
+ <p align="center">
10
+ <a href="https://github.com/wesleysimplicio/simplicio-mapper/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/wesleysimplicio/simplicio-mapper?style=flat-square" /></a>
11
+ <a href="https://pypi.org/project/simplicio-mapper/"><img alt="PyPI" src="https://img.shields.io/pypi/v/simplicio-mapper.svg?style=flat-square" /></a>
12
+ <a href="https://www.npmjs.com/package/@wesleysimplicio/llm-project-mapper"><img alt="npm" src="https://img.shields.io/npm/v/%40wesleysimplicio%2Fllm-project-mapper.svg?style=flat-square" /></a>
13
+ <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-yellow?style=flat-square" /></a>
14
+ </p>
15
+
16
+ <p align="center">
17
+ <a href="README.md">English</a> | <a href="READMEs/README.pt-BR.md">Português</a> | <a href="READMEs/README.es-ES.md">Español</a> | <a href="READMEs/README.ja-JP.md">日本語</a> | <a href="READMEs/README.ko-KR.md">한국어</a> | <a href="READMEs/README.zh-CN.md">简体中文</a> | <a href="READMEs/README.it-IT.md">Italiano</a> | <a href="READMEs/README.fr-FR.md">Français</a> | <a href="READMEs/README.ru-RU.md">Русский</a> | <a href="READMEs/README.pl-PL.md">Polski</a> | <a href="READMEs/README.hi-IN.md">हिन्दी</a> | <a href="READMEs/README.ar-SA.md">العربية</a> | <a href="READMEs/README.he-IL.md">עברית</a> | <a href="READMEs/README.ms-MY.md">Bahasa Melayu</a> | <a href="READMEs/README.id-ID.md">Bahasa Indonesia</a>
18
+ </p>
19
+
20
+ <p align="center">
21
+ <img src="assets/llm-project-mapper-hero.png" alt="simplicio-mapper preview" width="860" />
22
+ </p>
23
+
24
+ <p align="center">
25
+ <img src="assets/overlay-install.svg" alt="Overlay install flow" width="860" />
26
+ </p>
27
+
28
+ ---
29
+
30
+ ## The short version
31
+
32
+ Map any repository into AI-readable context: project map, precedent index, architecture inventory, symbol index, call graph, and docs.
33
+
34
+ ## Project DNA
35
+
36
+ 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.
37
+
38
+ The new first screen is the doorway; the restored guide below is the workshop. This README should help a stranger understand the promise quickly and still give an operator enough depth to run, validate, and extend the project.
39
+
40
+ ## Quick Start
41
+
42
+ ```bash
43
+ pip install -U simplicio-mapper
44
+ simplicio-mapper index . --json
45
+ simplicio-mapper docs . --json
46
+ simplicio-mapper endpoints ./web --against ./api --json
47
+ ```
48
+
49
+ ## What it does
50
+
51
+ - Generates versioned .simplicio artifacts agents can read before planning.
52
+ - Works as both Python CLI and npm starter package.
53
+ - Builds architecture, symbol and call graph artifacts without forcing a framework.
54
+ - Exports markdown docs for wiki/review workflows while keeping remote publishing opt-in.
55
+
56
+ ## Why this README is built to earn attention
57
+
58
+ - clear first-screen promise
59
+ - language links before installation
60
+ - badges and a visual hero for fast trust
61
+ - copy-ready quick start
62
+ - proof before long reference material
63
+ - star history for social proof
64
+
65
+ ## How it works
66
+
67
+ ```mermaid
68
+ flowchart LR
69
+ mapper["simplicio-mapper
70
+ repo context"] --> current["simplicio-mapper
71
+ this project"]
72
+ prompt["simplicio-prompt
73
+ reasoning runtime"] --> current
74
+ current --> evidence["validated evidence
75
+ tests, docs, screenshots"]
76
+ current --> sprint["simplicio-sprint
77
+ delivery loop"]
78
+ ```
79
+
80
+ ## Proof and validation
81
+
82
+ - Current local mapper version is 0.7.x with background indexing and docs-only modes.
83
+ - This repo is the canonical standard for visible, versioned .simplicio artifacts.
84
+ - It now carries the README globalization standard used across this workspace.
85
+
86
+ ## Simplicio ecosystem
87
+
88
+ - [simplicio-mapper](https://github.com/wesleysimplicio/simplicio-mapper) supplies repo context before interpretation.
89
+ - [simplicio-cli](https://github.com/wesleysimplicio/simplicio-dev-cli) executes focused code tasks with verification.
90
+ - [simplicio-prompt](https://github.com/wesleysimplicio/simplicio-prompt) provides fan-out and consensus runtime patterns.
91
+ - [simplicio-sprint](https://github.com/wesleysimplicio/simplicio-sprint) turns cards into draft PR delivery loops.
92
+
93
+ ## Documentation standard
94
+
95
+ - [SIMPLICIO_INTEGRATION.md](SIMPLICIO_INTEGRATION.md)
96
+ - [docs/readme-globalization-standard.md](docs/readme-globalization-standard.md)
97
+
98
+ ## Original Field Guide
99
+
100
+ The section below restores the project-specific README material that existed before the globalization pass. Keep this substance when refreshing the top-level narrative: add polish, do not erase operational memory.
2
101
 
3
102
  > 🇺🇸 English. Leia em português: [README.pt-BR.md](README.pt-BR.md).
4
103
  > Live docs site: [wesleysimplicio.github.io/llm-project-mapper](https://wesleysimplicio.github.io/llm-project-mapper/)
@@ -11,7 +110,7 @@ AI-friendly, stack-neutral repository scaffold. Drop it into **any** project —
11
110
 
12
111
  > Visual summary: drop the starter into a messy software project and it turns scattered context into structure, reusable skills, tests, docs, and guardrails for AI coding agents.
13
112
 
14
- ### Watch: why llm-project-mapper? (53s)
113
+ #### Watch: why llm-project-mapper? (53s)
15
114
 
16
115
  [![Watch the video](video/assets/why-cover.png)](https://github.com/wesleysimplicio/llm-project-mapper/raw/main/video/assets/why-llm-project-mapper.mp4)
17
116
 
@@ -19,7 +118,7 @@ AI-friendly, stack-neutral repository scaffold. Drop it into **any** project —
19
118
 
20
119
  ---
21
120
 
22
- ## Operational Docs For Agents
121
+ ### Operational Docs For Agents
23
122
 
24
123
  This starter now includes generic, fill-in templates that make any project easier for agents to operate:
25
124
 
@@ -34,7 +133,7 @@ This starter now includes generic, fill-in templates that make any project easie
34
133
 
35
134
  Fill these files after installing the starter in a real project. The goal is to reduce discovery time for humans and agents without forcing a framework.
36
135
 
37
- ## Machine-Readable Mapper Outputs
136
+ ### Machine-Readable Mapper Outputs
38
137
 
39
138
  The bootstrap also writes `.simplicio/project-map.json` and
40
139
  `.simplicio/precedent-index.json` for tools such as `simplicio-dev-cli` and
@@ -48,7 +147,7 @@ npx @wesleysimplicio/llm-project-mapper map --incremental
48
147
  npx @wesleysimplicio/llm-project-mapper update
49
148
  ```
50
149
 
51
- ### New: standalone Python CLI
150
+ #### New: standalone Python CLI
52
151
 
53
152
  The mapper now ships as a Python package with lightweight performance
54
153
  dependencies (`orjson` for JSON serialization and `diskcache` for a persistent
@@ -105,7 +204,7 @@ building client demand.
105
204
 
106
205
  ---
107
206
 
108
- ## Patterns
207
+ ### Patterns
109
208
 
110
209
  - Canonical spec: [YOOL_TUPLE_HAMT.md](YOOL_TUPLE_HAMT.md)
111
210
  - Receipts schema and storage conventions: [Receipt schema](YOOL_TUPLE_HAMT.md#184-receipt-schema-reference)
@@ -114,7 +213,7 @@ The yool / tuple / HAMT pattern is the capability-addressing model this scaffold
114
213
 
115
214
  ---
116
215
 
117
- ## TL;DR — get going in 60 seconds
216
+ ### TL;DR — get going in 60 seconds
118
217
 
119
218
  Pick **one** of the install paths below and run it inside your project folder. The bootstrap now starts an automatic local mapping pass immediately; `INIT.md` becomes an optional refinement step for a stronger agent.
120
219
 
@@ -129,23 +228,23 @@ Same command everywhere. No bash dependency, no clone, no global install.
129
228
 
130
229
  ---
131
230
 
132
- ## What LLM Project Mapper Changes
231
+ ### What LLM Project Mapper Changes
133
232
 
134
233
  The point of the starter is not “more files”. It is faster agent execution with less ambiguity, less tribal knowledge, and safer delivery loops.
135
234
 
136
- #### 01 · From project chaos to operational structure
235
+ ##### 01 · From project chaos to operational structure
137
236
 
138
237
  ![Project transformation](assets/llm-project-mapper-transformation.png)
139
238
 
140
239
  > Drop the starter into an existing codebase and it converts scattered context into repeatable docs, validation, agent instructions, and delivery guardrails.
141
240
 
142
- #### 02 · Shared context for parallel agents
241
+ ##### 02 · Shared context for parallel agents
143
242
 
144
243
  ![Multi-agent collaboration](assets/llm-project-mapper-multi-agent.png)
145
244
 
146
245
  > Agents stop working as isolated chat sessions and start collaborating around the same project map: architecture, tasks, checks, and output expectations.
147
246
 
148
- #### 03 · A stable foundation for safe speed
247
+ ##### 03 · A stable foundation for safe speed
149
248
 
150
249
  ![Operational foundation](assets/llm-project-mapper-foundation.png)
151
250
 
@@ -153,7 +252,7 @@ The point of the starter is not “more files”. It is faster agent execution w
153
252
 
154
253
  ---
155
254
 
156
- ## Prerequisites
255
+ ### Prerequisites
157
256
 
158
257
  | Requirement | macOS | Linux | Windows |
159
258
  |---|---|---|---|
@@ -166,7 +265,7 @@ Pick **one** runtime: `npx` works everywhere; `bootstrap.sh` for Unix shells; `b
166
265
 
167
266
  ---
168
267
 
169
- ## What it ships
268
+ ### What it ships
170
269
 
171
270
  ```
172
271
  your-project/
@@ -195,9 +294,9 @@ Stack-neutral: the bootstrap now fills the first pass automatically from the rea
195
294
 
196
295
  ---
197
296
 
198
- ## Install paths
297
+ ### Install paths
199
298
 
200
- ### A. `npx` — recommended, cross-platform, zero clone
299
+ #### A. `npx` — recommended, cross-platform, zero clone
201
300
 
202
301
  ```bash
203
302
  # inside your project folder (works on macOS, Linux, Windows)
@@ -211,13 +310,13 @@ Runs interactively. Asks **only**:
211
310
 
212
311
  Everything else — `PRODUCT_NAME`, stack, dependencies — auto-detected from `package.json` / `pyproject.toml` / `go.mod` / `*.csproj` / `Cargo.toml` / `pubspec.yaml` / `composer.json` / `Gemfile` / `mix.exs` / `pom.xml` / `build.gradle*`.
213
312
 
214
- #### Non-interactive (CI / scripts)
313
+ ##### Non-interactive (CI / scripts)
215
314
 
216
315
  ```bash
217
316
  npx @wesleysimplicio/llm-project-mapper --yes --cli skip --append-gitignore no
218
317
  ```
219
318
 
220
- #### Update an existing starter overlay
319
+ ##### Update an existing starter overlay
221
320
 
222
321
  ```bash
223
322
  npx @wesleysimplicio/llm-project-mapper@latest --update
@@ -225,13 +324,13 @@ npx @wesleysimplicio/llm-project-mapper@latest --update
225
324
 
226
325
  This is equivalent to `--yes --force --append-gitignore no --cli skip`: it refreshes starter-managed files, leaves `.gitignore` untouched unless explicitly requested, preserves existing instruction files, and does not launch an agent.
227
326
 
228
- #### Preview without writing
327
+ ##### Preview without writing
229
328
 
230
329
  ```bash
231
330
  npx @wesleysimplicio/llm-project-mapper --dry-run --yes
232
331
  ```
233
332
 
234
- #### Full flag list
333
+ ##### Full flag list
235
334
 
236
335
  | Flag | Purpose |
237
336
  |---|---|
@@ -246,7 +345,7 @@ npx @wesleysimplicio/llm-project-mapper --dry-run --yes
246
345
  | `-v, --version` | Print version |
247
346
  | `-h, --help` | Show help |
248
347
 
249
- #### Python mapper flags
348
+ ##### Python mapper flags
250
349
 
251
350
  | Flag | Purpose |
252
351
  |---|---|
@@ -264,7 +363,7 @@ npx @wesleysimplicio/llm-project-mapper --dry-run --yes
264
363
  | `--verbose` | Show index refresh progress |
265
364
  | `--out <dir>` | Artifact directory, defaulting to `.simplicio` |
266
365
 
267
- ### B. `bootstrap.sh` — Unix shells (macOS / Linux / Git Bash / WSL)
366
+ #### B. `bootstrap.sh` — Unix shells (macOS / Linux / Git Bash / WSL)
268
367
 
269
368
  Clone the starter and run the script:
270
369
 
@@ -275,7 +374,7 @@ chmod +x ./bootstrap.sh # only the first time
275
374
  ./bootstrap.sh
276
375
  ```
277
376
 
278
- ### C. `bootstrap.ps1` — native Windows (PowerShell)
377
+ #### C. `bootstrap.ps1` — native Windows (PowerShell)
279
378
 
280
379
  ```powershell
281
380
  git clone --depth=1 https://github.com/wesleysimplicio/llm-project-mapper.git tmp-starter
@@ -291,7 +390,7 @@ powershell -ExecutionPolicy Bypass -File .\bootstrap.ps1
291
390
 
292
391
  All three paths produce the same result and ask the same two questions.
293
392
 
294
- ### D. Overlay onto an existing project (private, gitignored)
393
+ #### D. Overlay onto an existing project (private, gitignored)
295
394
 
296
395
  Want to drop the starter into a project that already has its own git, **without polluting the host repo**? Each dev installs locally, files stay gitignored. Full step-by-step in [INSTALL.md](INSTALL.md). Short version:
297
396
 
@@ -310,7 +409,7 @@ rm -rf /tmp/llm-project-mapper-src
310
409
 
311
410
  ---
312
411
 
313
- ## CLI handoff — supported agents
412
+ ### CLI handoff — supported agents
314
413
 
315
414
  After scaffolding and auto-mapping, the bootstrap can optionally launch a CLI/LLM with `INIT.md` for a second-pass refinement. Detected installs get a `[installed]` mark in the menu.
316
415
 
@@ -334,7 +433,7 @@ For Copilot CLI (no native agent loop), the bootstrap copies the prompt to your
334
433
 
335
434
  ---
336
435
 
337
- ## What `INIT.md` does — the safety contract
436
+ ### What `INIT.md` does — the safety contract
338
437
 
339
438
  When the chosen CLI runs `INIT.md`, it reads `.starter-meta.json` and follows three hard rules:
340
439
 
@@ -361,9 +460,9 @@ Anything outside this whitelist **and** not from the starter template = untouche
361
460
 
362
461
  ---
363
462
 
364
- ## Troubleshooting
463
+ ### Troubleshooting
365
464
 
366
- ### macOS / Linux
465
+ #### macOS / Linux
367
466
 
368
467
  | Symptom | Fix |
369
468
  |---|---|
@@ -372,7 +471,7 @@ Anything outside this whitelist **and** not from the starter template = untouche
372
471
  | `Claude Code not installed` after pick | Install Claude Code or pick `[12] Other` to copy the prompt to clipboard |
373
472
  | Old Bash on macOS (`bash --version` shows 3.2) | Works — script is Bash 3.2-compatible. If problems, `brew install bash` for Bash 5+ |
374
473
 
375
- ### Windows
474
+ #### Windows
376
475
 
377
476
  | Symptom | Fix |
378
477
  |---|---|
@@ -381,7 +480,7 @@ Anything outside this whitelist **and** not from the starter template = untouche
381
480
  | `npx` not found in cmd.exe | Open new terminal after Node install (refreshes PATH), or use full path `C:\Program Files\nodejs\npx.cmd` |
382
481
  | `pwsh` not found | You have PowerShell 5.1 (built-in) — use the `powershell -ExecutionPolicy Bypass ...` form. To install pwsh 7: `winget install Microsoft.PowerShell` |
383
482
 
384
- ### Cross-platform
483
+ #### Cross-platform
385
484
 
386
485
  | Symptom | Fix |
387
486
  |---|---|
@@ -392,7 +491,7 @@ Anything outside this whitelist **and** not from the starter template = untouche
392
491
 
393
492
  ---
394
493
 
395
- ## Suggested reading order (human)
494
+ ### Suggested reading order (human)
396
495
 
397
496
  1. `README.md` (this file) — overview.
398
497
  2. `AGENTS.md` — agent master instruction.
@@ -404,7 +503,7 @@ Anything outside this whitelist **and** not from the starter template = untouche
404
503
 
405
504
  ---
406
505
 
407
- ## Quickstart for the agent (after `INIT.md`)
506
+ ### Quickstart for the agent (after `INIT.md`)
408
507
 
409
508
  1. Read `AGENTS.md` (root). That is the contract.
410
509
  2. Read `.specs/product/VISION.md` for the why.
@@ -415,7 +514,7 @@ Anything outside this whitelist **and** not from the starter template = untouche
415
514
 
416
515
  ---
417
516
 
418
- ## Optional: clean up starter files
517
+ ### Optional: clean up starter files
419
518
 
420
519
  After the agent finishes `INIT.md`, the bootstrap files are no longer needed.
421
520
 
@@ -437,7 +536,7 @@ git add -A; git commit -m "chore: remove starter bootstrap files"
437
536
 
438
537
  ---
439
538
 
440
- ## Companion tooling
539
+ ### Companion tooling
441
540
 
442
541
  - **SkillOpt optimizer** — `npx @wesleysimplicio/llm-project-mapper skillopt --suite <suite.json>` (or `node bin/skillopt.js`) optimizes a `SKILL.md`/prompt with the [SkillOpt](https://microsoft.github.io/SkillOpt/) loop (Rollout → Reflect → Edit → Gate). The skill document is the only trainable artifact; edits are accepted only when they improve a held-out task split. Outputs `best_skill.md` plus an optional report and receipt. See [.skills/skillopt/SKILL.md](.skills/skillopt/SKILL.md).
443
542
  - **VS Code extension** — `vscode-extension/` ships a sidebar TreeView for `.specs/sprints/`, plus commands to open the current task, create ADRs, and run the `INIT.md` handoff. See [vscode-extension/README.md](vscode-extension/README.md). Will be published to the Marketplace as `wesleysimplicio.llm-project-mapper-vscode`.
@@ -445,7 +544,7 @@ git add -A; git commit -m "chore: remove starter bootstrap files"
445
544
 
446
545
  ---
447
546
 
448
- ## Philosophy
547
+ ### Philosophy
449
548
 
450
549
  - **Specs as code.** What is not in `.specs/`, the agent does not see.
451
550
  - **Atomic tasks.** One task = one small reviewable PR.
@@ -456,16 +555,30 @@ git add -A; git commit -m "chore: remove starter bootstrap files"
456
555
 
457
556
  ---
458
557
 
459
- ## License
558
+ ### License
460
559
 
461
560
  [MIT](LICENSE) © 2026 Wesley Simplicio.
462
561
 
463
562
  ---
464
563
 
465
- ## Next steps
564
+ ### Next steps
466
565
 
467
566
  - Run the bootstrap.
468
567
  - Let the agent execute `INIT.md`.
469
568
  - Fill specs with real product context (the agent does most of this from the code).
470
569
  - Run the first sprint using `.specs/sprints/sprint-01/`.
471
570
  - Watch `presentation/ai-agent-specialist.pdf` for the full method.
571
+
572
+ ## Star History
573
+
574
+ <a href="https://www.star-history.com/#wesleysimplicio/simplicio-mapper&Date">
575
+ <picture>
576
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=wesleysimplicio/simplicio-mapper&type=Date&theme=dark" />
577
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=wesleysimplicio/simplicio-mapper&type=Date" />
578
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=wesleysimplicio/simplicio-mapper&type=Date" />
579
+ </picture>
580
+ </a>
581
+
582
+ ## License
583
+
584
+ MIT. See [LICENSE](LICENSE).