@c4a/context 0.6.1-beta.5 → 0.6.1-beta.6

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.
@@ -337,9 +337,12 @@ redacted XML audit asset, projects supported blocks deterministically into
337
337
  readable Markdown, and registers external resources such as document citations,
338
338
  images, video, whiteboards, and Base references in the snapshot manifest even
339
339
  when their binary content is not downloaded. The projection does not infer or
340
- summarize document meaning. Its fidelity report closes discovered blocks against
341
- converted and intentionally skipped blocks; a non-empty unsupported block is a
342
- fidelity error and prevents downstream Review until capture support is fixed.
340
+ summarize document meaning. Its fidelity report closes discovered blocks
341
+ against converted and intentionally skipped blocks and reports evidence
342
+ completeness separately from Markdown projection quality. Unknown non-empty XML
343
+ blocks receive a generic, auditable, non-interactive projection and do not block
344
+ downstream work. Missing source content or unresolved external-resource identity
345
+ remains an evidence error and prevents downstream Review.
343
346
  Snapshot files live under `sources/lark/<date>/` as sibling document files
344
347
  tracked by one date-level `manifest.json`. Access credentials and transient
345
348
  signed media URLs are not written into the workspace.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4a/context",
3
- "version": "0.6.1-beta.5",
3
+ "version": "0.6.1-beta.6",
4
4
  "type": "module",
5
5
  "description": "Context SDK — project-local configuration and workspace primitives",
6
6
  "license": "MIT",