Hypo-Workflow copilot-instructions.md

Hypo-Workflow copilot-instructions.md is an instructions file for GitHub Copilot from HypoxanthineOvO/Hypo-Workflow. It costs 721 tokens per session, scanned A, original, MIT.

Repository instructions for Hypo-Workflow, a process framework for managing coding work through plans, cycles, state files, rules, progress, and reports. It explains how agents should interpret its commands and protect its control files.

In plain words
What is it for?
Use them when initializing, planning, starting, resuming, or checking a Hypo-Workflow task, and when performing its required preflight checks.
Why use it?
They clarify that the workflow is guidance and state management, not the program that performs the coding, while preventing accidental changes to lifecycle records.

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/hypoxanthineovo/hypo-workflow/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/HypoxanthineOvO/Hypo-Workflow

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 Hypo-Workflow copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hypoxanthineovo/hypo-workflow/copilot-instructions.svg)](https://agentmods.dev/instructions/hypoxanthineovo/hypo-workflow/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/hypoxanthineovo/hypo-workflow/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/hypoxanthineovo/hypo-workflow/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 721 This file is loaded in full into every session.
When invoked 721 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.00721 $0.00721
Opus 5 $0.00360 $0.00360
Sonnet 5 $0.00144 $0.00144
Haiku 4.5 $0.00072 $0.00072

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

Security

Grade A, and why

Hypo-Workflow copilot-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 4d 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/copilot-instructions.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hypo-Workflow for GitHub Copilot

安装与导入

  • 当用户要求安装、导入或学习 Hypo-Workflow 时,读取仓库 HypoxanthineOvO/Hypo-WorkflowREADME.md 和对应平台 Quick Start。
  • 这个规则文件只是仓库级指引,不声明平台会自动执行安装。需要写文件或运行命令时,遵守当前 IDE 的权限和确认机制。

Runtime Contract

  • Hypo-Workflow is not a runner. 当前 IDE Agent 执行实际工作。
  • .pipeline/ 是 state、Cycle、Patch、rules、PROGRESS、prompts、reports、logs 的 source of truth。
  • 常用入口:/hw:init 初始化或重扫,/hw:plan 规划,/hw:start 开始执行,/hw:resume 继续,/hw:status 查看状态。
  • 如果平台不支持原生 slash commands,把用户的 /hw:* 意图映射到同名 Hypo-Workflow skill / README 语义。

Protected Files And Preflight

  • Treat protected files .pipeline/state.yaml, .pipeline/cycle.yaml, and .pipeline/rules.yaml as lifecycle authority files.
  • 写入 protected files 前必须确认当前命令确实拥有生命周期写入语义;意外写入需要停下来说明原因。
  • 完成任务前做 preflight:格式检查、派生产物新鲜度、README/文档同步、secret marker、测试证据和报告证据。
  • 第三方平台的规则文件不能替代 Hook;如果平台没有对应 Hook,只能作为执行前后的检查清单。

Codex Subagents

  • Codex Subagents stay inside the Codex/GPT runtime. Do not route them to external model providers.
  • 复杂任务中尽量拆分 Subagent 工作;implementation and testing/review should be separated whenever practical.
  • 当无法调用 Subagent 时,在最终报告里写明原因,并补充本地测试或审查证据。

Automation Boundary

  • 自动化等级来自 .pipeline/config.yamlautomation.level,不能靠平台猜测升级。
  • manual 保守确认,balanced 常规自动化,full 尽量连续推进;破坏性、外部副作用、发布动作仍按配置 Gate 执行。

Active Rules/Habits

Structured Rules/Habits are authority; Markdown habits and platform instructions are derived views.

  • conflict-check (builtin/warn/guard): Detect incompatible local agent plugins or hook systems at session start.
  • plan-tool-required (builtin/warn/workflow): Complex planning and execution work must maintain a visible plan/todo state.
  • prefer-chinese-output (project/warn/style): 面向用户的说明、README 更新、PROGRESS 摘要和交互提示优先使用中文。命令名、配置键、文件名和专有英文术语保持英文。
  • progress-timezone (builtin/warn/style): Keep PROGRESS timestamps aligned with output.timezone.
  • report-language (builtin/warn/style): Keep reports and generated summaries aligned with output.language.
  • session-start-context-load (builtin/error/hook): Preserve SessionStart context loading as a rule-level gate.

Read the full file on GitHub · 45 lines

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. 4d ago First seen · 45 lines · 721 tokens per session scan A a9105873b346

Subscribe to this mod's changes

Hypo-Workflow copilot-instructions.md is an instructions file published in the GitHub repository HypoxanthineOvO/Hypo-Workflow (24 stars, last pushed 17d ago), licensed MIT. It adds 721 tokens to every session, about $0.0036 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

ESAA-Core AGENTS.md

Instructions for elzobrito/ESAA-Core, covering agents.md — contrato operacional codex/esaa, 1. autoridade e termos, 2. cli e runner, ou configure o runner uma vez por sessão and 3. concorrência.

elzobrito/ESAA-Core · 2,154 tokens

idd-skill idd-resume.instructions.md

Instructions for kurone-kito/idd-skill, covering idd — resume phase, required inputs, step 0 — route classifier, operator-present release and step 1 — identify claim state.

kurone-kito/idd-skill · 3,747 tokens

tmetric-minimal-mcp CLAUDE.md

Claude Code instructions for guglielmo/tmetric-minimal-mcp, covering claude.md, development commands, project architecture, file structure and core architecture patterns.

guglielmo/tmetric-minimal-mcp · 780 tokens

shelly-forge CLAUDE.md

Claude Code instructions for mslavov/shelly-forge, covering documentation usage guidelines, critical: framework-first reading order, 📚 mandatory reading order, pre-task protocol and post-task protocol.

mslavov/shelly-forge · 388 tokens

vibelive AGENTS.md

AGENTS.md instructions for pooriaarab/vibelive, covering agents.md, repository context, pull requests, cloud agents (cursor) and install & test.

pooriaarab/vibelive · 589 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens