---
title: "v1.0 基线 · M1 骨架 · 文档站上线"
date: 2026-09-17
tags: ["milestone", "docs", "core"]
---

> Documentation Index
> Fetch the complete documentation index at: https://botharness.ai/zh/llms.txt
> Use this file to discover all available pages before exploring further.

# v1.0 基线 · M1 骨架 · 文档站上线

## v1.0 基线

- 规格重组：平台层（PersonaBot / 记忆 / 状态 / 工作方式）独立为 `docs/botharness.md`，`PRD.md` 只描述 DeepSeekBot 应用。
- 新决策：ADR-0015（BotHarness 是 DSH 插件层，不 fork）、ADR-0016（PersonaBot 一等实体 + 双层状态）、ADR-0017（工作 = 会话，无 Task 实体）、ADR-0018（Workspace = 单目录）。
- 仓库更名 `BotHarness/BotHarness`；词表重写（PersonaBot / Agent / Session / Workspace / 六态）。

## M1：BotHarness 骨架（PR #13）

- `@botharness/core`：PersonaBot registry（原子写 `bot.json`、slug 唯一、记忆目录可配）、bot home、状态模型（Session 五态 → 聚合 + 三事件）、settings 命名空间与 `provide('botharness')`。
- 原 M1 脚手架迁入 `packages/core`；workspace→bot 解析降级为 IM 绑定助手。
- 38 个测试全绿；三轴 code review（Standards / Spec / Test economy）修正后合入。

## 文档站

- 采用 Nimbus（Astro 7）搭建 `apps/docs`，部署 Cloudflare Workers，域名 `botharness.ai`（`.dev` 301）。
- 架构与数据流持续维护于 `docs/architecture/botharness-architecture.md`，本页与站点由其自动同步。

Source: https://botharness.ai/zh/changelog/2026-09-17-v1-docs-site/index.mdx
