jolt/.dirge/skills
Yogthos 053ed4f790 Phase 8: Protocol System — defprotocol, extend-type, extend-protocol, satisfies?
- types.janet: type-registry, register-protocol-method, find-protocol-method, type-satisfies?
- core.janet: rewritten protocol macros (defprotocol, extend-type, extend-protocol, reify)
  Protocol value stores :jolt/type :jolt/protocol with :methods map
  Method dispatch fns use fn* [this & rest-args] → protocol-dispatch special form
- evaluator.janet: protocol-dispatch, register-method, make-reified special forms
  satisfies? special form with type registry lookup
  special-symbol? entries for all 3 protocol ops + satisfies?
- 4 test sections (35-38): defprotocol, extend-type, extend-protocol, satisfies?
  extend-type: basic dispatch works (42 constant), .-field accessor needs further debug
  satisfies?: fully functional with type registry
- 315 ok, 2 fail (pre-existing, unchanged)
2026-06-03 00:18:41 -04:00
..
jolt-bootstrap fix: all 317 SCI forms load, zero failures 2026-06-02 00:07:40 -04:00
jolt-compiler Phase 7: LazySeq + PersistentHashSet completion 2026-06-02 23:24:55 -04:00
jolt-dev Phase 8: Protocol System — defprotocol, extend-type, extend-protocol, satisfies? 2026-06-03 00:18:41 -04:00
jolt-gotchas Phase 8: Protocol System — defprotocol, extend-type, extend-protocol, satisfies? 2026-06-03 00:18:41 -04:00
jolt-persistent-structures Phase 8: Protocol System — defprotocol, extend-type, extend-protocol, satisfies? 2026-06-03 00:18:41 -04:00
jpm-build bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
.curator_state bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
.usage.json Phase 8: Protocol System — defprotocol, extend-type, extend-protocol, satisfies? 2026-06-03 00:18:41 -04:00