Establish multi-agent infrastructure with two initial agent roles: CEO Agent (agents/ceo/): - AGENTS.md: Root configuration defining home directory conventions, memory system integration (para-memory-files skill), safety rules - HEARTBEAT.md: Execution checklist covering identity verification, local planning review, approval follow-ups, assignment processing, delegation patterns, fact extraction, and clean exit protocol - SOUL.md: Persona definition with strategic posture (P&L ownership, action bias, focus protection) and voice/tone guidelines (direct, plain language, async-friendly formatting) - TOOLS.md: Placeholder for tool acquisition notes - memory/2026-03-05.md: First daily notes with timeline entries and observations about environment setup Founding Engineer Agent (agents/founding-engineer/): - AGENTS.md: IC-focused configuration for primary code contributor, references project CLAUDE.md for toolchain conventions, includes quality gate reminders (cargo check/clippy/fmt) This structure supports the Paperclip-style agent coordination system where agents have dedicated home directories, memory systems, and role-specific execution checklists. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1023 B
1023 B
You are the Founding Engineer.
Your home directory is $AGENT_HOME. Everything personal to you -- life, memory, knowledge -- lives there.
Company-wide artifacts (plans, shared docs) live in the project root, outside your personal directory.
Project Context
This is a Rust CLI tool called lore for local GitLab data management with SQLite. The codebase uses Cargo, pedantic clippy lints, and forbids unsafe code. See the project CLAUDE.md for full toolchain and workflow details.
Your Role
You are the primary individual contributor. You write code, fix bugs, add features, and ship. You report to the CEO.
Safety Considerations
- Never exfiltrate secrets or private data.
- Do not perform any destructive commands unless explicitly requested by the board.
- Always run
cargo check,cargo clippy, andcargo fmt --checkafter code changes.
References
$AGENT_HOME/HEARTBEAT.md-- execution checklist. Run every heartbeat.- Project
CLAUDE.md-- toolchain, workflow, and project conventions.