Skip to content

Commit ea21304

Browse files
authored
Merge pull request #107 from objectstack-ai/copilot/fix-build-issue-in-ci
2 parents dc2f34c + dc823a2 commit ea21304

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ObjectOS is a **metadata-driven runtime engine** that transforms declarative YAM
66

77
## Protocol Foundation: @objectstack/spec
88

9-
ObjectOS is built on the **[@objectstack/spec](https://www.npmjs.com/package/@objectstack/spec)** protocol, which defines the "DNA" of the ObjectStack ecosystem. The spec provides:
9+
ObjectOS is built on the **[@objectstack/spec](https://github.com/objectstack-ai/spec)** protocol, which defines the "DNA" of the ObjectStack ecosystem. The spec provides:
1010

1111
### 1. **Strict Type Definitions**
1212
- **Zod Schemas**: Runtime validation for configuration and data
@@ -36,7 +36,7 @@ All ObjectOS plugins must conform to this lifecycle for consistency and predicta
3636
## The Three-Repository Model
3737

3838
### @objectstack/spec (Protocol Definition)
39-
- **Location**: https://www.npmjs.com/package/@objectstack/spec
39+
- **Location**: https://github.com/objectstack-ai/spec
4040
- **Purpose**: Defines the protocol and type contracts
4141
- **Key Exports**:
4242
- `Data.*` - Object schemas, field types, queries

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ObjectOS is built as a modular Monorepo using **NestJS** and follows the **@obje
5252

5353
### Protocol Compliance
5454

55-
ObjectOS adheres to the [@objectstack/spec](https://www.npmjs.com/package/@objectstack/spec) protocol, which defines:
55+
ObjectOS adheres to the [@objectstack/spec](https://github.com/objectstack-ai/spec) protocol, which defines:
5656
- **Kernel Protocol**: Plugin lifecycle, manifest structure, and context interfaces
5757
- **Data Protocol**: Object schemas, field types, queries, and hooks
5858
- **System Protocol**: Audit logging, events, and job scheduling

docs/SPEC_REFACTORING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
This document describes the refactoring of ObjectOS to align with the [@objectstack/spec](https://www.npmjs.com/package/@objectstack/spec) protocol version 0.3.3.
5+
This document describes the refactoring of ObjectOS to align with the [@objectstack/spec](https://github.com/objectstack-ai/spec) protocol version 0.3.3.
66

77
## What is @objectstack/spec?
88

@@ -253,7 +253,7 @@ See `packages/kernel/src/plugins/example-spec-plugin.ts` for a complete, product
253253

254254
## Resources
255255

256-
- [@objectstack/spec on npm](https://www.npmjs.com/package/@objectstack/spec)
256+
- [@objectstack/spec on GitHub](https://github.com/objectstack-ai/spec)
257257
- [Example Plugin](../packages/kernel/src/plugins/example-spec-plugin.ts)
258258
- [Kernel README](../packages/kernel/README.md)
259259
- [Architecture Documentation](../ARCHITECTURE.md)

packages/kernel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @objectos/kernel
22

3-
The core runtime engine for ObjectOS - a metadata-driven platform built on the [@objectstack/spec](https://www.npmjs.com/package/@objectstack/spec) protocol.
3+
The core runtime engine for ObjectOS - a metadata-driven platform built on the [@objectstack/spec](https://github.com/objectstack-ai/spec) protocol.
44

55
## Overview
66

0 commit comments

Comments
 (0)