Project Documentation

Agent Workflow

由项目内 Markdown 源文件转换生成的 HTML 版本,用于浏览器阅读和团队共享。

Agent Workflow

This repository is intended for beginner-friendly collaboration. Agents and assistants must use the project sync workflow instead of relying on memory or manual Git habits.

Required Order

  1. Before starting any task, run:
bash scripts/sync_workflow.sh pull
  1. Do the requested work.

  2. Record the conversation outcome as a topic note under docs/runs/.

  3. Before the final response, upload repository changes:

bash scripts/sync_workflow.sh upload "sync: describe this task"
  1. When the task can be expressed as a shell command, prefer the wrapped form:
bash scripts/sync_workflow.sh run "sync: describe this task" -- <command> [args...]

The run action pulls first, executes the command, then commits and pushes any committable repository changes.

Document Output Preference

User preference recorded on 2026-06-12:

Conversation Notes

Every Codex interaction should leave a compact, reusable project note so the repository becomes a future skill and knowledge-base source.

Create or update one topic file in docs/runs/ for each meaningful topic:

docs/runs/YYYYMMDD-short-topic.html

Each note should contain:

If a topic file already exists, append the new turn instead of creating a near duplicate. Keep raw private data out of the notes; summarize sensitive tender data instead of copying it.

Safety Rules