memory_jornada
Track AI coding sessions with goals and outcomes. Start, end, list, or check current sessions, optionally bound to a project.
Instructions
[alias of cuba_jornada] Track working sessions with goals and outcomes. v0.8: optional 'project' arg binds the session to a named project (upserts in brain_projects); subsequent handlers will scope reads/writes to that project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Session name (for start) | |
| goals | No | Session goals (for start) | |
| action | Yes | Session action | |
| outcome | No | Session outcome (for end) | |
| project | No | v0.8: project name to bind this session to (created on first use). Omit to keep session global. | |
| summary | No | What was accomplished (for end) | |
| allow_secret | No | Refused when the text looks like a live credential (token, password, URL with embedded creds). Set true only for a false match — the text is then stored verbatim, in clear, and reachable by search, export and every client. |