Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

RESUME_MSG: don't claim environmental facts in history remain valid - #4

#4
Draft
ncoop57 wants to merge 1 commit into
mainAnswerDotAI/aai-coding:mainfrom
resume-stale-factsAnswerDotAI/aai-coding:resume-stale-factsCopy head branch name to clipboard
Draft

RESUME_MSG: don't claim environmental facts in history remain valid#4
ncoop57 wants to merge 1 commit into
mainAnswerDotAI/aai-coding:mainfrom
resume-stale-factsAnswerDotAI/aai-coding:resume-stale-factsCopy head branch name to clipboard

Conversation

@ncoop57

@ncoop57 ncoop57 commented Jul 25, 2026

Copy link
Copy Markdown

The resume hook told a resumed session that "everything you can still see remains valid". A session bootstrapped from a baked dojo template took that at face value, treated the replayed round's list_pyskills() catalog as current, and missed a skill registered since the capture.

RESUME_MSG now scopes the validity claim to doc() output and the dojo completion id, and adds that environmental facts in visible history (cwd, file paths, the catalog) may come from another machine or an earlier date, so they need re-checking in the live session. COMPACT_MSG and SYNTH_MSG are unchanged: they already treat context as stale wholesale.

Verified by launching claude -r $(claudedojo) and asking for git status: the fresh session re-ran list_pyskills(), noticed the catalog differed from the replayed transcript, and picked the newly-registered fastgit skill.

Companion PR AnswerDotAI/llmdojo#8 makes the dojo_start(id) already-complete message carry the same warning.

@jph00

jph00 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

I'm not sure if this is the solution. A better solution would be to have stuff like list_pyskills templatized so the current output is always shown. Applies to doc() results and list_pyskills results. WDYT?

@jph00
jph00 marked this pull request as draft July 27, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.