Skip to content

Commit 789a739

Browse files
committed
docs: add terminal output preview and before/after comparison
1 parent fa04aef commit 789a739

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,26 @@ AI coding agents burn most of their context window just figuring out where thing
1818
npx stacklit init
1919
```
2020

21-
<!-- TODO: replace with actual terminal recording -->
21+
```
22+
$ stacklit init
23+
[stacklit] found 342 files
24+
[stacklit] parsed 342 files (0 errors)
25+
[stacklit] done in 89ms — wrote stacklit.json, stacklit.mmd, stacklit.html
26+
27+
Opening visual map...
28+
```
29+
30+
<!-- TODO: replace with terminal recording GIF -->
2231
<!-- ![demo](https://github.com/glincker/stacklit/assets/demo.gif) -->
2332

33+
### Without stacklit
34+
35+
Agent reads 8-12 files to build context. ~400,000 tokens. 45 seconds of exploration before writing a single line.
36+
37+
### With stacklit
38+
39+
Agent reads `stacklit.json`. ~1,500 tokens. Knows every module, dependency, and convention instantly.
40+
2441
## What you get
2542

2643
| File | What it does | Committed? |

0 commit comments

Comments
 (0)