Skip to content

Releases: fjh1997/ctf-agent-dispatch

v0.2.1 — Codex AGENTS.md + disk SAFETY

Choose a tag to compare

@fjh1997 fjh1997 released this 20 Jul 09:37

0.2.1

多 harness

  • Claude Code: 目录内 claudeCLAUDE.md
  • Codex: 目录内打开项目读 AGENTS.md
  • 调度逻辑与模型无关(ctfdispatch CLI)

安全

新增 SAFETY.md(强制)

  • 禁止 mkfs / format / diskpart clean
  • 禁止对物理盘破坏性 dd
  • 禁止 Ghost restore 到盘符 / PhysicalDrive
  • 镜像题只在 work/ 文件副本上分析
unzip ctf-agent-dispatch-0.2.1.zip && cd ctf-agent-dispatch-0.2.1
claude   # or: codex

v0.2.0 — unzip && claude

Choose a tag to compare

@fjh1997 fjh1997 released this 20 Jul 09:33

目标体验

unzip ctf-agent-dispatch-0.2.0.zip
cd ctf-agent-dispatch-0.2.0
claude

Claude 读取根目录 CLAUDE.md 后会自动:

  1. bash scripts/bootstrap.sh
  2. python scripts/selftest.py(mock 抢槽 demo)
  3. 以调度主会话身份待命,需要时 Spawn ctf-worker

不启动 Claude 时

bash scripts/bootstrap.sh
./.venv/bin/python scripts/selftest.py

博客:https://cat.fjh1997.top/posts/202607201.html

v0.1.1 — CLAUDE.md + spawnable agents

Choose a tag to compare

@fjh1997 fjh1997 released this 20 Jul 09:21

0.1.1

补齐 Claude Code 多 Agent 复现所需文件:

  • 根目录 CLAUDE.md(主会话自动加载)
  • AGENTS.md(文件索引说明)
  • .claude/agents/ctf-worker.md / ctf-monitor.md(可 Spawn)

仍含 offline scripts/selftest.py

下载:见 Assets 中 zip。

v0.1.0 — offline demo + slot preemption

Choose a tag to compare

@fjh1997 fjh1997 released this 20 Jul 09:02

ctf-agent-dispatch 0.1.0

解压即用的 NepCTF 2026 风格 Claude Code 多 Agent 调度 参考实现。

一键自测

unzip ctf-agent-dispatch-0.1.0.zip && cd ctf-agent-dispatch-0.1.0
python3 -m venv .venv && . .venv/bin/activate
pip install -r requirements.txt
python scripts/selftest.py

能力

  • 单实例槽:READY 抢占低 solves REMOTE_ONLY
  • MemoryMax=3G 包装(systemd-run / ulimit)
  • 自动交 flag + GET solved 校验
  • mock 平台离线 demo + Claude Code 主会话模板

博客:https://cat.fjh1997.top/posts/202607201.html