@drawbridge/drawbridge-agents 0.1.21 → 0.1.22

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.
@@ -48,6 +48,12 @@ skill) so it stops living only in tribal memory.
48
48
  `ads-republishing.<connectionId>`). Never unique-index `coalesce` (superseding requires the
49
49
  second insert to land), and writes that set `key` need the writer-side E11000 handler or a
50
50
  replayed event logs a false error.
51
+ - Schema-gated fields ship **api-first, booted**: a sibling writer setting a field new to a
52
+ drawbridge-api `$jsonSchema` (validators are strict + `additionalProperties: false`) must not
53
+ go live until the api has **booted** with the schema change on that environment — creating the
54
+ index manually is not enough; until the boot collMod lands, every insert carrying the field
55
+ fails Mongo 121 (not E11000), so keyed-idempotency writers silently drop their writes
56
+ (2026-07-30 `notification.key` dev outage, Sentry DRAWBRIDGE-SYNC-32).
51
57
  `meta.render` for pipeline-rendered marks** (sync `resolveAsset` writes/queries it; the field
52
58
  and its index live in drawbridge-api `schema/file.js`). `origin` identifies the source asset,
53
59
  `render` content-hashes the rendered output — drop `render` from either side and a rendering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drawbridge/drawbridge-agents",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Shared agent-instruction content (rules, code style, conventions) for the drawbridge-* monorepo.",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {