Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to `doc` are documented here.

## [Unreleased]

### Changed

- Migrate public GitHub repository, issue, documentation, and CI badge links
to the canonical `bytefolk` organization while retaining the existing npm
package scopes.

### Added

- Adoption of the shared `@fullstack-ai-infra/ui` design system for the first document
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
> 自托管 · 实时协作 · 可恢复版本 · AI 辅助 · 文档归用户所有

[![CI](https://github.com/fullstack-ai-infra/doc/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/fullstack-ai-infra/doc/actions/workflows/ci.yml)
[![CI](https://github.com/bytefolk/doc/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bytefolk/doc/actions/workflows/ci.yml)
[![Status](https://img.shields.io/badge/status-experimental-orange.svg)](#project-status)

**A portable, self-hosted document plane for people and AI agents.**
Expand Down Expand Up @@ -65,10 +65,10 @@ UI、API 与协作服务必须共享同一套文档、权限和版本语义。AI

## 与 `mem` 的边界

| 项目 | 核心对象 | 主要职责 |
| -------------------------------------------------- | --------------------------------- | ------------------------------------- |
| [`mem`](https://github.com/fullstack-ai-infra/mem) | 文件、记忆、实体、任务 checkpoint | 跨 Agent 的可迁移上下文与原始资产 |
| `doc` | 可编辑文档、目录、版本与协作状态 | 人与 Agent 共同写作、审阅、发布和恢复 |
| 项目 | 核心对象 | 主要职责 |
| ---------------------------------------- | --------------------------------- | ------------------------------------- |
| [`mem`](https://github.com/bytefolk/mem) | 文件、记忆、实体、任务 checkpoint | 跨 Agent 的可迁移上下文与原始资产 |
| `doc` | 可编辑文档、目录、版本与协作状态 | 人与 Agent 共同写作、审阅、发布和恢复 |

`doc` 不是通用 Agent runtime,也不替代 `mem` 的多模态原件与长期记忆。两者未来可
通过稳定 API 连接,但各自保持独立的数据所有权和部署边界。
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @fullstack-ai-infra/doc-cli

Authenticated document and local operations CLI for
[`doc`](https://github.com/fullstack-ai-infra/doc).
[`doc`](https://github.com/bytefolk/doc).

```bash
npm install --global ./packages/cli
Expand All @@ -25,5 +25,5 @@ Remote commands use scoped personal access tokens and the stable `/api/v1/docume
stack commands continue to operate on a discovered or explicitly selected checkout.

See the
[CLI guide](https://github.com/fullstack-ai-infra/doc/blob/main/docs/CLI.md)
[CLI guide](https://github.com/bytefolk/doc/blob/main/docs/CLI.md)
for the complete command and safety contract.
2 changes: 1 addition & 1 deletion src/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default async function HomePage() {
</a>
<a
className="rounded-md px-2.5 py-1.5 transition-colors hover:bg-secondary hover:text-foreground"
href="https://github.com/fullstack-ai-infra/doc"
href="https://github.com/bytefolk/doc"
target="_blank"
rel="noreferrer"
>
Expand Down
Loading