What
Rename the generic FDE sample so the catalog reads FDA (Forward Deployed Agent) instead of FDE Agent (Forward Deployed Engineer).
Where
In samples.json for the fde-agent slug:
name: "FDE Agent" → "FDA"
tagline: "A production Forward Deployed Engineer agent for discovery, implementation, validation, and handoff." → "A production Forward Deployed Agent for discovery, implementation, validation, and handoff."
Why
The "Engineer" framing is legacy; the agent is a Forward Deployed Agent, not an engineer. Surfaces everywhere the catalog renders (CLI sample list, portal /create/template page, install flows).
Context
A portal-side fallback copy was updated locally in firstlanding/services/agent_network/lib/samples/github.ts for the offline/degraded path, but the live catalog reads the upstream samples.json so this repo is the source of truth.
After this lands, the portal-side fallback in SAMPLE_METADATA[GENERIC_FDE_SAMPLE_SLUG] should be kept in sync (already updated to match).
🤖 Filed via Claude Code
What
Rename the generic FDE sample so the catalog reads FDA (Forward Deployed Agent) instead of FDE Agent (Forward Deployed Engineer).
Where
In
samples.jsonfor thefde-agentslug:name:"FDE Agent"→"FDA"tagline:"A production Forward Deployed Engineer agent for discovery, implementation, validation, and handoff."→"A production Forward Deployed Agent for discovery, implementation, validation, and handoff."Why
The "Engineer" framing is legacy; the agent is a Forward Deployed Agent, not an engineer. Surfaces everywhere the catalog renders (CLI sample list, portal
/create/templatepage, install flows).Context
A portal-side fallback copy was updated locally in
firstlanding/services/agent_network/lib/samples/github.tsfor the offline/degraded path, but the live catalog reads the upstreamsamples.jsonso this repo is the source of truth.After this lands, the portal-side fallback in
SAMPLE_METADATA[GENERIC_FDE_SAMPLE_SLUG]should be kept in sync (already updated to match).🤖 Filed via Claude Code