feat: add zed install target

This commit is contained in:
Affaan Mustafa
2026-05-17 07:06:49 -04:00
parent fb6d4a7104
commit 2371a3cf05
17 changed files with 361 additions and 37 deletions

View File

@@ -170,23 +170,30 @@ const ADAPTER_RECORDS = Object.freeze([
],
},
{
id: 'zed-adjacent',
harness: 'Zed-adjacent workflows',
state: 'Instruction-backed',
id: 'zed',
harness: 'Zed',
state: 'Adapter-backed',
supported_assets: [
'Zed project settings',
'flattened project rules',
'shared skills',
'`AGENTS.md` style project instructions',
'verification loops',
'commands',
'agents',
],
unsupported_surfaces: ['Zed agent surfaces vary; no first-party ECC installer is shipped today'],
install_or_onramp: ['Manual copy from shared ECC sources until adapter requirements settle'],
verification_commands: ['`npm run harness:audit -- --format json`'],
risk_notes: ['Do not claim native Zed support before a real adapter and verification path exist.'],
last_verified_at: '2026-05-12',
unsupported_surfaces: ['Zed external agents and native Agent Panel permissions are not Claude hooks'],
install_or_onramp: ['`./install.sh --profile minimal --target zed`'],
verification_commands: [
'`node tests/lib/install-targets.test.js`',
'`npm run harness:audit -- --format json`',
],
risk_notes: ['Keep project settings conservative and do not copy BYOK/OpenRouter secrets into `.zed/`.'],
last_verified_at: '2026-05-17',
owner: 'ECC maintainers',
source_docs: [
'AGENTS.md',
'.zed/settings.json',
'scripts/lib/install-targets/zed-project.js',
'docs/architecture/cross-harness.md',
'tests/lib/install-targets.test.js',
],
},
{