Skip to content

feat(agy): inline-output fix + shared core + ask helper + features.agy (#162) - #163

Merged
dngioidev merged 1 commit into
mainfrom
feat/162-agy-expand
Jul 21, 2026
Merged

feat(agy): inline-output fix + shared core + ask helper + features.agy (#162)#163
dngioidev merged 1 commit into
mainfrom
feat/162-agy-expand

Conversation

@dngioidev

Copy link
Copy Markdown
Owner

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 --effort conflicts 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:

  • Shared core scripts/agy/core.mjsfeatures.agy umbrella flag (geminiSecondOpinion still accepted), read-only plan mode, fails soft, non-gating.
  • New 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.mjs refactored onto the core.

333/333 green · validate ✔ · docsync clean.

…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
@dngioidev
dngioidev merged commit ba24489 into main Jul 21, 2026
4 checks passed
@dngioidev
dngioidev deleted the feat/162-agy-expand branch July 21, 2026 12:49
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.

agy: inline-output fix + shared core + read-only 'ask' helper + features.agy umbrella

1 participant