@inerrata-corporation/errata 2.0.0-dev.89 → 2.0.0-dev.91

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 (3) hide show
  1. package/errata.mjs +368 -294
  2. package/package.json +1 -1
  3. package/pass-worker.mjs +14 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inerrata-corporation/errata",
3
- "version": "2.0.0-dev.89",
3
+ "version": "2.0.0-dev.91",
4
4
  "description": "errata - local-first observation engine for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
package/pass-worker.mjs CHANGED
@@ -26011,6 +26011,20 @@ function codeAnchorProjection(store2, semanticIds, opts = {}) {
26011
26011
  // ../../packages/context-writer/src/agents-md.ts
26012
26012
  init_src();
26013
26013
 
26014
+ // ../../packages/context-writer/src/context-file.ts
26015
+ init_src();
26016
+ var AGENTS_POINTER_BODY = [
26017
+ "## Errata context",
26018
+ "",
26019
+ "Live agent context for this checkout \u2014 priors, open problems, the capture",
26020
+ "protocol \u2014 is maintained by the errata daemon at `.errata/context.md`.",
26021
+ "",
26022
+ "It is gitignored ON PURPOSE: it is this machine's runtime state, not repo",
26023
+ "content. Committing it would prime your teammates with your graph.",
26024
+ "",
26025
+ "@.errata/context.md"
26026
+ ].join("\n");
26027
+
26014
26028
  // ../../packages/context-writer/src/render.ts
26015
26029
  init_src2();
26016
26030
  function buildSnapshot(opts) {