feat(aidd-context): evaluate communication preferences#513
Draft
alexsoyes wants to merge 4 commits into
Draft
Conversation
Align the project context template with scannable, action-oriented communication and keep acceptance under explicit human review in fresh subagent scenarios.
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.
🎯 What & why
Strengthens the project-memory
AGENTS.mdtemplate with general, scannable communication preferences, then adds isolated scenarios to verify the resulting behavior without prescribing response templates.🛠️ How it works
AGENTS.md consolidates first-line orientation, activation friction, visible causality, current-state tracking, and a single next move into one communication contract.
The new
testroute runs a selected scenario through a fresh subagent. The evaluator passes onlyAGENTS.mdand the exact user prompt, then returns the response unedited for human judgment. This isolates the contract from conversation history and avoids encoding an expected answer.Two communication scenarios cover decision pressure and a technical authentication regression. The plugin catalog is regenerated accordingly.
🧪 How to verify
aidd-context:02-project-memory test.Authentication regression.cd cli && pnpm test.✅ I certify