Skip to content

Add agents.md#126

Open
elldeeone wants to merge 1 commit into
kaspanet:masterfrom
elldeeone:toccata-docs
Open

Add agents.md#126
elldeeone wants to merge 1 commit into
kaspanet:masterfrom
elldeeone:toccata-docs

Conversation

@elldeeone

Copy link
Copy Markdown
Collaborator

AGENTS.md is a project-level instruction file for AI coding agents. When an agent works in the repo, this file is loaded into the agent’s context so the repo-specific guidance stays “on its mind” while it is reading code, making changes, and deciding which commands or tests are relevant.

That makes it useful for SilverScript because the repo has domain context that agents otherwise have to rediscover each time. From working with agents on this codebase, a few things repeatedly took extra time to infer: which crate owns compiler behaviour, when debugger tests matter, where small examples versus app-style fixtures belong, and the covenant-specific traps around scriptPubKey, P2SH spends,validateOutputStateWithTemplate, OpBin2Num, and this.age.

This is especially beneficial for vibe coders using AI agents with the repo. Instead of relying on the agent to slowly reconstruct project conventions from scattered files, AGENTS.md gives it a clear starting map for how SilverScript is structured.

I also updated the README network note to reflect the current target on TN10 rather than the older TN12 wording.

@elldeeone elldeeone changed the title Add agent guidance for Toccata testnet Add agent.md May 25, 2026
@elldeeone elldeeone changed the title Add agent.md Add agents.md May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant