feat(agy): inline-output fix + shared core + ask helper + features.agy (#162) - #163
Merged
Conversation
…eatures.agy (#162) Two live-test fixes + more quota-sharing uses: - Brief now demands COMPLETE INLINE output — agy was writing findings to a file in its brain dir and printing only a summary (#160 live test). - Dropped --effort: agy model names already encode the tier (…-high), and a conflicting --effort is a hard error (live test). - Shared core (scripts/agy/core.mjs): agyEnabled/agyArgs/runAgy; features.agy umbrella flag (features.geminiSecondOpinion still accepted). Read-only plan mode, fails soft, never gates. - New scripts/agy/ask.mjs: read-only codebase Q&A on Gemini to offload investigator/librarian-style lookups off Claude. Wired as opt-in into investigate + spike skills; agy-opinion refactored onto the core. Live-verified: gemini-3.5-flash-high answered inline in 13s, correctly. 333/333 green · validate ✔ · docsync clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011S1QNxSvSfGyibDiE1ru3x
This was referenced Jul 21, 2026
Open
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 #162 · epic follow-up to #160
Live test drove two real fixes: agy wrote its findings to a file (brain dir) and printed only a summary → the brief now demands complete inline output; and
--effortconflicts with tier-encoded model names (…-high) → dropped it. Re-tested live: gemini-3.5-flash-high answered inline in 13s, correctly.More quota-sharing uses:
scripts/agy/core.mjs—features.agyumbrella flag (geminiSecondOpinion still accepted), read-only plan mode, fails soft, non-gating.scripts/agy/ask.mjs— read-only codebase Q&A on Gemini to offload investigator/librarian lookups off Claude. Wired opt-in into investigate + spike skills.agy-opinion.mjsrefactored onto the core.333/333 green · validate ✔ · docsync clean.