Skip to content

Commit 4c2899b

Browse files
Copilothotlong
andcommitted
Replace protocol-driven with metadata-driven in all documentation
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 28c7cea commit 4c2899b

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

content/docs/00-framework/ai-codex.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This guide helps developers leverage AI tools to enhance ObjectStack development
99

1010
## Why AI Collaboration
1111

12-
ObjectStack, as a protocol-driven platform, involves a lot of:
12+
ObjectStack, as a metadata-driven platform, involves a lot of:
1313
- Schema definitions
1414
- UI protocol configurations
1515
- Repetitive CRUD code

content/docs/00-framework/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you are new to ObjectStack, we recommend reading these in order:
1515
[Welcome to ObjectStack](./welcome): An overview of the platform, its three core engines (ObjectQL, ObjectUI, ObjectOS), and why we built it.
1616

1717
### 2. The Manifesto
18-
[The Manifesto](./manifesto): Understanding the "Protocol-Driven" philosophy is key to mastering ObjectStack. Learn why we prioritize **Data Sovereignty** and **Technical Decoupling**.
18+
[The Manifesto](./manifesto): Understanding the "Metadata-Driven" philosophy is key to mastering ObjectStack. Learn why we prioritize **Data Sovereignty** and **Technical Decoupling**.
1919

2020
### 3. The AI Codex
2121
[The AI Codex](./ai-codex): ObjectStack is designed to be AI-native. Learn how to leverage LLMs to generate 80% of your application code using our standardized JSON protocols.

content/docs/00-framework/welcome.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Your data belongs to you. ObjectStack applications store data locally by default
1717
### 2. Database Agnostic
1818
**Write once, adapter everywhere.** Don't bind your business logic to a specific database vendor. ObjectStack's protocol layer abstracts the underlying storage, allowing you to migrate freely between MySQL, PostgreSQL, SQLite, Oracle, and SQL Server.
1919

20-
### 3. Protocol-Driven Development
20+
### 3. Metadata-Driven Development
2121
We separate the *what* from the *how*. You define your Backend (ObjectQL) and Frontend (ObjectUI) using standard JSON protocols, significantly reducing boilerplate code and technical debt.
2222

2323
---
@@ -66,5 +66,5 @@ ObjectOS connects ObjectQL and ObjectUI into a cohesive runtime environment, han
6666
## Next Steps
6767

6868
- **[Quick Start](../01-quickstart)**: Deploy your first application in 5 minutes.
69-
- **[The Manifesto](./manifesto)**: Deep dive into our "Protocol-Driven" design philosophy.
69+
- **[The Manifesto](./manifesto)**: Deep dive into our "Metadata-Driven" design philosophy.
7070
- **[The AI Codex](./ai-codex)**: Learn how AI accelerates ObjectStack development.

content/docs/cn/00-framework/ai-codex.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: 使用 AI 辅助开发 ObjectStack 项目的最佳实践
99

1010
## 为什么需要 AI 协作
1111

12-
ObjectStack 作为一个协议驱动的平台,有大量的:
12+
ObjectStack 作为一个元数据驱动的平台,有大量的:
1313
- Schema 定义
1414
- UI 协议配置
1515
- 重复性 CRUD 代码

content/docs/cn/00-framework/welcome.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ description: 了解 ObjectStack 的项目愿景和核心组件
77

88
## 项目愿景
99

10-
ObjectStack 是一个本地优先、跨数据库、协议驱动的全栈应用开发平台
10+
ObjectStack 是一个本地优先、跨数据库、元数据驱动的全栈应用开发平台
1111

1212
### 核心价值主张
1313

1414
- **本地优先(Local-First)**:数据存储在本地,用户拥有完整的数据控制权
1515
- **跨数据库(Database-Agnostic)**:一次开发,可在任意数据库上运行
16-
- **协议驱动(Protocol-Driven)**:通过标准化协议实现业务逻辑与技术实现的分离
16+
- **元数据驱动(Metadata-Driven)**:通过标准化协议实现业务逻辑与技术实现的分离
1717

1818
## 核心组件
1919

@@ -93,7 +93,7 @@ ObjectOS 是粘合 ObjectQL 和 ObjectUI 的运行时平台:
9393

9494
### 2. 开发效率
9595

96-
通过协议驱动的方式,大幅减少重复性代码编写提升开发效率。
96+
通过元数据驱动的方式,大幅减少重复性代码编写,提升开发效率。
9797

9898
### 3. 灵活部署
9999

content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Introduction
3-
description: ObjectStack - The Protocol-Driven Development Platform
3+
description: ObjectStack - The Metadata-Driven Development Platform
44
---
55

66
# ObjectStack Documentation
77

88
**ObjectStack** is a full-stack, local-first development platform designed for **data sovereignty** and **technical decoupling**.
99

10-
It standardizes the development process using a "Protocol-Driven" architecture, separating business logic from technical implementation.
10+
It standardizes the development process using a "Metadata-Driven" architecture, separating business logic from technical implementation.
1111

1212
## Core Products
1313

0 commit comments

Comments
 (0)