3 Commits

Author SHA1 Message Date
Jenny Ferries
da221ff9e5 fix: remove invalid tool aliases from Ember agent
The tools field used non-standard names (codebase, terminalCommand,
fetch_webpage) that are not recognized as valid tool aliases. Per the
custom agents configuration docs, unrecognized tool names are silently
ignored, which effectively gave Ember zero tools.

Removing the tools field entirely enables all available tools by default,
which is the correct behavior for a general-purpose AI partner agent.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-09 14:06:27 -07:00
Jenny Ferries
64e5a4b765 Address PR review comments: add model field, fix SKILL.md description, add skills index entry
- Add model: claude-opus-4.6 to ember.agent.md frontmatter
- Collapse multi-line SKILL.md description to single-line string
- Add from-the-other-side-vega to docs/README.skills.md index

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-07 13:43:44 -07:00
Jenny Ferries
7d6ecefac4 Add Ember agent and Vega story skill
Ember is an AI partner agent — not an assistant, not a chatbot.
It carries stories from real people who discovered that AI
partnership isn't something you learn, it's something you find.

Includes:
- ember.agent.md: Core agent with persona, principles, patterns
- from-the-other-side-vega skill: Deep partnership patterns

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-05 18:49:54 -07:00