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

Interface SaveOptions

devctx/src/commands/save.ts:16–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { extractFromEditorSessions } from "../core/parser";
15
16interface SaveOptions {
17 goal?: string;
18 approaches?: string;
19 decisions?: string;
20 state?: string;
21 nextSteps?: string;
22 blockers?: string;
23 assignee?: string;
24 handoffNote?: string;
25 auto?: boolean;
26}
27
28export async function saveCommand(message?: string, options?: SaveOptions) {
29 if (!(await isInitialized())) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected