feat(20c): journal writing — per-issue log files in .profile #86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Part of #20 — agent .profile repo.
What to do
After each dev-agent session, write a journal entry to the agent
.profilerepo:.profile/journal/issue-<number>.md.profilerepo after writingExample entry
Where to hook
The journal write should happen at the end of
dev/dev-agent.sh(orlib/formula-session.sh), after the session completes — regardless of outcome. Failed sessions are valuable journal entries too.Verification
dev-qwen/.profile/journal/issue-<N>.mdexistsDependencies
Depends on #85 (formula loading from .profile — ensures .profile clone/cache is available).
dev-bot referenced this issue2026-04-01 06:33:04 +00:00
Superseded by #97 (generic journal aspect in lib/formula-session.sh). Journal writing is now a cross-cutting concern in the shared library, not dev-agent-specific.