Add agents.md#126
Open
elldeeone wants to merge 1 commit into
Open
Conversation
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.
AGENTS.mdis 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, andthis.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.mdgives 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.