@codefast/di 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/CHANGELOG.md +615 -0
  2. package/README.md +119 -30
  3. package/dist/ambient/active-container.d.ts +37 -0
  4. package/dist/ambient/active-container.d.ts.map +1 -0
  5. package/dist/ambient/active-container.js +41 -0
  6. package/dist/ambient/active-container.js.map +1 -0
  7. package/dist/container/binding-builders.d.ts +12 -8
  8. package/dist/container/binding-builders.d.ts.map +1 -1
  9. package/dist/container/binding-builders.js +56 -31
  10. package/dist/container/binding-builders.js.map +1 -1
  11. package/dist/container/container.d.ts +33 -19
  12. package/dist/container/container.d.ts.map +1 -1
  13. package/dist/container/container.js +279 -118
  14. package/dist/container/container.js.map +1 -1
  15. package/dist/{resolution → core}/binding-scope.d.ts +2 -2
  16. package/dist/core/binding-scope.d.ts.map +1 -0
  17. package/dist/core/binding-scope.js.map +1 -0
  18. package/dist/{binding.d.ts → core/binding.d.ts} +70 -15
  19. package/dist/core/binding.d.ts.map +1 -0
  20. package/dist/{binding.js → core/binding.js} +27 -12
  21. package/dist/core/binding.js.map +1 -0
  22. package/dist/core/constraint-requirement.d.ts +38 -0
  23. package/dist/core/constraint-requirement.d.ts.map +1 -0
  24. package/dist/core/constraint-requirement.js +28 -0
  25. package/dist/core/constraint-requirement.js.map +1 -0
  26. package/dist/{constructor-type.d.ts → core/constructor-type.d.ts} +1 -1
  27. package/dist/core/constructor-type.d.ts.map +1 -0
  28. package/dist/core/constructor-type.js.map +1 -0
  29. package/dist/{module.d.ts → core/module.d.ts} +5 -5
  30. package/dist/core/module.d.ts.map +1 -0
  31. package/dist/{module.js → core/module.js} +4 -4
  32. package/dist/core/module.js.map +1 -0
  33. package/dist/{registry.d.ts → core/registry.d.ts} +27 -7
  34. package/dist/core/registry.d.ts.map +1 -0
  35. package/dist/{registry.js → core/registry.js} +125 -52
  36. package/dist/core/registry.js.map +1 -0
  37. package/dist/core/tag.d.ts +80 -0
  38. package/dist/core/tag.d.ts.map +1 -0
  39. package/dist/core/tag.js +84 -0
  40. package/dist/core/tag.js.map +1 -0
  41. package/dist/{token.d.ts → core/token.d.ts} +2 -6
  42. package/dist/core/token.d.ts.map +1 -0
  43. package/dist/core/token.js +13 -0
  44. package/dist/core/token.js.map +1 -0
  45. package/dist/{types.d.ts → core/types.d.ts} +27 -21
  46. package/dist/core/types.d.ts.map +1 -0
  47. package/dist/core/types.js.map +1 -0
  48. package/dist/decorators/inject.d.ts +5 -49
  49. package/dist/decorators/inject.d.ts.map +1 -1
  50. package/dist/decorators/inject.js +34 -104
  51. package/dist/decorators/inject.js.map +1 -1
  52. package/dist/decorators/injectable.d.ts +25 -5
  53. package/dist/decorators/injectable.d.ts.map +1 -1
  54. package/dist/decorators/injectable.js +2 -3
  55. package/dist/decorators/injectable.js.map +1 -1
  56. package/dist/decorators/lifecycle-decorators.d.ts +4 -2
  57. package/dist/decorators/lifecycle-decorators.d.ts.map +1 -1
  58. package/dist/decorators/lifecycle-decorators.js +19 -25
  59. package/dist/decorators/lifecycle-decorators.js.map +1 -1
  60. package/dist/{resolution → errors}/diagnostics.d.ts +2 -0
  61. package/dist/errors/diagnostics.d.ts.map +1 -0
  62. package/dist/errors/diagnostics.js.map +1 -0
  63. package/dist/{errors.d.ts → errors/errors.d.ts} +89 -4
  64. package/dist/errors/errors.d.ts.map +1 -0
  65. package/dist/{errors.js → errors/errors.js} +129 -7
  66. package/dist/errors/errors.js.map +1 -0
  67. package/dist/index.d.ts +21 -14
  68. package/dist/index.d.ts.map +1 -1
  69. package/dist/index.js +15 -7
  70. package/dist/index.js.map +1 -1
  71. package/dist/injection/descriptor.d.ts +79 -0
  72. package/dist/injection/descriptor.d.ts.map +1 -0
  73. package/dist/injection/descriptor.js +118 -0
  74. package/dist/injection/descriptor.js.map +1 -0
  75. package/dist/{resolution → injection}/resolve-options.d.ts +21 -11
  76. package/dist/injection/resolve-options.d.ts.map +1 -0
  77. package/dist/injection/resolve-options.js +101 -0
  78. package/dist/injection/resolve-options.js.map +1 -0
  79. package/dist/introspection/dependency-graph.d.ts +16 -5
  80. package/dist/introspection/dependency-graph.d.ts.map +1 -1
  81. package/dist/introspection/dependency-graph.js +138 -57
  82. package/dist/introspection/dependency-graph.js.map +1 -1
  83. package/dist/introspection/graph-adapters/cytoscape.d.ts +6 -3
  84. package/dist/introspection/graph-adapters/cytoscape.d.ts.map +1 -1
  85. package/dist/introspection/graph-adapters/cytoscape.js +3 -0
  86. package/dist/introspection/graph-adapters/cytoscape.js.map +1 -1
  87. package/dist/introspection/graph-adapters/dot.d.ts.map +1 -1
  88. package/dist/introspection/graph-adapters/dot.js +12 -5
  89. package/dist/introspection/graph-adapters/dot.js.map +1 -1
  90. package/dist/introspection/graph-adapters/mermaid.d.ts +9 -0
  91. package/dist/introspection/graph-adapters/mermaid.d.ts.map +1 -0
  92. package/dist/introspection/graph-adapters/mermaid.js +47 -0
  93. package/dist/introspection/graph-adapters/mermaid.js.map +1 -0
  94. package/dist/introspection/graph-adapters/reactflow.d.ts +6 -3
  95. package/dist/introspection/graph-adapters/reactflow.d.ts.map +1 -1
  96. package/dist/introspection/graph-adapters/reactflow.js +5 -1
  97. package/dist/introspection/graph-adapters/reactflow.js.map +1 -1
  98. package/dist/introspection/inspector.d.ts +4 -4
  99. package/dist/introspection/inspector.d.ts.map +1 -1
  100. package/dist/introspection/inspector.js +10 -6
  101. package/dist/introspection/inspector.js.map +1 -1
  102. package/dist/lifecycle/lifecycle-manager.d.ts +27 -0
  103. package/dist/lifecycle/lifecycle-manager.d.ts.map +1 -0
  104. package/dist/{resolution/lifecycle.js → lifecycle/lifecycle-manager.js} +39 -9
  105. package/dist/lifecycle/lifecycle-manager.js.map +1 -0
  106. package/dist/lifecycle/scope-manager.d.ts +48 -0
  107. package/dist/lifecycle/scope-manager.d.ts.map +1 -0
  108. package/dist/lifecycle/scope-manager.js +135 -0
  109. package/dist/lifecycle/scope-manager.js.map +1 -0
  110. package/dist/metadata/metadata-reader-token.d.ts +1 -1
  111. package/dist/metadata/metadata-reader-token.d.ts.map +1 -1
  112. package/dist/metadata/metadata-reader-token.js +1 -1
  113. package/dist/metadata/metadata-reader-token.js.map +1 -1
  114. package/dist/metadata/metadata-types.d.ts +9 -9
  115. package/dist/metadata/metadata-types.d.ts.map +1 -1
  116. package/dist/metadata/symbol-metadata-reader.d.ts +19 -6
  117. package/dist/metadata/symbol-metadata-reader.d.ts.map +1 -1
  118. package/dist/metadata/symbol-metadata-reader.js +89 -9
  119. package/dist/metadata/symbol-metadata-reader.js.map +1 -1
  120. package/dist/metadata/verifying-metadata-reader.d.ts +16 -0
  121. package/dist/metadata/verifying-metadata-reader.d.ts.map +1 -0
  122. package/dist/metadata/verifying-metadata-reader.js +32 -0
  123. package/dist/metadata/verifying-metadata-reader.js.map +1 -0
  124. package/dist/resolution/{activation-need.d.ts → cache/activation-need.d.ts} +5 -5
  125. package/dist/resolution/cache/activation-need.d.ts.map +1 -0
  126. package/dist/resolution/cache/activation-need.js.map +1 -0
  127. package/dist/resolution/{binding-lookup-cache.d.ts → cache/binding-lookup-cache.d.ts} +6 -5
  128. package/dist/resolution/cache/binding-lookup-cache.d.ts.map +1 -0
  129. package/dist/resolution/cache/binding-lookup-cache.js.map +1 -0
  130. package/dist/resolution/cache/class-introspector.d.ts +66 -0
  131. package/dist/resolution/cache/class-introspector.d.ts.map +1 -0
  132. package/dist/resolution/cache/class-introspector.js +194 -0
  133. package/dist/resolution/cache/class-introspector.js.map +1 -0
  134. package/dist/resolution/context.d.ts +84 -0
  135. package/dist/resolution/context.d.ts.map +1 -0
  136. package/dist/resolution/{environment.js → context.js} +54 -80
  137. package/dist/resolution/context.js.map +1 -0
  138. package/dist/resolution/path/resolution-path.d.ts +94 -0
  139. package/dist/resolution/path/resolution-path.d.ts.map +1 -0
  140. package/dist/resolution/path/resolution-path.js +117 -0
  141. package/dist/resolution/path/resolution-path.js.map +1 -0
  142. package/dist/resolution/{instantiation-plan.d.ts → plan/instantiation-plan.d.ts} +30 -7
  143. package/dist/resolution/plan/instantiation-plan.d.ts.map +1 -0
  144. package/dist/resolution/plan/instantiation-plan.js +390 -0
  145. package/dist/resolution/plan/instantiation-plan.js.map +1 -0
  146. package/dist/resolution/resolver.d.ts +28 -28
  147. package/dist/resolution/resolver.d.ts.map +1 -1
  148. package/dist/resolution/resolver.js +552 -239
  149. package/dist/resolution/resolver.js.map +1 -1
  150. package/dist/resolution/select/binding-select.d.ts +34 -0
  151. package/dist/resolution/select/binding-select.d.ts.map +1 -0
  152. package/dist/resolution/select/binding-select.js +175 -0
  153. package/dist/resolution/select/binding-select.js.map +1 -0
  154. package/dist/resolution/{constraints.d.ts → select/constraints.d.ts} +13 -12
  155. package/dist/resolution/select/constraints.d.ts.map +1 -0
  156. package/dist/resolution/{constraints.js → select/constraints.js} +33 -22
  157. package/dist/resolution/select/constraints.js.map +1 -0
  158. package/package.json +160 -20
  159. package/src/ambient/active-container.ts +65 -0
  160. package/src/container/binding-builders.ts +72 -44
  161. package/src/container/container.ts +355 -170
  162. package/src/{resolution → core}/binding-scope.ts +2 -2
  163. package/src/{binding.ts → core/binding.ts} +101 -39
  164. package/src/core/constraint-requirement.ts +51 -0
  165. package/src/{constructor-type.ts → core/constructor-type.ts} +1 -1
  166. package/src/{module.ts → core/module.ts} +10 -10
  167. package/src/core/registry.ts +365 -0
  168. package/src/core/tag.ts +144 -0
  169. package/src/{token.ts → core/token.ts} +2 -14
  170. package/src/{types.ts → core/types.ts} +37 -34
  171. package/src/decorators/inject.ts +39 -175
  172. package/src/decorators/injectable.ts +40 -10
  173. package/src/decorators/lifecycle-decorators.ts +22 -34
  174. package/src/{resolution → errors}/diagnostics.ts +2 -0
  175. package/src/{errors.ts → errors/errors.ts} +152 -8
  176. package/src/index.ts +43 -15
  177. package/src/injection/descriptor.ts +206 -0
  178. package/src/injection/resolve-options.ts +144 -0
  179. package/src/introspection/dependency-graph.ts +223 -63
  180. package/src/introspection/graph-adapters/cytoscape.ts +9 -3
  181. package/src/introspection/graph-adapters/dot.ts +13 -5
  182. package/src/introspection/graph-adapters/mermaid.ts +61 -0
  183. package/src/introspection/graph-adapters/reactflow.ts +11 -4
  184. package/src/introspection/inspector.ts +16 -12
  185. package/src/{resolution/lifecycle.ts → lifecycle/lifecycle-manager.ts} +68 -32
  186. package/src/lifecycle/scope-manager.ts +156 -0
  187. package/src/metadata/metadata-reader-token.ts +2 -2
  188. package/src/metadata/metadata-types.ts +9 -9
  189. package/src/metadata/symbol-metadata-reader.ts +95 -18
  190. package/src/metadata/verifying-metadata-reader.ts +41 -0
  191. package/src/resolution/{activation-need.ts → cache/activation-need.ts} +8 -8
  192. package/src/resolution/{binding-lookup-cache.ts → cache/binding-lookup-cache.ts} +6 -5
  193. package/src/resolution/cache/class-introspector.ts +251 -0
  194. package/src/resolution/{environment.ts → context.ts} +84 -145
  195. package/src/resolution/path/resolution-path.ts +167 -0
  196. package/src/resolution/plan/instantiation-plan.ts +579 -0
  197. package/src/resolution/resolver.ts +635 -313
  198. package/src/resolution/select/binding-select.ts +210 -0
  199. package/src/resolution/select/constraints.ts +130 -0
  200. package/dist/binding.d.ts.map +0 -1
  201. package/dist/binding.js.map +0 -1
  202. package/dist/constructor-type.d.ts.map +0 -1
  203. package/dist/constructor-type.js.map +0 -1
  204. package/dist/errors.d.ts.map +0 -1
  205. package/dist/errors.js.map +0 -1
  206. package/dist/module.d.ts.map +0 -1
  207. package/dist/module.js.map +0 -1
  208. package/dist/registry.d.ts.map +0 -1
  209. package/dist/registry.js.map +0 -1
  210. package/dist/resolution/activation-need.d.ts.map +0 -1
  211. package/dist/resolution/activation-need.js.map +0 -1
  212. package/dist/resolution/binding-lookup-cache.d.ts.map +0 -1
  213. package/dist/resolution/binding-lookup-cache.js.map +0 -1
  214. package/dist/resolution/binding-scope.d.ts.map +0 -1
  215. package/dist/resolution/binding-scope.js.map +0 -1
  216. package/dist/resolution/binding-select.d.ts +0 -23
  217. package/dist/resolution/binding-select.d.ts.map +0 -1
  218. package/dist/resolution/binding-select.js +0 -121
  219. package/dist/resolution/binding-select.js.map +0 -1
  220. package/dist/resolution/class-introspector.d.ts +0 -27
  221. package/dist/resolution/class-introspector.d.ts.map +0 -1
  222. package/dist/resolution/class-introspector.js +0 -60
  223. package/dist/resolution/class-introspector.js.map +0 -1
  224. package/dist/resolution/constraints.d.ts.map +0 -1
  225. package/dist/resolution/constraints.js.map +0 -1
  226. package/dist/resolution/diagnostics.d.ts.map +0 -1
  227. package/dist/resolution/diagnostics.js.map +0 -1
  228. package/dist/resolution/environment.d.ts +0 -94
  229. package/dist/resolution/environment.d.ts.map +0 -1
  230. package/dist/resolution/environment.js.map +0 -1
  231. package/dist/resolution/instantiation-plan.d.ts.map +0 -1
  232. package/dist/resolution/instantiation-plan.js +0 -183
  233. package/dist/resolution/instantiation-plan.js.map +0 -1
  234. package/dist/resolution/lifecycle.d.ts +0 -23
  235. package/dist/resolution/lifecycle.d.ts.map +0 -1
  236. package/dist/resolution/lifecycle.js.map +0 -1
  237. package/dist/resolution/resolution-path.d.ts +0 -98
  238. package/dist/resolution/resolution-path.d.ts.map +0 -1
  239. package/dist/resolution/resolution-path.js +0 -98
  240. package/dist/resolution/resolution-path.js.map +0 -1
  241. package/dist/resolution/resolve-options.d.ts.map +0 -1
  242. package/dist/resolution/resolve-options.js +0 -56
  243. package/dist/resolution/resolve-options.js.map +0 -1
  244. package/dist/resolution/scope.d.ts +0 -28
  245. package/dist/resolution/scope.d.ts.map +0 -1
  246. package/dist/resolution/scope.js +0 -88
  247. package/dist/resolution/scope.js.map +0 -1
  248. package/dist/token.d.ts.map +0 -1
  249. package/dist/token.js +0 -22
  250. package/dist/token.js.map +0 -1
  251. package/dist/types.d.ts.map +0 -1
  252. package/dist/types.js.map +0 -1
  253. package/src/registry.ts +0 -282
  254. package/src/resolution/binding-select.ts +0 -154
  255. package/src/resolution/class-introspector.ts +0 -74
  256. package/src/resolution/constraints.ts +0 -121
  257. package/src/resolution/instantiation-plan.ts +0 -292
  258. package/src/resolution/resolution-path.ts +0 -156
  259. package/src/resolution/resolve-options.ts +0 -89
  260. package/src/resolution/scope.ts +0 -105
  261. /package/dist/{resolution → core}/binding-scope.js +0 -0
  262. /package/dist/{constructor-type.js → core/constructor-type.js} +0 -0
  263. /package/dist/{types.js → core/types.js} +0 -0
  264. /package/dist/{resolution → errors}/diagnostics.js +0 -0
  265. /package/dist/resolution/{activation-need.js → cache/activation-need.js} +0 -0
  266. /package/dist/resolution/{binding-lookup-cache.js → cache/binding-lookup-cache.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,620 @@
1
1
  # @codefast/di
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`9182664`](https://github.com/codefastlabs/codefast/commit/91826641f284ebf8e7bfcdbdcb3aaf73f77381cb) Thanks [@thevuong](https://github.com/thevuong)! - perf(di): compile statically-visible graphs entering resolveAsync into async plans
8
+
9
+ A transient `class`/`resolved`/`resolved-async` binding resolved by `resolveAsync` at a true root (no open cascade) now
10
+ compiles once into a plan, like the sync lane has always done — the graph is declared up front, so nothing about it
11
+ needs per-level bookkeeping. A fully synchronous subtree executes without touching a promise; nodes that may yield one
12
+ await their dependencies together, exactly as the interpreted path does (promise-valued constants unwrap, siblings start
13
+ before the first rejection propagates). `dynamic-async` factories stay opaque and keep the cascade lane. Escapes replay
14
+ the async dispatch seeded with the plan's ancestors, so cycles, criteria and hooks behave as if nothing had compiled.
15
+ Diagnostics gain `compiledAsyncPlanCount`.
16
+
17
+ - [#690](https://github.com/codefastlabs/codefast/pull/690) [`ed1387c`](https://github.com/codefastlabs/codefast/commit/ed1387c7be719ece9a271993834dd23347b5bf6e) Thanks [@thevuong](https://github.com/thevuong)! - Fix `toResolved` bindings on the async path, and tighten the type surface.
18
+
19
+ `bind(T).toResolved(factory, deps)` threw `InternalError: resolved binding requires resolution context` from every async
20
+ entry point — `resolveAsync`, `resolveAllAsync`, `resolveOptionalAsync`, and any `toDynamicAsync` factory awaiting one.
21
+ `requiresResolutionContext()` answers only for the two factory kinds that are handed a context, so a `resolved` binding
22
+ legitimately arrives with none; the guard that rejected it never read the context it demanded. The sync lane never had
23
+ it.
24
+
25
+ Type-surface changes, all verified type-identical or strictly wider:
26
+
27
+ - Optional properties on the public option bags — `ResolveOptions`, `InjectOptions`, `InjectableOptions`, `GraphOptions`
28
+ — are now `?: T | undefined`. Under `exactOptionalPropertyTypes` the old `?: T` rejected a caller holding
29
+ `T | undefined`, which is the shape a real call site has.
30
+ - `BindingConstraint` is exported: the `(ctx: ConstraintContext) => boolean` that `when()` takes and every `when*`
31
+ helper returns now has a name instead of fourteen inline spellings.
32
+ - `ParamMetadata` and `InjectionDescriptor` extend `DependencySlot`, and the dependency-graph builder uses it directly,
33
+ so the one shape both dependency sources normalise to is enforced by the compiler rather than by four declarations
34
+ that happened to match.
35
+ - `PartialBinding` is derived from `Binding` by a distributive `Omit`, so a new binding kind cannot join one union and
36
+ miss the other.
37
+ - The inert `const` modifier is gone from type parameters inferred from a token rather than a literal; the four on
38
+ `toResolved`/`toResolvedAsync`, where `deps` is an array literal, stay.
39
+
40
+ - [#703](https://github.com/codefastlabs/codefast/pull/703) [`4ceccf2`](https://github.com/codefastlabs/codefast/commit/4ceccf2656ca626215093b85c4111ef8e195c1fd) Thanks [@thevuong](https://github.com/thevuong)! - A chain's `when()` calls now narrow rather than replace. SPEC defines a candidate as a binding that passes **all** of a
41
+ chain's `when(ctx)` predicates, and §5.4 describes a binding as carrying "one or several constraints combined"; the
42
+ chain's type says the same by returning `this`. Only the implementation disagreed, and it did so silently — `#reslot`
43
+ overwrote the predicate field, so the first condition was discarded and never called.
44
+
45
+ The consequence was worse than a binding being more permissive than written. Specificity prefers a binding that carries
46
+ a predicate, so a discarded first condition made the constrained binding beat the default one:
47
+
48
+ ```ts
49
+ container
50
+ .bind(Logger)
51
+ .to(ConsoleLogger)
52
+ .when((ctx) => ctx.parent !== undefined) // never consulted
53
+ .when((ctx) => ctx.parent?.scope === "singleton");
54
+ ```
55
+
56
+ Nothing reported it — not at bind time, not at resolve time, not from `validate()`. A service that should have received
57
+ the default logger received the constrained one instead.
58
+
59
+ `whenTagged()` already accumulated, which is what made this a trap rather than a quirk: two adjacent methods with the
60
+ same chaining syntax and the same `this` return type, one combining and one replacing.
61
+
62
+ Binding-level `onActivation()` and `onDeactivation()` keep replacing. That reading is pinned by a test and is reasonable
63
+ for reconfiguring a chain held in a variable, even though the chained spelling reads as combination and the
64
+ container-level hooks accumulate. Changing it is a separate decision from this one.
65
+
66
+ - [#708](https://github.com/codefastlabs/codefast/pull/708) [`957f438`](https://github.com/codefastlabs/codefast/commit/957f4385612d068162e82f134ec8d995e0819834) Thanks [@thevuong](https://github.com/thevuong)! - A compiled plan now settles a name-only dependency at compile time instead of escaping to the runtime for it. A
67
+ dependency escaped as soon as it carried any criterion, before anything tried to look it up — yet `whenNamed` writes the
68
+ binding's slot name rather than a predicate, so a name-only request is usually a plain hit in the registry's named
69
+ index, and that index is already memoized on the same registry version the plan cache is keyed on. Four named constants
70
+ injected into one class stop escaping and become four `() => value` thunks.
71
+
72
+ The row that measures exactly that shape, `slot-injected-name-compiled`, reads **4.06×** the previous build, paired and
73
+ alternating over twelve passes with every pass above 3.87×, while its interpreted twin and eleven control rows hold
74
+ parity. Allocation on the same shape falls from 1260 to 366 scavenges per 2M resolves — level with the criteria-free
75
+ plan of the same arity, so the compiled lane no longer allocates more than the interpreted path it exists to beat.
76
+
77
+ Selection is only baked in when it cannot depend on the resolution path: the candidate must carry no predicate and its
78
+ slot must match the request. A predicate reads the path, so it stays the runtime's to evaluate, and anything else — a
79
+ tag, a miss, an ambiguous name — escapes exactly as before.
80
+
81
+ `InstantiationPlanHost` gains `lookupPathIndependentNamedEntry`. **Breaking** for anything implementing that interface
82
+ directly, which the package exposes on the `./resolution/plan/instantiation-plan` subpath.
83
+
84
+ - [#704](https://github.com/codefastlabs/codefast/pull/704) [`44dd4a3`](https://github.com/codefastlabs/codefast/commit/44dd4a3cfa886fdf43debc708d6ede9505d71ea5) Thanks [@thevuong](https://github.com/thevuong)! - `toConstantValue(...).onDeactivation(...)` now runs, and `validate()` reports a hook that can never run.
85
+
86
+ SPEC §3.4 names `toConstantValue` as one of the two things deactivation applies to ("treat as singleton"), and
87
+ `ConstantBindingBuilder` offers `onDeactivation` in the type. The hook was never called.
88
+
89
+ What made it hard to spot is that it worked whenever an activation hook happened to sit beside it:
90
+
91
+ ```ts
92
+ container
93
+ .bind(Pool)
94
+ .toConstantValue(pool)
95
+ .onDeactivation((p) => p.end()); // silent
96
+ container
97
+ .bind(Pool)
98
+ .toConstantValue(pool)
99
+ .onActivation((_ctx, p) => p) // unrelated
100
+ .onDeactivation((p) => p.end()); // now it fires
101
+ ```
102
+
103
+ The resolver's plain-constant fast path returns `binding.value` with no pipeline, and it decides that on activation
104
+ alone — but the step it skips is what records the binding as a cached singleton, and that recording is what teardown
105
+ iterates. An activation hook disables the fast path, so the deactivation starts working for a reason that has nothing to
106
+ do with it. `dispose()`, `unbind()`, `unbindAll()` and module `unload()` were all affected.
107
+
108
+ Teardown now finds a constant through the registry instead of relying on that recording. A container that has never held
109
+ a constant skips the sweep, so teardown cost is unchanged where there is nothing to find.
110
+
111
+ **A constant deactivates whether or not anything resolved it.** A singleton only exists after its first resolve, so an
112
+ unresolved one has nothing to deactivate; a constant is the opposite — the value is handed in at bind time and exists
113
+ from then on. Making the hook depend on whether someone happened to resolve it would make teardown depend on resolution
114
+ order. If the value was activated, the hook receives the activated value rather than the bound one.
115
+
116
+ ### `validate()` reports an unreachable hook
117
+
118
+ Container-level hooks are keyed by token identity, so a class used only as an implementation target matches nothing:
119
+
120
+ ```ts
121
+ container.bind(LoggerToken).to(ConsoleLogger);
122
+ container.onDeactivation(ConsoleLogger, (l) => l.flush()); // keyed by the class — never runs
123
+ ```
124
+
125
+ `validate()` now throws `UnreachableLifecycleHookError` when a container-level hook's token is bound in neither this
126
+ container nor any ancestor. Registering a hook before its binding stays valid — the check runs at `validate()`, not at
127
+ registration — and a hook for a parent-owned token is accepted, since the child resolves through it.
128
+
129
+ ### Not changed
130
+
131
+ `transient`, `scoped` and `toAlias` bindings still have no deactivation, and this is not a gap:
132
+ `TransientBindingBuilder`, `ScopedBindingBuilder` and `AliasBindingBuilder` do not expose `onDeactivation` at all, so
133
+ the compiler rejects it. They appear to accept one only under a runtime that skips type-checking.
134
+
135
+ - [#706](https://github.com/codefastlabs/codefast/pull/706) [`8dfac73`](https://github.com/codefastlabs/codefast/commit/8dfac73fd4278c94bfe20f1554ce3f06c62445ac) Thanks [@thevuong](https://github.com/thevuong)! - Two constraints that could never hold are now reported instead of quietly resolving to the default binding.
136
+
137
+ `whenParentTaggedAll([])` reads as a requirement but matches every parent — "carries all of no criteria" is vacuously
138
+ true, so the constraint silently weakens to "has a parent at all", and specificity still ranks it above an unconstrained
139
+ binding. Both `…TaggedAll` helpers now throw `EmptyTagCriteriaError` at the call site. An empty list is what a filtered
140
+ array or an absent config produces, which is exactly when nobody is watching.
141
+
142
+ `whenParentNamed("typo")` waits on a bare string, so a misspelling produces a constraint nothing can satisfy, with no
143
+ error at bind time, at resolve time, or from `validate()`. The name helpers now record what they wait for on the
144
+ predicate itself, and `validate()` throws `UnreachableConstraintError` when no binding in the container or its ancestors
145
+ declares that slot name.
146
+
147
+ Neither touches resolution: the criteria check runs where the helper is called, and the name check runs inside
148
+ `validate()`. The requirement rides on the predicate under a symbol that resolution never reads.
149
+
150
+ One limit, stated because it is easy to assume otherwise: chaining `.when(whenParentNamed("x")).when(other)` composes a
151
+ new closure, and the requirement does not survive that. The constraint is still unreachable; `validate()` just cannot
152
+ see it.
153
+
154
+ - [#681](https://github.com/codefastlabs/codefast/pull/681) [`4a29f20`](https://github.com/codefastlabs/codefast/commit/4a29f2086dd7ad8e9d3a1e429470776478af668c) Thanks [@thevuong](https://github.com/thevuong)! - A custom `MetadataReader` can now actually reach resolution, and the ambient container is public API:
155
+
156
+ - **`Container.create({ metadataReader })`** — new `ContainerOptions`. A container hands its reader to the resolver it
157
+ builds in its constructor, so a `MetadataReaderToken` binding on that same container was always too late: resolution
158
+ kept the decorator reader and any undecorated class threw `MissingMetadataError`, while
159
+ `validate()`/`inspect()`/`generateDependencyGraph()` re-read the token and honoured it — the two halves disagreed. The
160
+ option is in place before the resolver exists and is inherited by children; the binding path still works in its one
161
+ working shape (bound on a parent, used from a child).
162
+ - **One container, one reader.** That asymmetry is gone rather than documented: a container now answers every question —
163
+ resolve, `validate()`, `inspect()`, `generateDependencyGraph()`, `unbind*` — with the reader its resolver was built
164
+ with, so introspection cannot describe a class differently from how it is instantiated. As a side effect those paths
165
+ no longer re-scan the registry for `MetadataReaderToken` on every call.
166
+ - **`runWithContainer` / `getActiveContainer` are exported from the root entry**, alongside the metadata pieces needed
167
+ to write a reader without reaching for subpaths: `defaultMetadataReader`, `SymbolMetadataReader`, and the
168
+ `ConstructorMetadata` / `LifecycleMetadata` / `ParamMetadata` types. `toMermaidGraph` joins the other graph adapters
169
+ on the barrel.
170
+ - **A `MetadataReader`'s answer is verified, not trusted.** The seam returned `ConstructorMetadata` by cast, so a
171
+ hand-written reader that forgot `params` produced a bare `TypeError` from the plan compiler — no `code`, no class name
172
+ — while `validate()` passed the same container because its cold path defended with `?? []`. New `InvalidMetadataError`
173
+ names the class and the defect. A supplied reader is wrapped once at container construction so resolve, `validate()`
174
+ and `generateDependencyGraph()` all see verified answers; the decorator reader writes the metadata it later reads, so
175
+ a container that supplies none is left on the path it always took.
176
+ - **Fix: `MissingContainerContextError` named the accessor where it meant the class.** Constructing a class with
177
+ `@inject` accessors outside a container context reported `Class 'clock' … container.resolve(clock)` instead of the
178
+ class it was told to name (SPEC §7.5 already specified the class). The error now carries
179
+ `className: string | undefined` and `accessorName: string | symbol` instead of a single flattened `targetName`, and
180
+ phrases itself accordingly — the word "Class" leaves the sentence when there is no class to name. **Breaking:**
181
+ `targetName` is gone from this error.
182
+ - New examples `18-ambient-container` and `19-custom-metadata-reader`; SPEC §6.1, §6.11, §7.4 and §7.5 updated.
183
+
184
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`4d472a6`](https://github.com/codefastlabs/codefast/commit/4d472a68b5629f2fba034dae95f302c5db5cb437) Thanks [@thevuong](https://github.com/thevuong)! - fix(di)!: keep a factory's ctx on its own resolution path across a nested top-level resolve
185
+
186
+ The depth-indexed sync context pool reused a pooled context by resetting it onto whatever array pair the next
187
+ acquisition carried. A nested `container.resolve()` inside a factory mints its own path arrays and reaches the same
188
+ depth as the frame still holding that pooled context, so the outer factory's `ctx` was silently re-pointed at the nested
189
+ resolve's arrays — `ctx.resolve` then evaluated `when()` predicates against an empty ancestor chain and selected the
190
+ wrong binding, and `ctx.graph` reported an empty path. A pooled context is now reused only for the array pair it already
191
+ holds; a mismatch mints a fresh context, and only the resolver's two stable pairs may claim a pool slot.
192
+
193
+ Breaking (type/API surface, no behavioral change for correct programs):
194
+
195
+ - `ConstraintContext.currentResolveOptions` is now `Readonly<ResolveOptions>` — the object was already frozen at
196
+ runtime, so a write through it always threw; it is now a compile error.
197
+ - `ScopeManager.hasScoped`/`getScoped` are removed — dead since `readScoped` replaced the two-read shape.
198
+ - Diagnostics getters renamed for role: `BindingRegistry.isBuilt` → `isNamedIndexBuilt`/`isTaggedIndexBuilt` (the tagged
199
+ index was previously unobservable), `ScopeManager.isBuilt` → `isScopedCacheBuilt`, `LifecycleManager.isBuilt` →
200
+ `isActivationTableBuilt`. `builtSubsystems` now also reports `registry.taggedIndex`.
201
+ - `TagKeyMask` is exported from the package root.
202
+
203
+ - [#680](https://github.com/codefastlabs/codefast/pull/680) [`c415c6b`](https://github.com/codefastlabs/codefast/commit/c415c6bd9466421419fd7d97445fb29f76257d95) Thanks [@thevuong](https://github.com/thevuong)! - `generateDependencyGraph` now tells the whole wiring story instead of an approximation of it:
204
+
205
+ - **Optional dependencies are visible.** A bound optional dependency's edge carries an `optional` label; an unbound one
206
+ now points at an `unbound:<token>` placeholder node (`kind`/`scope`: `"unbound"`) instead of silently disappearing —
207
+ "optional and absent" is no longer indistinguishable from "not a dependency".
208
+ - **Multi-bindings fan out.** An `injectAll(...)` dependency draws an edge to every binding of the token, not just the
209
+ first.
210
+ - **Class-constructor edges use slot labels.** A named or tagged constructor dependency is labeled `name:...`/`tag:...`
211
+ like resolved-factory deps always were, and edge targets are filtered with the same slot-matching rules resolution
212
+ uses (`matchesSlot`, SPEC §6.9) — an unnamed request no longer draws an edge to a named binding it could never
213
+ resolve.
214
+ - **`includeParent` connects across the chain.** A child binding whose dependency is satisfied by the parent now gets
215
+ its edge (own bindings still shadow the parent, mirroring resolution's upward walk).
216
+
217
+ `GraphNode["scope"]` widens from `BindingScope` to `BindingScope | "unbound"` for the placeholder nodes.
218
+
219
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`a4377ff`](https://github.com/codefastlabs/codefast/commit/a4377ff1a2afd5c83a865ce38a93a8573582ffb6) Thanks [@thevuong](https://github.com/thevuong)! - **Breaking:** removed `isToken()`. The guard tested for an object carrying a string `name`, which every `Token` has but
220
+ so does anything else — an `InjectionDescriptor` that named its slot passed it, as did any plain `{ name }` object. A
221
+ `Token` is a branded structural type with nothing to check at runtime, so the predicate could not be made sound; it
222
+ narrowed to `Token<unknown>` on evidence that did not support the claim. Nothing in the package used it.
223
+
224
+ Discriminating a declared dependency is what `isInjectionDescriptor()` is for, and it stays. Code that called
225
+ `isToken(x)` to tell a token from a class wants `typeof x === "function"` instead.
226
+
227
+ - [#690](https://github.com/codefastlabs/codefast/pull/690) [`f4b1aa6`](https://github.com/codefastlabs/codefast/commit/f4b1aa6335f535574eae5cf559b81a568f5a7a30) Thanks [@thevuong](https://github.com/thevuong)! - Report the failures that were being swallowed or mislabelled, and derive the types the build emits.
228
+
229
+ `@codefast/di`:
230
+
231
+ - `@inject`, `@postConstruct` and `@preDestroy` on a static member now throw `StaticMemberDecoratorError` instead of
232
+ `InternalError`. All three act on one instance, so this is caller misuse — and `InternalError` means the library
233
+ broke, which sent anyone catching it to file a bug against their own mistake. SPEC §10 already recorded that mistake
234
+ for predicate ambiguity.
235
+ - `AsyncResolutionError` names the token the caller asked for and the token whose factory is async, which is what SPEC
236
+ has always specified. Every throw site passed the same token twice, so the message read "Token 'X' requires async
237
+ resolution because 'X' in its dependency chain has an async factory"; a `resolve(App)` that fails on an async
238
+ `Database` now says so. `asyncSourceToken` defaults to `tokenName` for the case where the requested binding is itself
239
+ the source.
240
+ - A `MetadataReader` that names a `@postConstruct`/`@preDestroy` method the instance does not have raises
241
+ `InvalidMetadataError` instead of skipping the hook — a hook that silently never runs is the failure a caller cannot
242
+ see. `InvalidMetadataError`'s message no longer says "constructor", since it now covers both answers; the specifics
243
+ moved into `reason`.
244
+ - `MissingScopeContextError` from `ScopeManager` names its token instead of `"(unknown)"`, and the scoped read takes one
245
+ map lookup where it took two.
246
+ - `Token`, `Constructor` and `InjectionDescriptor` declare `out Value`, so the compiler checks the covariance the engine
247
+ already relied on.
248
+
249
+ Repo-wide: `isolatedDeclarations` is on for every package that emits declarations, so a public type can always be
250
+ written down from the source file alone. `allowJs` is gone from the shared base config — no package has JavaScript
251
+ sources. `@codefast/theme` and `@codefast/tracking` gained explicit annotations on four exported constants to satisfy
252
+ it; the emitted types are unchanged. `@codefast/ui` and `@codefast/benchmark-viewer` opt out for reasons recorded in
253
+ their configs.
254
+
255
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`50448de`](https://github.com/codefastlabs/codefast/commit/50448defd0c94bffe9b824afef46aa42d80114e2) Thanks [@thevuong](https://github.com/thevuong)! - perf(di)!: freeze slot tags where they are built so snapshots alias instead of copy
256
+
257
+ `BindingSnapshot.slot.tags` is now the binding's own frozen array rather than a fresh copy per snapshot per binding —
258
+ `lookupBindings()`/`inspect()` skip an allocation per binding, reclaiming the cost the defensive copy had added. The
259
+ array is frozen at its two construction sites (the default slot and the builder's re-tag), so the registry stays
260
+ uncorruptible.
261
+
262
+ Breaking: mutating a snapshot's `tags` array — already a type error against `ReadonlyArray` — now throws `TypeError` at
263
+ runtime instead of silently editing a private copy.
264
+
265
+ - [`08a5f2d`](https://github.com/codefastlabs/codefast/commit/08a5f2d6425960d7674b257196962009ab6279dd) Thanks [@thevuong](https://github.com/thevuong)! - Publish every module as an entry point again — the sole-consumer repo prefers full access over encapsulation. The 0.5.0
266
+ surface reduction (13 subpaths) is reverted: `resolution/*`, `registry`, `container/*`, `binding`, `constructor-type`,
267
+ and the `metadata` internals are entry points once more. Introspection modules keep the flat specifiers they have always
268
+ shipped under (`./inspector`, `./dependency-graph`, `./graph-adapters/*`).
269
+
270
+ - [#680](https://github.com/codefastlabs/codefast/pull/680) [`c415c6b`](https://github.com/codefastlabs/codefast/commit/c415c6bd9466421419fd7d97445fb29f76257d95) Thanks [@thevuong](https://github.com/thevuong)! - The dependency graph states its facts as fields instead of hiding them in a display string. `GraphEdge` gains
271
+ `optional: boolean` and `slotName?: string`, so a consumer reads what an edge means rather than parsing `label` (which
272
+ stays, as the string the adapters render). `GraphNode` gains `tokenKey`: two tokens that share a display name are now
273
+ distinguishable, and the same token keeps its key across graphs from the same process — enough to key a view by, which
274
+ `tokenName` never was.
275
+
276
+ `GraphNode["kind"]` is now `BindingKind | "unbound"` instead of a bare `string`, alongside the already-widened `scope`,
277
+ and the React Flow and Cytoscape adapters carry those same unions (plus `tokenKey`, `optional`, `slotName`) instead of
278
+ flattening them to `string` — a consumer can narrow on them now. SPEC.md now documents what the graph does and does not
279
+ represent: unbound optional placeholders, omitted required-but-unbound deps, `injectAll` fan-out, slot-filtered targets,
280
+ unevaluated predicates, and parent shadowing under `includeParent`.
281
+
282
+ - [#688](https://github.com/codefastlabs/codefast/pull/688) [`3112841`](https://github.com/codefastlabs/codefast/commit/31128417f8ac1212c2861df0e1270ba818324e31) Thanks [@thevuong](https://github.com/thevuong)! - `inject()`, `optional()` and `injectAll()` accept the single-tag shorthand. `container.resolve(Token, { tag: pair })`
283
+ has always been valid while `inject(Token, { tag: pair })` was a compile error, so the same request had two vocabularies
284
+ depending on whether you were asking a container or declaring a dependency — and the one a constructor dependency had to
285
+ use was the longer one.
286
+
287
+ `InjectOptions` gains `tag`, and that is the whole surface change. Nothing downstream learns a second spelling: the
288
+ shorthand is folded into `tags` where the descriptor is built, so `InjectionDescriptor`, `ParamMetadata`, the plan
289
+ compiler and the dependency graph keep seeing exactly one tag list. Passing both is a request for every pair across the
290
+ two, which is what the matcher already did with them.
291
+
292
+ While that path was open: an `@inject` accessor was rebuilding its resolve options on **every constructed instance**,
293
+ from the raw options rather than from the descriptor. It now derives them once, from the descriptor — so the accessor
294
+ honours the shorthand for free, and stops allocating per instance.
295
+
296
+ Measured against the previous build on the bind and boot rows, paired and alternating: parity everywhere, controls
297
+ clean.
298
+
299
+ - [#702](https://github.com/codefastlabs/codefast/pull/702) [`22a02b8`](https://github.com/codefastlabs/codefast/commit/22a02b8604e932550474297c8d86fed161385237) Thanks [@thevuong](https://github.com/thevuong)! - What a constructor and a factory are handed is now checked against what they declare.
300
+
301
+ `@injectable([...])` had no relation to the class it decorated. Deps in the wrong order compiled and injected the wrong
302
+ dependency; a deps array one short compiled and handed a parameter `undefined`; `injectAll()` handed an array to a
303
+ parameter declaring one value, and `optional()` handed `undefined` to one that did not admit it. Every case failed
304
+ silently — resolution succeeded, the object was built, and the wrong value was already inside it.
305
+
306
+ The decorator now infers its deps and requires the class to match:
307
+
308
+ ```ts
309
+ @injectable([ConfigToken, LoggerToken]) // Property 'log' is missing in type 'Config'
310
+ class Service {
311
+ constructor(
312
+ readonly logger: Logger,
313
+ readonly config: Config,
314
+ ) {}
315
+ }
316
+ ```
317
+
318
+ `@injectable()` and `@injectable([])` are unchanged — a separate overload keeps the no-dependency form as loose as it
319
+ was, for classes that inject through properties.
320
+
321
+ One mismatch still compiles: a deps array **longer** than the constructor, because a class taking fewer parameters
322
+ satisfies a constructor type taking more. The surplus dependency is resolved and discarded rather than misplaced, which
323
+ makes it the least harmful of the four.
324
+
325
+ Alongside it, a hand-written `InjectionDescriptor` no longer lies to a `toResolved` factory.
326
+ `{ token: Plugin, multi: true }` said `Plugin` and delivered `Array<Plugin>`; `optional: true` said `Plugin` and could
327
+ deliver `undefined`. `ResolvedDependencyValue` reads the flags before the descriptor's own type parameter, so both now
328
+ say what they do. `injectAll()` and `optional()` were already correct and are untouched.
329
+
330
+ The tightening found real looseness in `examples/17-extended-constraints` immediately: thirteen tokens were declared by
331
+ structural shape — `token<{ score(): string }>` — while the constructors receiving them declared the concrete class,
332
+ which has private members and is therefore a different type. Every one of those tokens is bound to exactly that class,
333
+ so they now say so.
334
+
335
+ - [#680](https://github.com/codefastlabs/codefast/pull/680) [`c415c6b`](https://github.com/codefastlabs/codefast/commit/c415c6bd9466421419fd7d97445fb29f76257d95) Thanks [@thevuong](https://github.com/thevuong)! - New `toMermaidGraph` adapter (`@codefast/di/graph-adapters/mermaid`): renders a container graph as Mermaid
336
+ `flowchart TD` source — viewable anywhere Mermaid renders (GitHub markdown, docs tooling, mermaid.live) with no extra
337
+ library. Parent-chain nodes and unbound-optional placeholders carry dashed `classDef`s; `toDotGraph` now also dashes
338
+ unbound placeholders, not just parent nodes.
339
+
340
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`def51b4`](https://github.com/codefastlabs/codefast/commit/def51b4dea15700b8ad7add488247f2d34147f41) Thanks [@thevuong](https://github.com/thevuong)! - perf(di)!: derive resolution-path names from frames instead of carrying a second array
341
+
342
+ Every hop used to push and pop two lockstep arrays — token names for error messages and frames for cycle detection. The
343
+ name array is gone: cycle guards, branch extension, escapes, contexts and the cascade carry only the frame stack, and
344
+ the names an error or `ctx.graph.resolutionPath` reports are derived from the frames at the moment they are asked for.
345
+ Hot lanes pay one push/pop per hop instead of two; only error paths pay the name materialization.
346
+
347
+ Breaking (internal-module surface; the root export is unchanged):
348
+
349
+ - `ResolverCallbacks` and the resolution-path helpers take only the frame stack — `enterResolutionPath(stack, frame)`,
350
+ `extendResolutionBranch(stack, depth, frame)`; `OwnedBranchPath` and `extendResolutionStackBranch` are gone
351
+ (`OwnedBranchStack` is the one brand).
352
+ - `DependencyResolver.rootPath` is gone; the lending protocol reads `rootStack` alone.
353
+ - `ConstraintContext.resolutionPath` is now derived per read from `resolutionStack` — contents are identical, but it is
354
+ no longer the same array object across reads.
355
+
356
+ - [#708](https://github.com/codefastlabs/codefast/pull/708) [`801c749`](https://github.com/codefastlabs/codefast/commit/801c7496ec0d7899c98d94bbbb9677005710f91b) Thanks [@thevuong](https://github.com/thevuong)! - A dependency slot that carries a name or a tag no longer rebuilds its `ResolveOptions` on every hop. The criteria are
357
+ fixed when the slot is declared, so the derived options are too; they are now built once and memoized on the slot
358
+ itself, which is sound to share across containers because they derive from the slot alone. A slot carrying no criterion
359
+ answers from its two fields without calling the builder at all, so the common shape never reaches the memo. A frozen
360
+ slot — which a custom `MetadataReader` may hand out — keeps rebuilding rather than throwing.
361
+
362
+ The memoized object is frozen, because sharing it has a consequence: a constraint predicate is handed it as
363
+ `currentResolveOptions`, and `ResolveOptions` declares mutable fields, so a write through that reference would rewrite
364
+ what the dependency asks for on every later resolve. Frozen, the attempt throws where it is made. Paired A/B over six
365
+ rows and twelve passes puts the freeze inside noise — the control that cannot be affected by it moved as much as the row
366
+ that can.
367
+
368
+ `resolveOptionsForSlot` and the `DependencySlot` type are exported, so the memoizing form is reachable and the slot it
369
+ takes has a name a consumer can write down.
370
+
371
+ This is an allocation change, not a throughput one, and the distinction is worth stating because only one lane ever
372
+ paid. A compiled plan already derives a criteria-carrying param's options at compile time and captures them in its
373
+ escape thunk; the interpreted path had no such moment, so it minted an options object per hop, per resolve. Counted as
374
+ scavenges per 2M resolves under a 1 MB young generation
375
+ (`pnpm --filter @codefast/benchmark-di-inversify instrument:alloc`), a four-named-dependency class whose plan is
376
+ declined went 870 → 442, landing exactly on the criteria-free control's 443, while the compiled lane sat at 1260 on both
377
+ builds. A paired benchmark A/B across all 65 rows reads flat — correctly, since none of them injected a
378
+ criteria-carrying dependency until two rows were added for the lane.
379
+
380
+ - [#690](https://github.com/codefastlabs/codefast/pull/690) [`3bcb204`](https://github.com/codefastlabs/codefast/commit/3bcb2041e6e154b5fbd3a55a75161a614ce96b77) Thanks [@thevuong](https://github.com/thevuong)! - `src/` is reorganised by dependency direction, temperature and lane. **Breaking for deep subpath imports only** — the
381
+ root entry `@codefast/di` and the four `@codefast/di/graph-adapters/*` specifiers are unchanged, and nothing else in
382
+ this repo imported a deep specifier.
383
+
384
+ - **`core/`** now holds the model — `token`, `types`, `constructor-type`, `binding`, `binding-scope`, `registry`,
385
+ `module` — instead of sitting loose beside `index.ts`, so the layering the architecture test enforces is visible in
386
+ the tree rather than only in prose.
387
+ - **`errors/`** separates the taxonomy from its diagnostics. The hot path imports error constructors and nothing else;
388
+ message building belongs behind the throw, which is what the measured cost of a deeper throw site already said.
389
+ - **`injection/`** is new, and it closes a real inversion: `core/binding.ts` and `metadata/metadata-types.ts` imported
390
+ `InjectionDescriptor` from `decorators/inject.ts` — the model depending on a decorator module, which passed the
391
+ layering test only because the imports are type-only. The descriptor, its normalisers and the two pure builders
392
+ (`optional`, `injectAll`) now live at the model layer; `decorators/inject.ts` keeps the one symbol that is actually a
393
+ decorator. `resolve-options` moves alongside, so `DependencySlot` and the descriptor it derives from are in one place.
394
+ - **`ambient/`** takes the module-global active container out of `resolution/environment.ts`, which had been carrying
395
+ three unrelated jobs. The remainder is renamed `resolution/context.ts`, which is what it is.
396
+ - **`lifecycle/`** promotes `LifecycleManager` and `ScopeManager` out of `resolution/`, and
397
+ **`resolution/{cache,path,plan,select}/`** groups the engine's collaborators by the lane each one serves.
398
+
399
+ Renamed specifiers: `./binding`, `./constructor-type`, `./module`, `./registry`, `./token`, `./types` → `./core/*`;
400
+ `./errors` → `./errors/errors`; `./resolution/binding-scope` → `./core/binding-scope`; `./resolution/diagnostics` →
401
+ `./errors/diagnostics`; `./resolution/lifecycle` → `./lifecycle/lifecycle-manager`; `./resolution/scope` →
402
+ `./lifecycle/scope-manager`; `./resolution/resolve-options` → `./injection/resolve-options`;
403
+ `./resolution/{activation-need,binding-lookup-cache,class-introspector}` → `./resolution/cache/*`;
404
+ `./resolution/resolution-path` → `./resolution/path/resolution-path`; `./resolution/instantiation-plan` →
405
+ `./resolution/plan/instantiation-plan`; `./resolution/{binding-select,constraints}` → `./resolution/select/*`;
406
+ `./resolution/environment` → `./resolution/context`.
407
+
408
+ No behaviour changes. Measured as a paired, alternating, per-scenario A/B against the pre-move build over thirteen
409
+ scenarios: every median inside the A/A control's own spread, and the one row that looked down at three passes
410
+ (`fan-out-tree-depth-3-breadth-4`, 0.966) came back at 0.993 over seven passes against an A/A median of 0.991 on the
411
+ same row.
412
+
413
+ `tests/unit/architecture.test.ts` gains a check that ARCHITECTURE.md's backticked `tests/…` citations point at files
414
+ that exist — the existing link check only saw `](src/…)` links, so a moved test file could invalidate a citation
415
+ silently.
416
+
417
+ Three re-declared types are now derived, which is structurally identical and breaks nothing: `buildResolutionFrame`'s
418
+ `slot` parameter is `ResolutionFrame["slot"]` rather than a hand-written shape that had lost both `readonly` modifiers,
419
+ inlined `BindingTag`'s definition and dropped its tuple labels; `injectionSlotToResolveOptions` takes
420
+ `Pick<DependencySlot, "name" | "tags">`; and the descriptor's `tags` no longer carries `any` from
421
+ `PropertyDescriptor.value` into a cast that looked checked.
422
+
423
+ - [#688](https://github.com/codefastlabs/codefast/pull/688) [`c3403a0`](https://github.com/codefastlabs/codefast/commit/c3403a037f2ab7a9e3cdab15d33c1be2eacadcb4) Thanks [@thevuong](https://github.com/thevuong)! - A `resolve` whose tags match several bindings now takes the one declaring the most tags, instead of throwing
424
+ `AmbiguousBindingError`.
425
+
426
+ Tags on a binding are its own conditions, not a filter the request must match exactly, so naming more tags satisfies
427
+ more bindings rather than fewer. Given `whenTagged(Fuel.of("petrol"))` and a specialisation
428
+ `whenTagged(Fuel.of("petrol")).whenTagged(Size.of("v8"))`, a request for `{fuel}` skipped the specialisation — it also
429
+ requires `size` — and a request for `{fuel, size}` satisfied both and was ambiguous. No request reached the
430
+ specialisation at all, so declaring one was pointless.
431
+
432
+ That is the dispatch model, the same one routing, media queries and overload resolution use, and every one of those
433
+ pairs it with a most-specific-wins rule for exactly this reason. This adds the rule that was missing: a candidate
434
+ declaring more tags than every other is the more specific match. `{fuel}` now resolves the general binding and
435
+ `{fuel, size}` the specialisation, which is what both the filter reading and the dispatch reading of tags predict.
436
+
437
+ Selection order is predicate first, then tag count, then throw. Predicate keeps its precedence because it is the older
438
+ rule and re-ordering would re-decide resolutions that already succeed; with this order, every call that resolved before
439
+ resolves to the same binding, and only calls that previously threw can now return. An equal tag count is still genuinely
440
+ ambiguous — `{fuel:petrol}` against `{size:v8}` with both tags requested has no more specific side — and `resolveAll` is
441
+ untouched, since specificity only applies where one binding must be chosen.
442
+
443
+ The new comparison sits on the branch that used to throw, so no successful resolve reaches it. Paired A/B over three
444
+ passes, alternating order, per-scenario isolation: the four rows whose requests reach candidate selection and two
445
+ controls all land in parity, 0.986×–1.040× against a control spread of 0.993×–1.018×.
446
+
447
+ - [#691](https://github.com/codefastlabs/codefast/pull/691) [`02ea054`](https://github.com/codefastlabs/codefast/commit/02ea0542e4c99b5cf0e59c70ac11673aff85dcee) Thanks [@thevuong](https://github.com/thevuong)! - Replace the `[string, unknown]` tag tuple with a `tag()` factory whose criteria are interned.
448
+
449
+ A tag key is declared once and mints its own criteria:
450
+
451
+ ```ts
452
+ const Region = tag<"eu" | "us">("region");
453
+ container.bind(Storage).to(S3).whenTagged(Region.of("eu"));
454
+ container.resolve(Storage, { tag: Region.of("eu") });
455
+ ```
456
+
457
+ The value type is now checked at both ends, so a bind site and a resolve site cannot drift apart — previously the key
458
+ was a bare string and the value was `unknown`, and a typo was a runtime `NoMatchingBindingError` rather than a compile
459
+ error. `whenTagged` takes the criterion instead of `(key, value)`, which makes it the same shape a request carries.
460
+
461
+ This is not a compatible change: `BindingTag` is an interned, branded object rather than a tuple, and nothing outside
462
+ `TagKey.of()` can construct one. `whenTagged`, `whenParentTagged`, `whenAnyAncestorTagged`, `whenParentTaggedAll`,
463
+ `whenAnyAncestorTaggedAll`, `ResolveOptions.tag/tags` and `InjectOptions.tag/tags` all take criteria now.
464
+
465
+ Interning is what pays for it, and it pays twice:
466
+
467
+ - **The registry indexes tagged bindings by the criterion**, not by key-then-value, which removes a hash level and —
468
+ because equal criteria are one object — makes the index exact. The value re-check that existed only to correct a
469
+ `Map`'s SameValueZero treatment of `±0` is gone; the intern cache splits those two under a private symbol instead, so
470
+ `Object.is` (SPEC §3.5) still holds.
471
+ - **The multi-tag lane prefilters on a key mask.** Each key carries a bit, each slot and request the OR of theirs, so a
472
+ slot whose keys the request does not cover is rejected by one AND and one compare before any criterion is read. Bits
473
+ wrap every 32 keys; a shared bit is a false positive identity then rejects, never a false negative.
474
+
475
+ Measured with `di:bench:isolate` against the previous build, `@codefast/di` hz/op:
476
+
477
+ | Row | Before | After |
478
+ | ------------------------------ | -----: | -----------: |
479
+ | `slot-tag-miss-optional` | 13.3M | 19.8M (+48%) |
480
+ | `slot-tag-shorthand-hoisted` | 38.9M | 49.8M (+28%) |
481
+ | `tagged-binding-resolve` | 38.1M | 48.4M (+27%) |
482
+ | `multi-tag-slot-resolve` | 10.9M | 13.8M (+27%) |
483
+ | `slot-tag-resolve-all` | 38.2M | 46.5M (+22%) |
484
+ | `multi-tag-constraint-resolve` | 6.9M | 8.1M (+18%) |
485
+
486
+ Five control rows the change does not touch moved between −3.3% and +3.0%, and the head-to-head aggregate held at 44
487
+ wins / 0 parity / 0 losses against inversify 8.2.3. Three new `mask-*` rows price the prefilter directly: reject-heavy,
488
+ admit-then-decide, and the shared-bit collision.
489
+
490
+ One thing interning did **not** buy: an inline `Region.of(v)` is still slower than a hoisted criterion (+2–3% against
491
+ +25–28%), because `.of()` reads the intern map on every call. The gap between the inline and hoisted rows widened rather
492
+ than closed.
493
+
494
+ ### Patch Changes
495
+
496
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`09e85b8`](https://github.com/codefastlabs/codefast/commit/09e85b87a80143d60c90240ea79de583c0f1ffb2) Thanks [@thevuong](https://github.com/thevuong)! - Fix a batch of correctness bugs found by a full engine audit:
497
+
498
+ - Subclass decorators no longer pollute the base class's metadata: defining a decorated subclass used to make the base
499
+ unresolvable and silently dropped the subclass's own hooks and accessors. Lifecycle and accessor metadata now
500
+ aggregate over the base chain (postConstruct base-first, preDestroy derived-first); constructor metadata stays opt-in
501
+ per class.
502
+ - A dependency cycle through an `@inject` accessor now throws `CircularDependencyError` instead of overflowing the
503
+ stack.
504
+ - A held fluent chain refined after later registry writes can no longer undo an `unbind` or destroy a newer binding; a
505
+ scope refinement evicts the instance cached under the old scope, and a re-slot no longer double-deactivates or re-runs
506
+ the factory of a cached `undefined` singleton.
507
+ - `resolveAll`/`resolveAllAsync` materialize a parent-owned singleton at the parent, so a child override no longer leaks
508
+ into the shared instance and `child.dispose()` no longer destroys it.
509
+ - Concurrent async resolves of one scoped binding construct one instance; a sync resolve during an in-flight async
510
+ singleton materialization refuses with `AsyncResolutionError` instead of silently double-constructing.
511
+ - Container-level activation hooks fire per the binding's owner, matching the SPEC, including through compiled plans.
512
+ - Teardown survives throwing hooks (every remaining hook still runs, failures are reported), drains in-flight async
513
+ materializations, deactivates dependents before dependencies, and a disposed parent no longer serves or
514
+ re-materializes singletons through live children. A module whose setup throws rolls back, so a retry load works.
515
+ - DOT/Mermaid graph adapters escape token names; `has()`/`hasOwn()` answer ambiguity with `true`; binding snapshots no
516
+ longer alias live registry state; `NoMatchingBindingError` survives bigint and circular tag values; the verifying
517
+ metadata reader checks lifecycle and accessor answers; `resolveOptional` evaluates `when()` predicates once
518
+ (measurably faster on the hit path).
519
+
520
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`7a103f0`](https://github.com/codefastlabs/codefast/commit/7a103f05b1306f9889f218753a26bc814fc05de3) Thanks [@thevuong](https://github.com/thevuong)! - Let a child container compile an instantiation plan for a transient class binding its parent owns. The plan compiler
521
+ refuses to decide until a runtime resolve has read the class's lifecycle metadata, but that discovery was recorded on
522
+ the owner's introspector while the compiler consulted the introspector of whichever resolver was doing the resolving.
523
+ Where those differ, the child's answer stayed unknown forever: it recompiled the plan on every single resolve and threw
524
+ the result away each time, falling back to the interpreted path. The resolving side now settles its own answer after
525
+ instantiating a class binding another container owns.
526
+
527
+ Measured against `benchmarks/di-inversify` (fast profile, isolated, best-of-3 per side): median 1.003×, geomean 1.005×
528
+ over 103 scenarios, with no reproducible regression on a path the change touches.
529
+
530
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`27020d1`](https://github.com/codefastlabs/codefast/commit/27020d159652ad71f7afe371e29cda1f17097739) Thanks [@thevuong](https://github.com/thevuong)! - perf(di): make token binding lists copy-on-write so selection drops its snapshot
531
+
532
+ The registry now replaces a token's binding list on `add`/`removeById` instead of splicing it in place, so a selection
533
+ walking the list while a `when()` predicate rebinds the token keeps its own pre-mutation array by construction. The
534
+ defensive per-selection copy in binding selection is gone — predicate-bearing `resolveAll` fan-outs no longer pay an
535
+ allocation per call. Observable behavior is unchanged: the mid-selection-rebind pin test passes as written.
536
+
537
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`7feb085`](https://github.com/codefastlabs/codefast/commit/7feb0853292d347d2ea0e7b57d044226e91ca349) Thanks [@thevuong](https://github.com/thevuong)! - Key the resolution-path cycle guard on binding identity instead of token display names. Two distinct tokens created with
538
+ the same name (say, two `token("Config")` from different modules) on one dependency chain used to throw a false
539
+ `CircularDependencyError` for a legitimately acyclic graph — on the sync lane, on the deep-path membership set, and on
540
+ the async branch lane alike. The guard now compares binding ids read off the resolution frame stack, which moves in
541
+ lockstep with the path; the display-name array is kept solely for the error message, so a real cycle still reports the
542
+ same readable chain.
543
+
544
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`e337290`](https://github.com/codefastlabs/codefast/commit/e3372904e67990ea7f5a91e4f7ae014326b7026a) Thanks [@thevuong](https://github.com/thevuong)! - Warm constants whose only activation handler is container-level during `initializeAsync()`. A `toConstantValue` binding
545
+ carrying a per-binding `onActivation` was already resolved and cached by the warm-up, but one whose hook was registered
546
+ through `container.onActivation(token, …)` was skipped — so the hook first ran on whichever request happened to resolve
547
+ the token, exactly the lazy-init latency `initializeAsync()` exists to remove. The skip now tests both hook channels,
548
+ matching how the resolver's own plain-constant fast path decides the same question.
549
+
550
+ Also tightens `isSyncModule()`, which read a brand field directly and so returned `undefined` rather than `false` for an
551
+ async module despite declaring a boolean type predicate, and corrects the `Promise` type assertion on the parent-owned
552
+ singleton lane of `resolveAsync`.
553
+
554
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`839efbb`](https://github.com/codefastlabs/codefast/commit/839efbb2318d80acca76b8a02846c30f2ca3306c) Thanks [@thevuong](https://github.com/thevuong)! - perf(di): index multi-tag slots by their first criterion for subset selection
555
+
556
+ A name-less multi-tag `resolve` over a wide variant set no longer scans the token's whole binding list: multi-tag slots
557
+ are bucketed under their first criterion, and since a matching slot's every tag is in the request, walking the request's
558
+ buckets (plus the single-tag index) finds each candidate exactly once — no dedup set, no extra per-resolve allocation.
559
+ The lane engages only past a size threshold on the token's list (under it the generic scan is cheaper) and serves
560
+ `resolve` only, so `resolveAll` keeps its result order. Selection semantics — subsets, specificity, predicates,
561
+ ambiguity — are unchanged.
562
+
563
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`5d5fe67`](https://github.com/codefastlabs/codefast/commit/5d5fe67d0d8480314fa6a45b40696a57856cf05f) Thanks [@thevuong](https://github.com/thevuong)! - Trim the `resolveAll` selection path so it fits V8's cumulative inlining budget. The chain from `resolveAll` down to the
564
+ per-candidate resolve summed to roughly 1040 bytes of bytecode against a 920-byte budget, so TurboFan stopped inlining
565
+ partway through it. Three changes cut about 100 of those bytes without changing behaviour: `filterBindings` takes the
566
+ slot-match decision from its caller instead of deriving it, the per-candidate predicate is read once rather than twice,
567
+ and building a non-root `ConstraintContext` moved to its own function so a selection inlines the test and not the object
568
+ literal.
569
+
570
+ Measured against `benchmarks/di-inversify` (default isolated profile, source-swapped, six alternating paired passes,
571
+ median per row): `production-event-bus-dispatch` 1.058×, `resolve-all-strategies-10` 1.045×,
572
+ `resolve-all-strategies-100` 1.034×. `constant-resolve` and `resolve-all-named-64` read slightly under parity, both on
573
+ rows fast enough that the suite's own guidance says not to read them alone; neither is on the path this touches.
574
+
575
+ - [#688](https://github.com/codefastlabs/codefast/pull/688) [`6dcb736`](https://github.com/codefastlabs/codefast/commit/6dcb736a561c527b14b1153a2a4b79d84d28ce79) Thanks [@thevuong](https://github.com/thevuong)! - `resolve(token, { tag: pair })` now reaches the registry's tagged index, which its own documentation had always claimed
576
+ it did. It never had: `singleTagOnlyOf` treated the presence of `tag` as a reason to give up on the fast lane, so the
577
+ shorthand — the form `README` reaches for and `ResolveOptions` advertised as the fast one — was the only spelling
578
+ excluded from it, and fell through to full candidate selection instead. Results were never wrong, only slower. Measured
579
+ paired against the previous build, alternating order, five passes, medians: **2.42×** on a single-tag resolve with the
580
+ pair hoisted and **2.38×** with it written inline, every pass agreeing; `{ tags: [pair] }` and the
581
+ `tagged-binding-resolve` row hold at parity, controls clean.
582
+
583
+ A request that carries a tag from both sources at once still declines the index, because two tags requested is not
584
+ something a one-tag index can answer without skipping the ambiguity check the full path would have run.
585
+
586
+ SPEC §3.5 now states the rule this fixes as normative — a fast path serving `tags: [pair]` must serve `tag: pair` — so
587
+ the two spellings cannot drift into different lanes again, and `tests/unit/resolution/tag-shorthand-parity.test.ts` pins
588
+ both the lane and the result equality across the value kinds `Object.is` and a `Map`'s SameValueZero disagree on.
589
+ `ResolveOptions.tag` and the README also stop implying the two forms differ in speed, and say what actually
590
+ distinguishes them: only `tags` expresses more than one tag, and only `tags` exists on `InjectOptions`.
591
+
592
+ - [#688](https://github.com/codefastlabs/codefast/pull/688) [`bbc111b`](https://github.com/codefastlabs/codefast/commit/bbc111b61611c1e62924503c6be713a96579dca8) Thanks [@thevuong](https://github.com/thevuong)! - `resolveAll(token, { tag })` reads the tagged index instead of scanning every binding under the token. `resolveAll` has
593
+ had a fast lane for a name-only request since the name index existed; the identical shape for a one-tag request was
594
+ missing, for a reason that had expired. `simpleTagOf` kept predicate-bearing bindings out of the tag index, justified by
595
+ the index being "read without a re-check" — which stopped being true when the `±0` fix gave every indexed hit a
596
+ re-check. With the premise gone the exclusion was vestigial, and it was the only thing keeping `resolveAll` off the
597
+ index.
598
+
599
+ Both lanes that read the index now evaluate the predicate on what they find, exactly as the name lane always has, so an
600
+ indexed hit whose `when()` refuses still cannot reach a caller.
601
+
602
+ Worth **1.72×** on a `resolveAll` over a tagged token, nine passes and every one positive, landing that row at the
603
+ throughput the equivalent name lane already had. Single-tag `resolve`, the name lanes, and the sync controls hold.
604
+
605
+ One row moves the other way and is recorded rather than explained: `resolveAll` with no options over a hundred
606
+ pure-predicate bindings measures **0.95×**, nine passes inside a one-percent spread. It has no causal path — that
607
+ request leaves candidate selection at its first test and never reaches the index or any new code — and the obvious
608
+ remedy, keeping the caller its original size, did not move it. It reads as a code-layout effect; the experiment that
609
+ would confirm that has not been run yet.
610
+
611
+ - [#727](https://github.com/codefastlabs/codefast/pull/727) [`bda71f7`](https://github.com/codefastlabs/codefast/commit/bda71f7a2d1121f1abc8d6e575d6779ef5085117) Thanks [@thevuong](https://github.com/thevuong)! - Stop a deep synchronous resolution from reporting a circular dependency that is not there. The membership set the
612
+ resolution path attaches past `RESOLUTION_SET_THRESHOLD` is seeded from the path, and the frames already on it are
613
+ handed no set to delete from on unwind — so the set outlived the resolve it was built for, on an array the resolver
614
+ reuses. A graph resolved on the interpreted path deeper than that threshold answered its first resolve and threw
615
+ `CircularDependencyError` on every later one, and a sibling branch below the attach depth threw within a single resolve.
616
+ The set is now dropped as soon as it stops mirroring the path, and rebuilt by the next frame that needs one.
617
+
3
618
  ## 0.5.0
4
619
 
5
620
  ### Minor Changes