Date backfill policy
Quick reference for date backfill policy.
Context
Project: Julian Wiley Portal
Repository: julianwiley-portal
This note is a compact reference for the public Next.js site that hosts project writing, notes, docs, and an auth-gated admin view of the homelab.
Checklist
- Use realistic ISO dates
- Spread posts across the project timeline
- Do not future-date content
- Keep docs and notes ordered with weights
Commands and inspection
# Start with the project README, then narrow to the subsystem docs.
rg "Date" .
# For Kubernetes-backed components, inspect the namespace before changing it.
kubectl get pods --all-namespaces
Usage note
Keep this note close to the implementation. If the command, manifest, or API changes, update the reference before writing a narrative post about the change.