| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| socraticode-1.13.3.vsix | 2026-09-10 | 223.2 kB | |
| README.md | 2026-09-10 | 4.5 kB | |
| v1.13.3 source code.tar.gz | 2026-09-10 | 3.5 MB | |
| v1.13.3 source code.zip | 2026-09-10 | 3.6 MB | |
| Totals: 4 Items | 7.4 MB | 0 | |
1.13.3 (2026-09-10)
Bug Fixes
- config: do not treat an external git directory as the main worktree (c68c5d0)
- graph: a project-root self match must end resolution, not fall through (5504a5c)
- graph: drop the init.py gate, keep only the unambiguous self guards (a07196d), closes #46 #107 #46 #112
- graph: end resolution on a self match at every real path entry, not just the root (b40b5e8)
- graph: extend the #157 self-edge guard to relative imports (fcac832)
- graph: gate on any package ancestor, not just the importing directory (d650753), closes #46
- graph: stop the Python sibling fallback fabricating edges inside packages (740fe6f), closes #46 #46 #157
- indexer: gate after the artifact config read, and announce after checking (fd6c9cc)
- indexer: gate the terminal status write, and the graph rebuild (b0905c1)
- indexer: read indexing status strictly, and pin recovery in CI (c559db7)
- indexer: reconcile stale hashes against the points actually stored (28db487)
- indexer: repair a completed status written as the lock was lost (e8a4009)
- indexer: stop writing once ownership is lost, and never past a phase (e5f1246)
- lock: handle a rejecting compromise handler, and restore a displaced doc (5ed44eb)
- lock: stand down when the index lock is lost mid-run (f742845)
- qdrant: retry, bound and share the paged payload scroll (f46f85d)
- qdrant: scroll project metadata by page, and read only the field used (79b4604)
- startup: resolve a linked worktree to its main checkout before resuming (915b20b)
Documentation
- graph: name a reachable example in the sibling fall-through comment (19b94ac)