Skip to content

Commit ffc4bfb

Browse files
committed
chore(docs): regenerate references —— 9 处同目录裸路径不再是纯文本 (#6484)
`pnpm --filter @objectstack/spec gen:docs` 的纯输出,未手改一个字节。 231 个产物里 4 个文件、9 行变化,与 issue 点名的 9 处完全重合,零附带: - 5 处成为站内链接:api/realtime、api/websocket、cloud/package-version、 cloud/environment-package、system/encryption - 4 处回退成代码段:auth、audit、compliance、masking —— 这四个邻居本就不存在, 按 #6229「目标没有页面就不发链接」 全语料 216 条站内路由 / 437 个位置逐条核过,无死链。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AZgRyPVwi1jLb1mNNuUQ9o
1 parent f6d9574 commit ffc4bfb

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

content/docs/references/api/realtime-shared.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ realtime protocol (SSE/Polling/WebSocket) and the WebSocket collaboration protoc
1616
- `realtime.zod.ts` — Transport-layer protocol (Channel, Subscription, Transport selection)
1717
- `websocket.zod.ts` — Collaboration protocol (Cursor, OT editing, Advanced presence)
1818

19-
See also: realtime.zod.ts for transport-layer configuration
19+
See also: [realtime.zod.ts](/docs/references/api/realtime) for transport-layer configuration
2020

21-
See also: websocket.zod.ts for collaborative editing protocol
21+
See also: [websocket.zod.ts](/docs/references/api/websocket) for collaborative editing protocol
2222

2323
<Callout type="info">
2424
**Source:** `packages/spec/src/api/realtime-shared.zod.ts`

content/docs/references/cloud/package.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ flows, translations, agents — into a named, versioned artifact.
1414

1515
Architecture:
1616
- `sys_package` — identity (one row per logical package)
17-
- `sys_package_version` — immutable release snapshots (see package-version.zod.ts)
18-
- `sys_package_installation` — env ↔ version pairing (see environment-package.zod.ts)
17+
- `sys_package_version` — immutable release snapshots (see [package-version.zod.ts](/docs/references/cloud/package-version))
18+
- `sys_package_installation` — env ↔ version pairing (see [environment-package.zod.ts](/docs/references/cloud/environment-package))
1919

2020
See `docs/adr/0003-package-as-first-class-citizen.md` for the full rationale.
2121

content/docs/references/identity/identity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Identity & User Model Specification
1010
Defines the standard user, account, and session data models for ObjectStack.
1111
These schemas represent "who is logged in" and their associated data.
1212

13-
This is separate from authentication configuration (auth.zod.ts) which
13+
This is separate from authentication configuration (`auth.zod.ts`) which
1414
defines "how to login".
1515

1616
<Callout type="info">

content/docs/references/system/security-context.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Provides a central governance layer that correlates and unifies
1111
the four independent security subsystems it was designed against. Three of
1212
the four have since been REMOVED per ADR-0056 D8 (declared-but-never-enforced;
1313
see system/index.ts notes) — only encryption survives, marked experimental:
14-
- **Audit** (audit.zod.ts — REMOVED): the live audit path is plugin-audit's
14+
- **Audit** (`audit.zod.ts` — REMOVED): the live audit path is plugin-audit's
1515
always-on capture + object/field `trackHistory` + lifecycle `audit` retention
16-
- **Encryption** (encryption.zod.ts): Field-level encryption and key management
17-
- **Compliance** (compliance.zod.ts — REMOVED): GDPR/HIPAA/SOX/PCI-DSS configs
18-
- **Masking** (masking.zod.ts — REMOVED): PII data masking and tokenization
16+
- **Encryption** ([encryption.zod.ts](/docs/references/system/encryption)): Field-level encryption and key management
17+
- **Compliance** (`compliance.zod.ts` — REMOVED): GDPR/HIPAA/SOX/PCI-DSS configs
18+
- **Masking** (`masking.zod.ts` — REMOVED): PII data masking and tokenization
1919

2020
This schema enforces cross-cutting security policies, ensuring compliance
2121
frameworks drive encryption requirements, masking rules respect role-based

0 commit comments

Comments
 (0)