Home / alfred1994 / alpha-pilot · AGENTS.md · GitHub

AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from alfred1994/alpha-pilot.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AGENTS.md

Guidance for AI coding agents working on AlphaPilot.

AlphaPilot is a research and paper-trading system for A-share market automation.
Keep changes conservative, observable, and safe by default.

## Core Principles

- Preserve `BROKER_MODE=paper` as the default documented mode.
- Do not introduce real-money execution paths without explicit design review.
- Do not commit secrets, runtime databases, logs, private server details, or account
  snapshots.
- Keep the public dashboard read-only in production.
- Prefer standard SDKs and maintained ecosystem packages over custom infrastructure.
- Keep implementation style consistent with the existing Python modules and tests.
- Add or update tests when changing trading decisions, scheduler behavior, risk,
  persistence, web security, or deployment contracts.

## Useful Local Commands

```bash
python3 -m compileall -q web scheduler strategy execution data main.py config.py tests
python3 tests/test_web_public_dashboard.py
python3 tests/test_agent_driver_contract.py
python3 tests/test_auto_control.py
python3 tests/test_auto_watchdog.py
python3 tests/test_auto_doctor.py
python3 tests/test_auto_trader.py
…

Read the whole file at its exact version.

How to install

Latest version
mdr add alfred1994/alpha-pilot/AGENTS.md@git:20260630.e952207
Exact content
mdr add alfred1994/alpha-pilot/AGENTS.md@sha256:bd706e1f7421b6ee

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_u4hago4wy4dstfbu.svg)](https://markdownregistry.com/a/art_u4hago4wy4dstfbu)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260630.e952207 latest2026-06-30 e952207 2,185 BA view · diff
git:20260630.9150cf92026-06-30 9150cf9 2,187 BA view · diff
git:20260630.3d632a32026-06-30 3d632a3 2,133 BA view · diff
git:20260609.4bf2c032026-06-09 4bf2c03 3,576 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (2185 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

alfred1994/alpha-pilot · 37 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_u4hago4wy4dstfbu
GET https://markdownregistry.com/api/v1/resolve?ref=alfred1994/alpha-pilot/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/bd706e1f7421b6ee77697235395123450ccd6abb6f37b65aaa5177db4956860d

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from alfred1994/alpha-pilot

pilot_driver skill
alfred1994/alpha-pilot · .agents/skills/pilot_driver/SKILL.md · Instructions for an AI Agent to drive, monitor, and auto-heal the AlphaPilot trading race car in paper-trading mode.
git:20260630.e952207 · audit A · 37 stars
CLAUDE.md claude
alfred1994/alpha-pilot · CLAUDE.md
git:20260630.e952207 · audit A · 37 stars

Every file in alfred1994/alpha-pilot

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.