LLM-TradeBot governance.instructions.md

LLM-TradeBot governance.instructions.md is an instructions file for GitHub Copilot from EthanAlgoX/LLM-TradeBot. It costs 423 tokens per session, scanned A, original, MIT.

A set of repository-governance instructions for a multi-agent AI trading system. It defines which project documents are authoritative and how code changes, reviews, releases, and deployments should be handled.

In plain words
What is it for?
Keeping agent instructions synchronized, refreshing the Git baseline before reviews, documenting release and deployment paths, and maintaining repository guidance.
Why use it?
It reduces drift between instructions, file paths, workflows, and the actual repository. It also makes affected pipelines and rollback paths explicit before changes are made.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ethanalgox/llm-tradebot/governance
Clone the repo
git clone --depth 1 https://github.com/EthanAlgoX/LLM-TradeBot

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for LLM-TradeBot governance.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ethanalgox/llm-tradebot/governance.svg)](https://agentmods.dev/instructions/ethanalgox/llm-tradebot/governance)
Your own site
<a href="https://agentmods.dev/instructions/ethanalgox/llm-tradebot/governance"><img src="https://agentmods.dev/badge/instructions/ethanalgox/llm-tradebot/governance.svg" alt="Measured on agentmods" height="20"></a>
Per session 423 This file is loaded in full into every session.
When invoked 423 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00423 $0.00423
Opus 5 $0.00211 $0.00211
Sonnet 5 $0.00085 $0.00085
Haiku 4.5 $0.00042 $0.00042

Measured 5d ago against content hash 4368a6dd58cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

LLM-TradeBot governance.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/instructions/governance.instructions.md · 17 lines

What it actually says

Governance Instructions

  • Keep commands, file paths, workflow names, config keys, release paths, and directory references aligned with the executable repository state.
  • AGENTS.md is the canonical AI collaboration document; if its meaning changes, sync CLAUDE.md, .github/copilot-instructions.md, .github/instructions/*.instructions.md, and repository skills as needed.
  • Root SKILL.md and docs/openclaw-skill-integration.md describe product or external integration behavior, not repository governance.
  • Explain which pipeline, release path, deployment path, review automation, or governance asset is affected and what the rollback path is.
  • Before creating/updating PRs, PR review, or issue analysis, refresh the latest code baseline with git fetch --all --prune; only run git pull --ff-only when the worktree is clean and the current branch can fast-forward. If not, keep local state intact and record the fetched remote baseline or branch gap before proceeding.
  • Keep README.md limited to homepage-level content such as positioning, high-level capabilities, quick start, main entrypoints, and sponsorship/cooperation; put detailed behavior, configuration, troubleshooting, field contracts, and edge cases in docs/*.md.
  • Avoid widening permissions, secret exposure, or destructive automation without a clearly documented need.
  • Preserve the repository's opt-in auto-tag behavior (#patch, #minor, #major) unless the change explicitly updates release policy.
  • When creating, reviewing, or suggesting PRs, prefer PR titles in <type>: <change summary> form and omit tool/agent source prefixes such as [codex], codex, autocode, or copilot; treat this as non-blocking guidance, not a review hard blocker.
  • If only one language version of a document is updated, explain why the counterpart was not synchronized.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 17 lines · 423 tokens per session scan A 4368a6dd58cc

Subscribe to this mod's changes

LLM-TradeBot governance.instructions.md is an instructions file published in the GitHub repository EthanAlgoX/LLM-TradeBot (316 stars, last pushed yesterday), licensed MIT. It adds 423 tokens to every session, about $0.0021 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories