chore: bootstrap pepa-pi-bot scaffold

Initial seed for an autonomous, self-extending Minecraft player powered by
Pi (pi.dev) and Mineflayer.

Includes README, AGENTS.md mandate, .env.example, MIT LICENSE, package.json
with mineflayer + dotenv, and empty skills/ extensions/ prompts/ dirs for
the agent to grow into.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-25 09:50:17 +03:00
co-authored by Claude Opus 4.7
commit 3a025c05ad
10 changed files with 414 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Skills grown by the agent live here.
# Format: markdown files with `name`, `description`, `when_to_use` frontmatter.
# See AGENTS.md for the growth loop.