fix(aidd-context): source tool-paths claims with dates and URLs - #621
Closed
alexsoyes wants to merge 1 commit into
Closed
fix(aidd-context): source tool-paths claims with dates and URLs#621alexsoyes wants to merge 1 commit into
alexsoyes wants to merge 1 commit into
Conversation
The reference stated Codex CLI has no session-end moment. Codex documents SessionEnd explicitly, and the wrong claim propagated into a design decision before anyone re-read the source. No cell carried a URL or a date, so auditing one claim meant re-verifying all of them. Every factual cell now carries [v] (read in the official docs on 2026-08-11) or [?] (not re-read, unverified and never to be filled by guess), with a Sources section listing each page and the two URLs that moved. Corrections: Codex has SessionEnd; Copilot casing selects the payload format rather than aliasing an event; failure semantics differ per tool and a Copilot preToolUse handler that exits non-zero denies the tool call; OpenCode confirmed plugins-only with no session-end event and no session id in plugin context. Adds the session-identifier field per tool, the shell-command field per tool, and the fact that no vendor documents whether that identifier survives a resume, clear, compaction or fork. Refs #618 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing: this work stays on the dashboard side. The verified matrix and its sources live in the dashboard repo at aidd_docs/memory/kpi/probes/03-hooks-et-identifiants-session.md. Reopen if the framework reference is picked up later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #618
What
Every factual cell in
08-hook-generate/references/tool-paths.mdnow carries[v](read in the official docs on 2026-08-11) or[?](not re-read, unverified). ASourcessection lists each page, plus the two URLs that moved and now redirect.Why
The file stated Codex CLI has no session-end moment. It has one. The claim was wrong and it propagated into a design decision before anyone re-read the source.
The failure is structural: not one cell carried a URL or a date, so nothing distinguished "read in the docs" from "assumed months ago". Auditing a single claim meant re-verifying the whole table. A skill reads this file instead of the vendor docs, so an error here becomes an error in every artefact it generates.
Corrections
SessionEnd. Timeout 1 s, 3 s max, and it does not run for subagents.agentStopbecomesStop.preToolUsehandler that exits non-zero on Copilot denies the tool call, so an observer hook that throws stops the agent.Verified against
Claude Code hooks and monitoring-usage, Codex hooks and config-advanced, Cursor hooks, Copilot hooks-reference, OpenCode plugins and config schema. One agent per tool, one page per claim, citations recorded in the dashboard repo at
aidd_docs/memory/kpi/probes/03-hooks-et-identifiants-session.md.🤖 Generated with Claude Code