Skip to content

[codex] add full context pack export#113

Draft
KirillYarkov wants to merge 1 commit into
microsoft:mainfrom
KirillYarkov:codex/full-context-export
Draft

[codex] add full context pack export#113
KirillYarkov wants to merge 1 commit into
microsoft:mainfrom
KirillYarkov:codex/full-context-export

Conversation

@KirillYarkov

Copy link
Copy Markdown
Contributor

Summary

Adds a new full context pack export for AI Engineer Coach so users can save deeper Markdown/JSON context for ChatGPT or VS Code coding agents.

Changes

  • Adds AI Engineer Coach: Export Full Context Pack command.
  • Supports Safe mode without raw prompt/response turns and Full Raw mode with bounded raw session excerpts.
  • Exports structured JSON plus agent-focused Markdown.
  • Includes full anti-pattern data, flow/context/config/workflow/session data where available.
  • Documents the new command in README and Share docs.

Validation

  • npx -y node@22 node_modules/vitest/vitest.mjs run src/core/summary-export.test.ts
  • npm run typecheck
  • npm run build
  • PATH=./node_modules/.bin:$PATH npx -y node@22 scripts/package-readme-swap.mjs

Note: Vitest and VSIX packaging were run under Node 22 because the updated toolchain requires newer Node runtime APIs than the local Node 18 provides.

@KirillYarkov KirillYarkov force-pushed the codex/full-context-export branch from 8a2a559 to 85ba0fa Compare June 8, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant