Remove sequential ID code path (bd-aa744b)
- Removed nextSequentialID() and getIDMode() functions - Removed issue_counters table from schema - Made SyncAllCounters() a no-op for backward compatibility - Simplified ID generation to hash-only (adaptive length) - Removed id_mode config setting - Removed sequential ID tests and migration code - Updated CONFIG.md and AGENTS.md to remove sequential ID references Follow-up bd-2a70 will remove obsolete test files and renumber command.
This commit is contained in:
@@ -166,7 +166,6 @@ Configuration keys use dot-notation namespaces to organize settings:
|
||||
|
||||
- `compact_*` - Compaction settings (see EXTENDING.md)
|
||||
- `issue_prefix` - Issue ID prefix (managed by `bd init`)
|
||||
- `id_mode` - ID generation mode: `sequential` or `hash` (managed by `bd init`)
|
||||
- `max_collision_prob` - Maximum collision probability for adaptive hash IDs (default: 0.25)
|
||||
- `min_hash_length` - Minimum hash ID length (default: 4)
|
||||
- `max_hash_length` - Maximum hash ID length (default: 8)
|
||||
|
||||
Reference in New Issue
Block a user