LearnNewsExamplesServices
Frontmatter
id7701
titledocs: Strengthen agent protocols for tickets and memory
stateClosed
labels
documentationai
assigneestobiu
createdAtNov 3, 2025, 2:05 PM
updatedAtNov 3, 2025, 2:08 PM
githubUrlhttps://github.com/neomjs/neo/issues/7701
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 3, 2025, 2:08 PM

docs: Strengthen agent protocols for tickets and memory

Closed v11.0.0 documentationai
tobiu
tobiu commented on Nov 3, 2025, 2:05 PM

To improve agent compliance with core operational protocols, this ticket tracks changes to strengthen the "Ticket-First" gate and the "Memory Core" save mandate.

The agent failed to adhere to these rules, modifying files without a ticket and failing to save conversational turns to memory.

The following changes will be implemented:

  1. In AGENTS.md: An explicit "Pre-Flight Check for Modifications" will be added to the "Ticket-First" Gate section. This forces the agent to verify a ticket exists before using file-writing tools like replace or write_file.

  2. In AGENTS_STARTUP.md: The language around saving the initial turn to the memory core will be clarified to explicitly state that this is a mandatory, per-turn action, not a one-time setup step.

These changes are designed to make the protocols more robust and prevent future lapses in agent procedure.

tobiu added the documentation label on Nov 3, 2025, 2:05 PM
tobiu added the ai label on Nov 3, 2025, 2:05 PM
tobiu assigned to @tobiu on Nov 3, 2025, 2:05 PM
tobiu referenced in commit 6fda1f7 - "docs: Strengthen agent protocols for tickets and memory #7701" on Nov 3, 2025, 2:07 PM
tobiu closed this issue on Nov 3, 2025, 2:08 PM