MCPcopy
hub / github.com/affaan-m/ECC / SessionMetadata

Interface SessionMetadata

scripts/lib/session-manager.d.ts:20–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19/** Metadata parsed from session markdown content */
20export interface SessionMetadata {
21 title: string | null;
22 date: string | null;
23 started: string | null;
24 lastUpdated: string | null;
25 completed: string[];
26 inProgress: string[];
27 notes: string;
28 context: string;
29}
30
31/** Statistics computed from session content */
32export interface SessionStats {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected