Skip to content

Commit be297e3

Browse files
author
Flamehaven CI
committed
Housekeep: move usage examples to docs; remove redundant root files
1 parent 096cdea commit be297e3

5 files changed

Lines changed: 28 additions & 314 deletions

File tree

CURRENT_FEATURES.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

FEATURES.md

Lines changed: 0 additions & 250 deletions
This file was deleted.

dir2md-logo.png

-1.69 MB
Binary file not shown.

docs/USAGE_EXAMPLES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Usage Examples
2+
3+
Quick, copy-pasteable recipes for common dir2md tasks.
4+
5+
## Generate a dual blueprint (md + jsonl)
6+
```bash
7+
dir2md . --ai-mode --spicy
8+
```
9+
10+
## Ultra-light context (tree + manifest only)
11+
```bash
12+
dir2md . --fast
13+
```
14+
15+
## Query-focused context for LLMs
16+
```bash
17+
dir2md . --ai-mode --query "auth flow" --output-format jsonl
18+
```
19+
20+
## Security-conscious run (masking on)
21+
```bash
22+
dir2md . --masking basic --emit-manifest --no-timestamp
23+
```
24+
25+
## CI-friendly deterministic output path
26+
```bash
27+
dir2md . --output PROJECT_BLUEPRINT.md --emit-manifest --no-timestamp
28+
```

update.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)