Skip to content

docs: correct what eve extensions can contribute (channels/schedules/subagents ARE allowed) - #26

Merged
CahidArda merged 1 commit into
mainfrom
docs/fix-eve-extension-contributions
Aug 25, 2026
Merged

docs: correct what eve extensions can contribute (channels/schedules/subagents ARE allowed)#26
CahidArda merged 1 commit into
mainfrom
docs/fix-eve-extension-contributions

Conversation

@upstash-tag

@upstash-tag upstash-tag Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

CLAUDE.md stated in two places that eve extensions cannot contribute channels, schedules, or subagents. That's wrong as of eve >=0.41 (per eve's docs/extensions.md): extensions can contribute all of tools, channels, connections, skills, schedules, subagents, instruction fragments, and hooks. The only things actually excluded at the extension root are sandbox, agent config, and nested extensions (a contributed subagent may still own its own config/sandbox).

This fixes both spots in CLAUDE.md and the same incorrect claim repeated in packages/eve-extension/AGENTS.md, packages/eve-extension/README.md, and packages/eve/README.md — the latter two previously used the false "extensions can't carry channel/sandbox config" framing to justify the eve vs eve-extension package split, now reworded around the real reasons (sandbox backend can't live at an extension root; rate-limit auth and defineCachedTool are just pieces you compose into your own tree).


Built by upstash-tag · mission fe0f5b94-ea6d-4611-bdac-60d6c2aebcf6 · docs/fix-eve-extension-contributionsmain · $1.58

Extensions can contribute channels, schedules, and subagents (eve >=0.41,
per eve's docs/extensions.md) — this was previously stated as excluded
in several places. The actual exclusions at the extension root are:
sandbox, agent config, and nested extensions. Fixes CLAUDE.md (two spots)
and the same repeated claim in packages/eve-extension/AGENTS.md,
packages/eve-extension/README.md, and packages/eve/README.md.
@CahidArda
CahidArda merged commit 8ccaab5 into main Aug 25, 2026
1 check passed
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.

1 participant