spool-memory 0.2.3

Local-first developer memory system — persistent, structured knowledge for AI coding tools
Documentation
---
name: spool-wakeup
description: Force-render the spool wakeup packet for the current project (manual fallback when SessionStart hook hasn't fired or you want a fresh refresh).
---

You are about to call `spool memory wakeup` for the user's current project.

**Recommended invocation**:

```
mcp__spool__memory_wakeup task="$CURRENT_TASK" cwd="$PROJECT_ROOT"
```

If the MCP tool isn't available, fall back to the CLI:

```bash
spool wakeup --config <spool.toml> --task "$CURRENT_TASK" --cwd "$PROJECT_ROOT" --profile project --format prompt
```

Pipe the resulting prompt block into the conversation as spool-derived context.