Skip to content

Commit 41df25a

Browse files
docs: refresh stale repo stats in README (#51)
Update the 'By the Numbers' figures and related mentions to reflect the current codebase after the health/init features: 14+ generated files, 1,000+ tests, 47 source modules, 67 test files, 13,381 src LOC. Uses a rounded test count to stay accurate as the suite grows. Co-authored-by: Arthur742Ramos <223556219+Copilot@users.noreply.github.com>
1 parent 2b76b5e commit 41df25a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Most READMEs are outdated. Most wikis are incomplete. Most senior devs are too b
4848
npx repo-bootcamp https://github.com/facebook/react
4949
```
5050

51-
That's it. You get 12+ interconnected markdown files covering everything a new contributor needs.
51+
That's it. You get 14+ interconnected markdown files covering everything a new contributor needs.
5252

5353
<div align="center">
5454

@@ -134,7 +134,7 @@ Onboarding Risk: 18/100 (A) 🟢
134134
1. **Powered by GitHub Copilot SDK** - Leverages the official SDK for agentic AI with tool-calling
135135
2. **Truly Agentic** - Claude autonomously explores codebases, not just template filling
136136
3. **Schema Validated** - All output is validated with Zod schemas and auto-retried on failures
137-
4. **Production Ready** - 985 tests, TypeScript, proper error handling
137+
4. **Production Ready** - 1,000+ tests, TypeScript, proper error handling
138138
5. **Full Feature Set** - Interactive mode, web UI, docs drift analyzer, cache management, version diffing
139139
6. **Beautiful Output** - Mermaid diagrams, structured markdown, professional formatting
140140

@@ -143,11 +143,11 @@ Onboarding Risk: 18/100 (A) 🟢
143143
| Metric | Value |
144144
|--------|-------|
145145
| GitHub stars | 29 |
146-
| Generated files | 12+ |
147-
| Test suite | 985 tests |
148-
| Source files | 41 TypeScript modules |
149-
| Test files | 60 Vitest files |
150-
| Lines of code | 11,627 TypeScript LOC (src/) |
146+
| Generated files | 14+ |
147+
| Test suite | 1,000+ tests |
148+
| Source files | 47 TypeScript modules |
149+
| Test files | 67 Vitest files |
150+
| Lines of code | 13,381 TypeScript LOC (src/) |
151151
| Languages supported | 10+ |
152152
| Generation time | < 60 seconds |
153153

@@ -240,7 +240,7 @@ The Copilot SDK transforms what would be a simple template-filler into an intell
240240
- **Agentic Analysis** - Claude autonomously reads files, searches code, and understands architecture
241241
- **Streaming LLM Output** - Streams assistant deltas live to terminal output (verbose) or progress callbacks
242242
- **Multi-host Repository Support** - Works with GitHub, GitLab, and Bitbucket repository URLs
243-
- **Complete Documentation Suite** - Generates 12+ interconnected markdown files
243+
- **Complete Documentation Suite** - Generates 14+ interconnected markdown files
244244
- **Smart Prioritization** - Intelligently samples files based on importance and byte budget
245245
- **Fast File Walking** - Uses concurrent `fast-glob` traversal while honoring skip directories and file limits
246246
- **Schema Validation** - Validates LLM output with auto-retry on failures
@@ -745,7 +745,7 @@ npm run build
745745
npm run lint
746746
npm run typecheck
747747

748-
# Run tests (985 tests)
748+
# Run tests (1,000+ tests)
749749
npm test
750750

751751
# Check formatting (or apply it)
@@ -791,7 +791,7 @@ Set `--model` to override.
791791
- **Runtime:** Node.js 20+
792792
- **Language:** TypeScript 5.6
793793
- **AI:** GitHub Copilot SDK with Claude
794-
- **Testing:** Vitest (985 tests)
794+
- **Testing:** Vitest (1,000+ tests)
795795
- **CLI:** Commander.js
796796
- **Validation:** Zod schemas
797797
- **Web:** Express 5 with SSE

0 commit comments

Comments
 (0)