This repository was archived by the owner on Mar 26, 2026. It is now read-only.
chore: modernize tooling, deps, and CI#18
Merged
Conversation
- Upgrade TypeScript to ^6.0.2 (aligned with pyreon/fundamentals/zero) - Update tsconfig target to ES2024, add ignoreDeprecations for baseUrl - Pin all CI actions by SHA (checkout v6.0.2, setup-bun v2.2.0, codeql v3.32.6) - Add timeouts, dependency-review, and CodeQL to ci.yml - Refactor deploy.yml to reuse ci.yml via workflow_call - Add fumadocs/react/tailwind/types groups to dependabot - Bump biome schema to 2.4.8 - Fix PropTable crash on undefined props - Add CLAUDE.md for AI-assisted development context Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add docs for: kinetic, attrs, rocketstyle, ui-core, connector-document, document-primitives, cli, devtools, meta, create-zero - Add meta.json to 10 existing folders missing them (charts, code, document, feature, flow, hotkeys, machine, permissions, storage, typescript) - Update sidebar navigation with all packages organized into sections: Core Framework, Compatibility, State & Data, Meta-Framework, UI System, Ecosystem, Developer Tools - Update docs index.mdx with complete package tables (50+ packages) - Update homepage: package count 27→50+, add State & Data and Ecosystem sections with new package cards Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tooling & CI modernization
^5.9.3→^6.0.2(aligned with pyreon, fundamentals, zero repos)ci.ymlviaworkflow_call(no more duplicated lint/typecheck/build steps)ignoreDeprecations: "6.0"for baseUrl compatpropsarrayDocumentation completeness (cross-referenced with all pyreon repos)
Pages: 45 → 55 static pages generated
Test plan
bun run typecheckpassesbun run lintpasses (17 files, no issues)bun run buildpasses (55/55 static pages generated)🤖 Generated with Claude Code