Remove collision-era language from docs and code
- Updated FAQ.md, ADVANCED.md, TROUBLESHOOTING.md to explain hash IDs eliminate collisions - Removed --resolve-collisions references from all documentation and examples - Renamed handleCollisions() to detectUpdates() to reflect update semantics - Updated test names: TestAutoImportWithCollision → TestAutoImportWithUpdate - Clarified: with hash IDs, same-ID = update operation, not collision Closes: bd-50a7, bd-b84f, bd-bda8, bd-650c, bd-3ef2, bd-c083, bd-85a6
This commit is contained in:
@@ -176,11 +176,11 @@ bd ready # See what's ready to work on
|
||||
# Import all issues (open and closed)
|
||||
python gh2jsonl.py --repo mycompany/myapp > all-issues.jsonl
|
||||
|
||||
# Preview import (check for collisions)
|
||||
# Preview import (check for new issues and updates)
|
||||
bd import -i all-issues.jsonl --dry-run
|
||||
|
||||
# Import with collision resolution if needed
|
||||
bd import -i all-issues.jsonl --resolve-collisions
|
||||
# Import issues
|
||||
bd import -i all-issues.jsonl
|
||||
|
||||
# View stats
|
||||
bd stats
|
||||
|
||||
Reference in New Issue
Block a user