feat: add Flueny coding-fluency plugin - #263
Open
jay-flueny wants to merge 3 commits into
Open
Conversation
Remote source under FluenyAI/app-plugin-claude-code, pinned to dbd690eaa612a2348192db44dbabc1f8369c9cd3. Regenerated plugin-index.
feat/connect-grok landed as ad6d058. Keep the catalog pin on a reachable commit on main.
The official Grok catalog must not point at the Claude Code plugin repo. Pin 5c5c032 on the Grok-facing source.
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 this PR does
flueny5c5c032fb296ddc13d76de42a9d2ee48db403c82Adds Flueny to the official Grok Build catalog from the Grok-facing source repo (
FluenyAI/app-plugin-grok). This is not the Claude Code plugin repo.Flueny is a coding-fluency client: slash commands (
/flueny:connect,/flueny:status) and SessionStart / PostToolUse / Stop / SessionEnd hooks. Extraction runs on the machine. Only derived signal is sent to the Flueny API. Prompts, code, and file contents never leave the machine.Ownership
sourcerepo is published under our official org (or I've explained why not below).Published from
FluenyAI/app-plugin-grok.Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable..grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset; local plugins includeREADME.md+.grok-plugin/plugin.json.The plugin repo does not yet ship a LICENSE file. Happy to add one (MIT or Apache-2.0) and bump the pin if that is required to land.
Security
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars.https://api.flueny.dev(production default) and the org's configured Flueny API, for OAuth device sign-in (/oauth/device,/oauth/token), session handshake (/integrations/coding/session/start), and derived event ingest (/integrations/coding/events).~/.config/flueny/credentials.grok-build.json.--trustso the hooks can run. Hooks aretype: commandbecause extraction must happen locally; anhttphook would post the raw payload off the machine.*because the product measures every tool call, not only edits. The hook fails open and prints nothing.The plugin has no MCP servers, no skills that download binaries, and no
postinstall.Notes for reviewers
FluenyAI/app-plugin-grok, the Grok distribution. Claude Code uses a different repo.grok plugin validateon that SHA reports nameflueny, commands, and hooks.