working-activity AGENTS.md

working-activity AGENTS.md is an instructions file for Codex, OpenCode from ccch1mneyyy/working-activity. It costs 697 tokens per session, scanned A, original, MIT.

Project instructions for maintaining a working-activity extension across two developer tools, including its source files, commands, tests, and release process.

In plain words
What is it for?
Developing the activity status extension, building its browser part, running tests, applying required patches, and updating its documentation or wording.
Why use it?
They give contributors the project-specific rules needed to edit, build, test, debug, and package both versions consistently.

Instructions file for CodexOpenCode

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/ccch1mneyyy/working-activity/agents-md
Clone the repo
git clone --depth 1 https://github.com/ccch1mneyyy/working-activity

Made for: Codex, OpenCode.

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 working-activity AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ccch1mneyyy/working-activity/agents-md.svg)](https://agentmods.dev/instructions/ccch1mneyyy/working-activity/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/ccch1mneyyy/working-activity/agents-md"><img src="https://agentmods.dev/badge/instructions/ccch1mneyyy/working-activity/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 697 This file is loaded in full into every session.
When invoked 697 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.00697 $0.00697
Opus 5 $0.00349 $0.00349
Sonnet 5 $0.00139 $0.00139
Haiku 4.5 $0.00070 $0.00070

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

Security

Grade A, and why

working-activity AGENTS.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.

AGENTS.md · 32 lines

What it actually says

working-activity 项目规则

用途

"工作状态行"扩展的开源仓库,一个仓库维护两个平台适配:

  • pi 版:源码 extensions/index.ts(无构建,pi 直接加载 TS),发布 npm 包 pi-working-activitypi install npm:pi-working-activity
  • DSH 版:插件在 packages/activity/working-activity/(cordis 宿主插件 + src/client/ Web slot 插件),发布 npm 包 dsh-working-activitydsh plugin --profile <p> add dsh-working-activity

pi 版开发约定

  • 唯一源码:extensions/index.ts(无构建,pi 直接加载 TS)
  • 本机活动副本:C:\Users\17481\.pi\agent\extensions\working-activity.ts,改完同步 + /reload
  • 语法校验:node --experimental-strip-types(import 包解析失败是预期)
  • 调试:working-activity.jsondebugLog: true

DSH 版开发约定

  • 插件源码:packages/activity/working-activity/src/(host 插件)+ src/client/(Web slot 插件)
  • 构建:cd packages/activity/working-activity && pnpm install && pnpm run build(build:client 出浏览器 bundle)
  • 测试:pnpm test(vitest,依赖已发布到 npm 的官方 @deepseek-ai/dsh-*@0.1.0-rc.6 包,无需源码 workspace)
  • 自挂载 bundle:cordis.patch.yml,dsh plugin add 自动装配,无需手动挂载
  • Web 端需 runtime 补丁:patches/webui-working-activity.patch(应用到官方 rc.6 源码仓库,git apply --check 验证)
  • 完整文档:docs/dsh-working-activity.md(原 dsh 仓库 README)

文案

  • 开源文案(README + 状态栏短语池)优先用 DeepSeek 官方 V4 Pro 生成
  • 生成脚本:.local/gen-with-ds.cjs / .local/gen-phrases.cjs / .local/apply-phrases.cjs(不入库)
  • 输出缓存:.local/ds-gen/(不入库)
  • 风格:短、口语、俏皮、有活人感;游戏梗仅 rare 池;允许 deadpan 英文

发布

  • pi 版:semver 功能 minor,修 bug patch;发布前 npm view pi-working-activity 确认包名;在仓库根目录 npm publish
  • DSH 版:在 packages/activity/working-activity/npm publish;发版前确认 package.json 的 version 与 repository 指向本仓库
  • 两个 npm 包名不要改:pi-working-activity 被 pi 用户直接安装,dsh-working-activity 被 dsh-cc-tui 依赖
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 · 32 lines · 697 tokens per session scan A a801e49e2b61

Subscribe to this mod's changes

working-activity AGENTS.md is an instructions file published in the GitHub repository ccch1mneyyy/working-activity (657 stars, last pushed 4d ago), licensed MIT. It adds 697 tokens to every session, about $0.0035 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

dsh-config-manager AGENTS.md

Instructions for xiajiajun516/dsh-config-manager, covering agents.md — dsh config manager 仓库协作指南, 🗣️ 语言与交流, 📦 项目概览, 🗂️ 仓库结构与职责 and ui 分层(改动前必读,避免放错层).

xiajiajun516/dsh-config-manager · 7,380 tokens

dsh-codex-sync AGENTS.md

Instructions for Walvez/dsh-codex-sync, covering agents.md — dsh-codex-sync, 定位, 怎么跑, 技术栈 and 目录与约定.

Walvez/dsh-codex-sync · 666 tokens

causal-memory CLAUDE.md

Claude Code instructions for JingxuanC/causal-memory, covering causal memory mcp integration, causal memory integration, after acting on a decision and observing the result, when something fails unexpectedly and when a recorded lesson turns out to be wrong.

JingxuanC/causal-memory · 680 tokens

dsh-deepread AGENTS.md

AGENTS.md instructions for xiehuan123/dsh-deepread, covering agents.md, upstream authority, plugin identities and source files, release documentation and harness lifecycle rules.

xiehuan123/dsh-deepread · 876 tokens

dsh-checkpoint-rewind AGENTS.md

AGENTS.md instructions for PerryLink/dsh-checkpoint-rewind, covering agents.md, 仓库布局:发布面 / 本地工程面, 命令, 提交纪律 and dsh 插件约束(红线).

PerryLink/dsh-checkpoint-rewind · 2,211 tokens

dsh-industry-research AGENTS.md

AGENTS.md instructions for PerryLink/dsh-industry-research, covering agents.md, layout, hard rules applied here, checks and release.

PerryLink/dsh-industry-research · 1,386 tokens