MCPcopy Create free account
hub / github.com/IAmUnbounded/devctx / ExtractedContext

Interface ExtractedContext

devctx/src/core/parser.ts:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import readline from "readline";
5
6export interface ExtractedContext {
7 task: string;
8 approaches: string[];
9 decisions: string[];
10 currentState: string;
11 nextSteps: string[];
12 blockers: string[];
13 source: string;
14}
15
16/**
17 * Attempt to auto-extract context from AI editor session data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected