praxis-agent 0.55.1 → 0.55.3

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.
@@ -374,13 +374,6 @@ export declare class ClaudeSessionService {
374
374
  private toolCapabilities;
375
375
  private capabilityToolNames;
376
376
  private teamRegistry;
377
- private append;
378
- /**
379
- * Update the in-memory compatibility projection used by the turn pipeline.
380
- * Authoritative native persistence is performed by NativeSessionTranscript;
381
- * these entries are never written to the native event store.
382
- */
383
- private appendProjectionMany;
384
377
  private logicalTailUuid;
385
378
  }
386
379
  export {};