coco-research / coco-research/coco
[GFI] Add a Zed editor adapter
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- HTML
- Stars
- 251
- Forks
- 12
- Avg merge
- 7d 6h
- Merged PRs (30d)
- 80
Description
Goal
Add a zed adapter so Coco installs into the Zed editor's AI/agent configuration.
Files involved
adapters/zed/manifest.json(new)adapters/zed/install.sh(new) — wire skills/commands/rules into Zed's config (or emit anAGENTS.mdif Zed consumes one)adapters/zed/README.md(new)install.sh— optionaldetect_adapter()heuristic for Zed
Acceptance criteria
-
bash install.sh --adapter zedinstalls without error into Zed's config location -
manifest.jsonvalidates; README documents the target paths and limitations - CI passes (frontmatter linter, manifest validator, install script syntax check)
- README System Compatibility table gains a Zed row
Hints
- Start from
adapters/generic(AGENTS.md producer) oradapters/cursor. - Adding an adapter:
CONTRIBUTING.md
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with adapters/generic, adapters/cursor, and CONTRIBUTING.md to understand adapter conventions, then inspect install.sh and detect_adapter(). Verify Zed's configuration path before implementing the files listed in the issue. Done means --adapter zed installs without error, the manifest validates, the README documents paths and limitations, the compatibility table includes Zed, and CI checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100