Devlog Loop

Keep a concise, chronological DEVLOG for meaningful tasks. Use when work should be documented for handoff, traceability, or future debugging. Use when this capability is needed.

tomevault-io 2b2fc45 2 files · 2.0 KB Updated

File contents

Maintain DEVLOG.md as the durable engineering timeline for this repository.

Core Workflow

  1. Read latest DEVLOG.md entries before starting meaningful work.
  2. During the task, capture commands/checks and key outcomes.
  3. Before handoff, append one new dated entry.

Use /DEVLOG.md as the default log file unless the user requests another path.

Entry Requirements

Each new entry should include:

  • Date/time (local)
  • What changed (files or behavior)
  • Validation performed (build/tests/runtime checks)
  • Follow-ups or risks (if any)

Keep entries concise and factual. Prefer bullet points.

Quality Rules

  • Do not log secrets, tokens, or private credentials.
  • Do not fabricate validation; only record checks actually run.
  • Keep wording concrete and operational.
  • If no code changed, still log what was investigated and what was verified.

Template

Use references/devlog-entry-template.md for consistent structure.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/terrorproforma--gradientos--devlog-loop commit 2b2fc45954

Frequently asked questions

npx skillmds@latest add tomevault-io/devlog-loop