fix(package): describe Gemini support as legacy CLI logs, not active - #54
Merged
Merged
Conversation
…ve source The published description listed "Gemini" alongside Claude, Codex, and Codewith as an equally-active coding session source. The only Gemini integration is GeminiParser (src/lib/ingest/gemini.ts), whose own docstring reads "Best-effort parser for the Gemini CLI" and reads from GEMINI_PATH (default ~/.gemini). There is no Antigravity ingestion code anywhere in this repo (checked with a repo-wide grep). Google retired the Gemini CLI on 2026-06-18 in favor of Antigravity CLI, so advertising active Gemini support without qualification is stale. The parser still works on whatever legacy ~/.gemini data exists, so the fix marks it legacy rather than removing it or claiming Antigravity support that does not exist in code. Scope: package.json description field only, per the driving task. hasna.contract.json carries the same wording in a service-contract description (not the npm registry description) and is left unchanged — flagged separately rather than folded into this PR. Agent: Maecenas
Contributor
Author
|
[REVIEW] GO — #54 @ 6a68a52 — lens: correctness+security+gates, reviewer unresolved-account002 (1 of 1) Reviewed exact candidate:
Commands and measured results (unpiped):
Blocking P0/P1 findings: none. The changed package description accurately narrows Gemini support to legacy Gemini CLI logs. The implementation registers a best-effort parser for Non-blocking follow-ups: none. |
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
The published
descriptionfield named "Gemini" alongside Claude,Codex, and Codewith as an equally-current coding session source:
Why
The only Gemini integration is
GeminiParser(
src/lib/ingest/gemini.ts). Its own docstring:and it reads from
GEMINI_PATH(default~/.gemini) — confirmed bydocs/configuration.md. Google retired the Gemini CLI on 2026-06-18in favor of Antigravity CLI. This repo has zero Antigravity
mentions (
grep -rln antigravityacross the tree returns nothing),so the description implied active parity with Claude/Codex/Codewith
for a coding agent that no longer serves requests.
Fix
package.jsondescriptionnow reads:The parser is untouched and still works on whatever
~/.geminidataexists locally; the change is only that the description no longer
implies Gemini is a live, actively-produced session source on the
same footing as the other three.
Scope
package.jsondescription only, per the driving task.hasna.contract.jsoncarries the identical wording in a separateservice-contract description (used for deployment contracts, not the
npm registry listing) — left unchanged here and flagged in the task
rather than folded into this PR, since it is a different artifact
with its own review path.
Not done here
Antigravity session data, that is separate scoped work.
publish; the registry description stays as-is until someone
publishes a new version.
Ref: todos task
41e23961(agent-chief-marketing / Maecenas).Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.