Skip to content

βœ… Dev Log 040 – preview command finalized

The dokugent preview command is now fully functional and includes:

  • πŸ“¦ Token estimate: Counts and displays estimated token usage
  • πŸ§ͺ Security checks: Recursively scans for risky patterns in .json and conventions/*.md
  • πŸ’Ύ Output logging: Saves JSON preview output with agent/timestamp naming
  • πŸ”— Symlink handling: latest symlink now points to most recent preview
  • πŸ”’ File protection: Sets preview files to read-only (chmod 444)

🧠 Started: llm-time-log experiment

Launched a lightweight public repo + GH Pages site to explore persistent LLM memory through daily timestamped logging. The goal is to simulate:

"If LLMs had their own clock, how would they track time, growth, and long-lived identity?"

Live at: https://carmelyne.github.io/timemark/ Source: github.com/carmelyne/timemark

This opens the door for attaching experiments, dev logs, and evolving memory states tied to a single LLM identity.


Tomorrow’s focus: compile command.

Categories