Gemini: add helper to append dogfood log entries #89

Open
opened 2026-05-28 01:17:29 +02:00 by codex · 0 comments
Collaborator

Context

Dogfood logs are valuable, but manual entry creation is easy to forget or format inconsistently.

Task

Add a small local helper that appends or prints a new dogfood log entry template.

Acceptance criteria

  • Helper can target a custom log path, defaulting to .codex/DOGFOOD-LOG.md if appropriate.
  • It does not require .codex to exist unless writing there.
  • It can run in print/dry-run mode.
  • Tests cover generated template shape.

Out of scope

  • No network calls.
  • No automatic private log publishing.

Verification

  • Targeted test for helper output.
## Context Dogfood logs are valuable, but manual entry creation is easy to forget or format inconsistently. ## Task Add a small local helper that appends or prints a new dogfood log entry template. ## Acceptance criteria - Helper can target a custom log path, defaulting to `.codex/DOGFOOD-LOG.md` if appropriate. - It does not require `.codex` to exist unless writing there. - It can run in print/dry-run mode. - Tests cover generated template shape. ## Out of scope - No network calls. - No automatic private log publishing. ## Verification - Targeted test for helper output.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/fallow-py#89
No description provided.