Skip to content

Commit 0fd005a

Browse files
author
Phase4 Bot
committed
chore: strip docs/ from main, keep docs/resources and dev-branch links
main becomes a slim release-facing tree: all project documentation moves to the dev branch (full docs retained there); only docs/resources/ images remain on main so README branding keeps rendering. README documentation and contributing links now point at the dev branch on GitHub.
1 parent e420b9a commit 0fd005a

4,009 files changed

Lines changed: 29 additions & 287816 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -368,24 +368,27 @@ cargo test --all
368368

369369
## Documentation
370370

371-
- **Docs entry point**: [`docs/README.md`](docs/README.md) — reading order
372-
for current architecture, decisions, research, and iteration logs
373-
- Current architecture: [`docs/architecture/`](docs/architecture/)
374-
(cognitive workspace boundaries, context runtime, prompt contract,
375-
approval boundary)
376-
- Laputa architecture: [`docs/architecture/laputa/`](docs/architecture/laputa/)
371+
The `main` branch ships a slim tree: project documentation lives on the
372+
[`dev` branch](https://github.com/ProjectViVy/agent-diva/tree/dev) (only
373+
`docs/resources/` images are kept here).
374+
375+
- **Docs entry point**: [`docs/README.md`](https://github.com/ProjectViVy/agent-diva/blob/dev/docs/README.md)
376+
— reading order for current architecture, decisions, research, and
377+
iteration logs
378+
- Current architecture: [`docs/architecture/`](https://github.com/ProjectViVy/agent-diva/tree/dev/docs/architecture)
379+
- Laputa architecture: [`docs/architecture/laputa/`](https://github.com/ProjectViVy/agent-diva/tree/dev/docs/architecture/laputa)
377380
- Engineering reference (contributing, changelog, project context):
378-
[`docs/engineering/`](docs/engineering/)
381+
[`docs/engineering/`](https://github.com/ProjectViVy/agent-diva/tree/dev/docs/engineering)
379382
- Repository rules and process guide: [`AGENTS.md`](AGENTS.md) and
380383
architecture reference [`AGENTS-ARCH.MD`](AGENTS-ARCH.MD)
381-
- Iteration logs live under [`docs/logs/`](docs/logs/); the backlog is
382-
[`TODOLIST.md`](TODOLIST.md)
384+
- Iteration logs live under [`docs/logs/`](https://github.com/ProjectViVy/agent-diva/tree/dev/docs/logs)
385+
on the dev branch; the backlog is [`TODOLIST.md`](TODOLIST.md)
383386

384387
## Contributing
385388

386-
See [`docs/engineering/CONTRIBUTING.md`](docs/engineering/CONTRIBUTING.md)
387-
for guidelines. Please keep PRs focused on a single concern and run
388-
`just ci` before submitting.
389+
See [`docs/engineering/CONTRIBUTING.md`](https://github.com/ProjectViVy/agent-diva/blob/dev/docs/engineering/CONTRIBUTING.md)
390+
on the dev branch for guidelines. Please keep PRs focused on a single
391+
concern and run `just ci` before submitting.
389392

390393
## License
391394

README.zh-CN.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -351,22 +351,26 @@ cargo test --all
351351

352352
## 文档
353353

354-
- **文档总入口**[`docs/README.md`](docs/README.md) —— 当前架构、决策、
355-
研究与迭代日志的阅读顺序
356-
- 当前架构:[`docs/architecture/`](docs/architecture/)(认知工作区边界、
357-
上下文运行时、Prompt 合同、审批边界)
358-
- Laputa 架构:[`docs/architecture/laputa/`](docs/architecture/laputa/)
354+
`main` 分支为精简树:项目文档位于
355+
[`dev` 分支](https://github.com/ProjectViVy/agent-diva/tree/dev)
356+
(此处仅保留 `docs/resources/` 图片)。
357+
358+
- **文档总入口**[`docs/README.md`](https://github.com/ProjectViVy/agent-diva/blob/dev/docs/README.md)
359+
—— 当前架构、决策、研究与迭代日志的阅读顺序
360+
- 当前架构:[`docs/architecture/`](https://github.com/ProjectViVy/agent-diva/tree/dev/docs/architecture)
361+
- Laputa 架构:[`docs/architecture/laputa/`](https://github.com/ProjectViVy/agent-diva/tree/dev/docs/architecture/laputa)
359362
- 工程参考(贡献指南、变更日志、项目上下文):
360-
[`docs/engineering/`](docs/engineering/)
363+
[`docs/engineering/`](https://github.com/ProjectViVy/agent-diva/tree/dev/docs/engineering)
361364
- 仓库规则与流程指南:[`AGENTS.md`](AGENTS.md) 与架构参考
362365
[`AGENTS-ARCH.MD`](AGENTS-ARCH.MD)
363-
- 迭代日志位于 [`docs/logs/`](docs/logs/);待办清单见
364-
[`TODOLIST.md`](TODOLIST.md)
366+
- 迭代日志位于 dev 分支的
367+
[`docs/logs/`](https://github.com/ProjectViVy/agent-diva/tree/dev/docs/logs)
368+
待办清单见 [`TODOLIST.md`](TODOLIST.md)
365369

366370
## 贡献
367371

368-
贡献指南见
369-
[`docs/engineering/CONTRIBUTING.md`](docs/engineering/CONTRIBUTING.md)
372+
贡献指南见 dev 分支的
373+
[`docs/engineering/CONTRIBUTING.md`](https://github.com/ProjectViVy/agent-diva/blob/dev/docs/engineering/CONTRIBUTING.md)
370374
提交前请运行 `just ci`,并保持 PR 聚焦单一主题。
371375

372376
## 许可证

docs/README.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/architecture/README.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/architecture/current/cognitive-workspace-boundaries-2026-08.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

docs/architecture/current/context-runtime-boundary-2026-08.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)