|
14 | 14 |
|
15 | 15 | <p align="center"> |
16 | 16 | <img alt="Python" src="https://img.shields.io/badge/Python-3.11%2B-3776AB?style=flat-square&logo=python&logoColor=white"> |
17 | | - <img alt="Tests" src="https://img.shields.io/badge/tests-1030%20passed-brightgreen?style=flat-square"> |
| 17 | + <img alt="Tests" src="https://img.shields.io/badge/tests-1000%2B%20passed-brightgreen?style=flat-square"> |
18 | 18 | <img alt="Package" src="https://img.shields.io/badge/package-minicode--py-555?style=flat-square"> |
19 | 19 | </p> |
20 | 20 |
|
21 | 21 | <p align="center"> |
22 | | - <img alt="MiniCode Python terminal hero showing memory, session, rewind, and readiness" src="./docs/assets/readme/minicode-terminal-hero.svg" width="100%"> |
| 22 | + <img alt="Real MiniCode Python frontend demo showing memory, session, rewind, and readiness" src="./docs/assets/readme/minicode-frontend-hero.png" width="100%"> |
23 | 23 | </p> |
24 | 24 |
|
25 | 25 | <p align="center"> |
26 | | - <em>Memory / Session / Rewind / Readiness: the runtime is part of the product.</em> |
| 26 | + <em>Real MiniCode frontend demo, not a mock: the landing page now reflects the current Python runtime and shows memory, session, rewind, and readiness as first-class product surfaces.</em> |
27 | 27 | </p> |
28 | 28 |
|
29 | 29 | MiniCode Python is the Python runtime in the MiniCode family. It is built for local development where the agent needs to survive long sessions, keep its state inspectable, recover from bad edits, and show what it is doing while it works. |
30 | 30 |
|
31 | 31 | If Claude Code represents the polished terminal-agent experience, MiniCode Python is the lightweight, local-first version that leans harder into runtime transparency, durable sessions, memory-backed continuity, rewindability, and verifiable behavior. |
32 | 32 |
|
| 33 | +The screenshot above is rendered from the real MiniCode frontend demo. It highlights the four product promises we care about most on day one: memory that keeps context alive, sessions you can inspect and replay, rewind flows that make local edits safer, and readiness checks that tell you whether the runtime is actually ready to work. |
| 34 | + |
33 | 35 | ## At a Glance |
34 | 36 |
|
35 | 37 | MiniCode Python is for you if you want: |
@@ -179,7 +181,7 @@ Current local verification result: |
179 | 181 | Verification command: |
180 | 182 |
|
181 | 183 | ```bash |
182 | | -python -m compileall -q minicode py-src\minicode tests |
| 184 | +python -m compileall -q minicode tests |
183 | 185 | pytest -q |
184 | 186 | ``` |
185 | 187 |
|
@@ -229,7 +231,6 @@ What matters is not the diagram itself. What matters is that runtime state is tr |
229 | 231 | | `docs/` | Architecture notes, optimization history, and productization reports. | |
230 | 232 | | `openspec/` | Specs, archived change records, and build/verify planning artifacts. | |
231 | 233 | | `.mini-code-memory/` | Workspace-level durable memory state created by the runtime. | |
232 | | -| `py-src/minicode/` | Compatibility and migration mirror. | |
233 | 234 |
|
234 | 235 | ## Core Modules |
235 | 236 |
|
|
0 commit comments