Skip to content

docs: sync all package READMEs and website docs with current monorepo state#672

Merged
hotlong merged 2 commits into
mainfrom
copilot/update-readme-and-docs
Feb 13, 2026
Merged

docs: sync all package READMEs and website docs with current monorepo state#672
hotlong merged 2 commits into
mainfrom
copilot/update-readme-and-docs

Conversation

Copilot AI commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

Repository documentation was stale — missing 9 packages from tables, 2 packages had no README, schema counts were outdated (139→175), and several incorrect references (wrong git URL, wrong license badge).

New READMEs

  • packages/rest/README.md@objectstack/rest (REST API server, was completely missing)
  • packages/plugins/plugin-security/README.md@objectstack/plugin-security (RBAC/RLS/field masking)

Root README.md

  • License badge: MIT → Apache 2.0 (matches all package.json)
  • Git clone URL: nicecui/specobjectstack-ai/spec
  • Added Framework Adapters table (7 adapters: Express, Fastify, Hono, NestJS, Next.js, Nuxt, SvelteKit)
  • Added missing entries: plugin-security, plugin-dev, @objectstack/rest, create-objectstack, objectstack-vscode
  • Schema count 139 → 175, package count 15 → 25

Website docs (content/docs/)

  • concepts/packages.mdx — 16 → 25 packages; added all 7 adapters, plugin-security, plugin-dev, rest, create-objectstack, objectstack-vscode; updated dependency graph
  • references/index.mdx — Updated per-module schema counts to match actual *.zod.ts files; replaced obsolete Hub protocol with Cloud + Studio
  • guides/cheatsheets/quick-reference.mdx — Schema count 139 → 175
Original prompt

扫描所有软件包更新read me更新官网文档


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel

vercel Bot commented Feb 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectstack-play Ready Ready Preview, Comment Feb 13, 2026 6:41pm
spec Ready Ready Preview, Comment Feb 13, 2026 6:41pm

Request Review

…nd website docs

- Create README.md for @objectstack/rest (was missing)
- Create README.md for @objectstack/plugin-security (was missing)
- Update root README.md: fix license badge (MIT→Apache 2.0), fix git clone URL (nicecui→objectstack-ai), add all 7 framework adapters, add plugin-security/plugin-dev/rest/create-objectstack/vscode, update schema count (139→175), fix package reference path
- Update content/docs/concepts/packages.mdx: expand from 16 to 25 packages, add all 7 adapters (Express, Fastify, Hono, NestJS, Next.js, Nuxt, SvelteKit), add plugin-security/plugin-dev/rest/create-objectstack/vscode, update dependency graph, update schema count
- Update content/docs/references/index.mdx: update protocol module counts and total (139→175), add Cloud and Studio protocols, remove obsolete Hub protocol
- Update content/docs/guides/cheatsheets/quick-reference.mdx: update schema count (139→175)

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README and official documentation for package updates docs: sync all package READMEs and website docs with current monorepo state Feb 13, 2026
Copilot AI requested a review from hotlong February 13, 2026 18:10
@hotlong
hotlong marked this pull request as ready for review February 13, 2026 18:15
Copilot AI review requested due to automatic review settings February 13, 2026 18:15
@hotlong
hotlong merged commit ef29eb6 into main Feb 13, 2026
5 of 7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR synchronizes repository documentation with the current monorepo state, adding two missing package READMEs and updating counts/references across all documentation to reflect growth from 15→25 packages and 139→175 schemas. The updates correct outdated metadata (license badge, git URL) and comprehensively document all framework adapters and recently added packages.

Changes:

  • Created READMEs for @objectstack/rest and @objectstack/plugin-security with accurate API documentation
  • Updated root README.md with corrected license badge (MIT→Apache 2.0), git URL (nicecui→objectstack-ai), and comprehensive package tables including new Framework Adapters section
  • Synchronized website docs with current schema counts per protocol module and replaced obsolete Hub protocol with Cloud + Studio protocols

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/rest/README.md New comprehensive README for REST API server package with usage examples and feature list
packages/plugins/plugin-security/README.md New README documenting RBAC, RLS, and field-level security architecture with 4-step security chain
README.md Updated license badge, git URL, schema count (139→175), package count (15→25), added Framework Adapters table and missing package entries
content/docs/concepts/packages.mdx Updated package count to 25, added all 7 framework adapters with detailed descriptions, added plugin-security/plugin-dev/rest/create-objectstack/vscode entries, updated dependency graph
content/docs/references/index.mdx Updated per-module schema counts (Data: 18→19, UI: 10→18, Kernel: 17→32, System: 22→27, AI: 13→14, API: 20→25, Shared: 4→9), replaced Hub Protocol (9) with Cloud Protocol (4) + Studio Protocol (1), updated total 139→175
content/docs/guides/cheatsheets/quick-reference.mdx Updated total schema count from 139 to 175

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants