> ## Documentation Index
> Fetch the complete documentation index at: https://greenteagentic.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Context Cleanse

> Messy notes → AI-ready context.

## When to use

* You have a junk drawer of notes from meetings, Slack, voice memos
* You want a clean **memory pack** to paste into other AI tools
* You want contradictions and open questions surfaced

## Recommended inputs

* **Title:** the project or topic these notes belong to
* **Goal:** what downstream tool will consume the cleaned context
* **Context:** paste *everything* — raw, unedited
* **Format:** leave blank (cleanse has its own shape)

## Output shape

```json theme={null}
{
  "summary": "...",
  "memory_pack": "Project: ...\nGoals: ...\nConstraints: ...",
  "open_questions": ["..."],
  "contradictions": ["..."],
  "next_steps": ["..."],
  "reusable_context": "<<MEMORY>>\n..."
}
```

`reusable_context` is the high-signal block to paste into ChatGPT, Claude, Cursor, etc.
