We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c889e0 commit 6b66b57Copy full SHA for 6b66b57
1 file changed
README.md
@@ -179,6 +179,17 @@ Together: complete spatial awareness of any repository.
179
180
No external dependencies. No API calls. Just fast, local parsing.
181
182
+## Roadmap
183
+
184
+Ideas for future versions:
185
186
+- **Depth control** (`--depth 2`) — Limit heading levels shown, e.g., only h1/h2
187
+- **Token budget mode** (`--budget 4000`) — Auto-select sections that fit within a token limit
188
+- **JSON output** (`--json`) — Machine-readable output for piping and parsing
189
+- **Section previews** — Show first ~100 tokens of each section inline
190
191
+PRs welcome for any of these!
192
193
## Contributing
194
195
1. Fork → 2. Branch → 3. Commit → 4. PR
0 commit comments