Draft
Conversation
Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
- Add new Claude skill for monorepo development workflow - Document iterative testing approach (test after each change group) - Add pre-push checklist (format, build, test-types, test, changeset) - Include 6 workflow examples covering common scenarios - Update CONTRIBUTING.md with iterative workflow section
- Document debug parameter for TSLangServer in tests - Explain tss.log file generation and console output - Add warning about single debug instance per test file - Update ts-html-plugin CLAUDE.md, CONTRIBUTING.md, and kita-dev-workflow skill
- Lightweight documentation index that maps concepts to files - References official docs in packages/docs/docs/ (single source of truth) - References package CLAUDE.md files for implementation details - Includes quick reference for critical gotchas - No hardcoded duplication - everything defers to documentation files - Maps XSS errors, safety rules, Suspense, integrations, and more
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces significant improvements to CI/CD workflows, documentation tooling, and package configuration. The CI pipeline now supports broader Node.js versions and operating systems, adds a dedicated docs deployment job, and optimizes build caching. Documentation quality is enhanced with new agent and skill files enforcing strict writing and structuring conventions. Several package changesets address test coverage, CLI reliability, and plugin improvements.
CI/CD Workflow Enhancements
.github/workflows/ci.yml).deploy-docsjob for automatic documentation deployment to GitHub Pages onmasterandnextbranches (.github/workflows/ci.yml)..github/workflows/ci.yml,.github/workflows/release.yml) [1] [2]..github/workflows/codeql.yml).Documentation Tooling and Standards
information-mapping,rspress-writing) to enforce structured writing and Rspress conventions for documentation (.claude/agents/docs-writer/CLAUDE.md,.claude/skills/information-mapping/SKILL.md,.claude/skills/rspress-writing/SKILL.md,.claude/skills/rspress-writing/style-examples.md) [1] [2] [3] [4].Package Configuration Improvements
.changeset/config.jsonto ignore additional example and docs packages in dependency updates, reducing unnecessary changes.Package Changesets
@kitajs/html, removed deprecated@kitajs/html/register, and initiated a major overhaul (.changeset/slimy-wolves-buy.md,.changeset/stale-shrimps-spend.md,.changeset/warm-seas-kiss.md) [1] [2] [3].@kitajs/ts-html-plugin(.changeset/metal-hairs-juggle.md,.changeset/metal-corners-type.md,.changeset/hip-trams-roll.md) [1] [2] [3].