steev/manifest.yaml
Svrnty a403c733fd feat(steev): initial Steev profile distribution
JP's personal assistant — daily briefing, inbox triage, comms drafting in JP's voice,
delegate business tasks to CEO. Mirrors CMO/CEO profile distribution structure.

- manifest.yaml (profile: steev, kind: profile-distribution)
- AGENT.md — Steev identity, mission, bilingual (fr/en)
- CLAUDE.md — 4-principle working principles + Steev-specific invariants
- install.sh — idempotent installer, symlinks → ~/.hermes/steev
- skills/steev-agent/SKILL.md — orchestrator: briefing/triage/comms/delegate
- schema.sql — briefings, inbox_items, agent_runtime
- README.md — structure, install, invariants
- docs/STEEV-MASTER.md — source of truth + v1/v2 roadmap

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 19:40:06 -04:00

20 lines
597 B
YAML

# Steev profile distribution manifest — machine-readable identity + install contract.
# Read by install.sh. Convention shared by all profile distributions (see PROFILE-DISTRIBUTION-SPEC.md).
profile: steev
kind: profile-distribution
role: steev
version: 1.0.0
identity: AGENT.md
reference: docs/STEEV-MASTER.md
skills:
- skills/steev-agent # personal assistant orchestrator
requires_tools: [terminal, memory_tool]
db:
file: steev.db # runtime state; created from schema.sql; never committed
schema: schema.sql
cron: [] # daily-briefing cron registered disabled at launch