Commit 73b8877
committed
docs: document ENOBUFS fix and new GitHub indexing limits
Update documentation to reflect the fix for ENOBUFS errors during GitHub
indexing and the new default limit of 500 items.
Changes:
- TROUBLESHOOTING.md: Add comprehensive ENOBUFS troubleshooting section
- Explain the error cause (buffer overflow)
- Provide solutions with --gh-limit flag examples
- Give repository size-based recommendations
- Document batch indexing strategy
- packages/cli/README.md: Document new index command flags
- Add --gh-limit flag documentation
- Provide guidance for different repository sizes
- Update index command options section
- packages/subagents/src/github/README.md: Update GitHub agent docs
- Change default limit from 100 to 500 in configuration docs
- Add limit recommendations based on repository size
- Document new buffer management (50MB/10MB)
- Add ENOBUFS error to error handling section
- Update performance considerations with new batch sizes
- Add ENOBUFS troubleshooting section with solutions
- Update test coverage stats (79 total tests)
User Guidance:
- Default 500 limit works for most repos
- Large repos (200+): Use --gh-limit 100-200
- Very active repos (500+): Use --gh-limit 50-100
- Batch indexing available for very large repositories
Testing:
- All 1100+ tests passing
- Documentation accuracy verified
Issue: Related to ENOBUFS error during repository indexing1 parent 95cc864 commit 73b8877
3 files changed
Lines changed: 98 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
372 | 411 | | |
373 | 412 | | |
374 | 413 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| 353 | + | |
| 354 | + | |
353 | 355 | | |
| 356 | + | |
354 | 357 | | |
355 | 358 | | |
356 | 359 | | |
| |||
429 | 432 | | |
430 | 433 | | |
431 | 434 | | |
432 | | - | |
| 435 | + | |
433 | 436 | | |
434 | 437 | | |
435 | 438 | | |
436 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
437 | 446 | | |
438 | 447 | | |
439 | 448 | | |
| |||
453 | 462 | | |
454 | 463 | | |
455 | 464 | | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
456 | 472 | | |
457 | 473 | | |
458 | 474 | | |
| |||
462 | 478 | | |
463 | 479 | | |
464 | 480 | | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
465 | 487 | | |
466 | 488 | | |
467 | 489 | | |
468 | 490 | | |
469 | 491 | | |
470 | 492 | | |
471 | | - | |
| 493 | + | |
| 494 | + | |
472 | 495 | | |
473 | 496 | | |
474 | 497 | | |
| |||
480 | 503 | | |
481 | 504 | | |
482 | 505 | | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
483 | 512 | | |
484 | 513 | | |
485 | 514 | | |
| |||
503 | 532 | | |
504 | 533 | | |
505 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
506 | 554 | | |
507 | 555 | | |
508 | 556 | | |
| |||
0 commit comments