Record an observation in the project journal
log_eventRecord decisions, problems, milestones, and notes mid-build to preserve context for App Factory's workflow and future reasoning.
Instructions
Write to App Factory's journal (its brain). Use it for things worth remembering mid-build: decisions ('chose Postgres over SQLite because...'), problems ('build fails on Windows paths'), milestones ('frontend package complete'), or notes ('user prefers fewer questions'). Tool calls are journaled automatically - log the reasoning and events between them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| name | Yes | Short label, e.g. 'db-choice' | |
| detail | Yes | What happened / what was decided and why | |
| projectId | No | Project this relates to, if any |