docs: build guidelines — Rust-only backends, AI-first shape, agent registry, skills.toml - #4
Merged
Merged
Conversation
…gistry, skills.toml Per ludovic (2026-08-01, in-channel): GUIDELINES.md specifies how the studio builds any project — backends always Rust per solana-foundation/ai-skills conventions; AI-first shape (pure core crate exposed via ACP, MCP, and an MPP-gated HTTP surface using solana-pay-kit); agents/ registry in the Buzz persona format loaded fail-closed at scarced boot; skills pinned and customizable in skills.toml, strengthen-only per project. PLAN §1 layout, ARCHITECTURE §7, and README updated to bind to it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per ludovic (2026-08-01, in-channel). Adds
GUIDELINES.md(draft-00) — the studio's house rules for every project it builds, itself included — and binds the existing docs to it (PLAN §1 layout, ARCHITECTURE §7, README read-order).What it specifies
sf-rust-skillmandatory; clients/programs/TS/docs skills when applicable). The mechanical subset ismachine_check-gate-enforced per PLAN §2.1; house rules proven in M0/M1 (strict schemas, conformance suites, restart-survival, publish-then-commit, explicit crypto provider) graduate to requirements.solana-pay-kit(theaxumfeature's unified 402 gate dispatches MPP + x402). Buyers are agents; a deliverable an agent cannot call is not delivered.agents/<name>.persona.mdin Buzz's persona format verbatim (V7, parsed by thebuzz-personacrate: name, display_name, modelprovider:model-id, runtime, skills, mcp_servers, triggers, temperature, …; body = system prompt).scarcedloads the directory at boot, fail-closed —deny_unknown_fieldsmakes a typo a startup error. Economics (npub, day rate, skill tags) stay inroster.tomlkeyed by personaname.skills.toml— pinned skill sources + defaults + per-skill config; personas reference skills by slug; projects may strengthen, never weaken (mirrors the GatePolicy rule). Recommended: hash it into the FUNDED commitment alongside the policy hash.Grounding
Persona format & strict parse:
buzz/crates/buzz-persona/src/persona.rs;solana-pay-kitv0.4.0 features:pay-kit/rust/crates/kit/Cargo.toml; skills repo: solana-foundation/ai-skills.Docs-only — no code changes.
🤖 Generated with Claude Code