Conversation
- Remove unused devcontainer, vscode, eslint, and cspell configs - Migrate ESLint config to flat config format (eslint.config.ts) - Simplify trunk configs and update trunk.yaml - Update docs content across community, ecosystem, and guides - Clean up CSS modules and component styles - Update TypeScript config and component prop types - Refresh legal pages (Code of Conduct, Privacy) 98 files changed, 1059 insertions(+), 1872 deletions(-) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Standardize single-quoted JSX attributes to double quotes across all MDX documentation files in docs/, community/, and ecosystem/ content roots for consistency with the project's Prettier configuration. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- stylelint 17.7.0 → 17.8.0 - typescript 6.0.2 → 6.0.3 - prettier 3.8.2 → 3.8.3 (via trunk) - Remove react-spinners and @loadable/component (no longer used) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ize quotes - Replace React.Children/React.forwardRef with named imports - Rewrite Spinner to use CSS module animation instead of react-spinners - Add Spinner.module.css with equivalent visual behavior - Expand Player useMemo/deps arrays for readability - Normalize JSX attribute quotes to double quotes across all components Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add blank lines after markdown headers in copilot-instructions - Align markdown tables in instructions and skill references - Add code fence language tags to prompts and skill files - Remove 8 unused CI workflow files (labeler, stale, lychee, etc.) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Bump stylelint 17.7.0→17.8.0, prettier 3.8.2→3.8.3, python 3.10.8→3.13.3 - Add ESLint definition with jiti extra_packages and eslint.config.ts - Add .markdownlint.json with MDX-friendly rule overrides Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Standardize JSX attribute quotes to double quotes - Fix heading ID comment syntax in blog post and legal pages Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add 5 new homepage sections: WhyZi value props, terminal Showcase, Ecosystem highlights, Install CTA band, and Community links. Enhance HomeBanner with gradient mesh background, logo glow effect, and hero subtitle. Move asciinema player from HomeFeatures to the new HomeShowcase terminal chrome frame. Clean up unused imports. All sections use CSS modules with glassmorphism cards, responsive layouts, and i18n-ready Translate wrappers. No new npm dependencies. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The asciinema recording shows plugin installation, not loading. Update heading and descriptions to accurately describe the workflow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Apply consistent glassmorphism card styles across all homepage sections: backdrop-filter blur, 16px border-radius, matching hover transform and box-shadow. Aligns Ecosystem, Community, and Features cards with the WhyZi reference design. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Remove glassmorphism card styling from Features section, keeping them as plain text entries. Reorder page: Ecosystem cards now appear before the Features descriptions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace <a> with <Link /> from @docusaurus/Link in HomeCommunity to satisfy @docusaurus/no-html-links ESLint rule. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The Features section (Zsh Startup, Focus on What Matters, Wide Range of Features) overlapped with the WhyZi section. Remove HomeFeatures component and its features data file. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
Size Change: -2.71 MB (-29.52%) 🎉 Total Size: 6.46 MB
ℹ️ View Unchanged
|
Remove Japanese (ja) and Simplified Chinese (zh-Hans) locales from the i18n configuration to streamline builds until translations are ready for re-enablement. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR modernizes the repo’s developer tooling and homepage implementation for the Docusaurus site, while also applying broad MDX/Markdown consistency updates (frontmatter metadata, heading/anchor markers, and formatting).
Changes:
- Replace legacy lint/tooling configs with updated Prettier/Stylelint/Markdownlint configs, add an ESLint flat config (
eslint.config.ts), and upgrade Trunk + dependencies. - Refactor the homepage by replacing the old
HomeFeaturessection with several new, dedicated sections/components. - Bulk-update docs/MDX content for metadata (
keywords,sidebar_position) and formatting consistency.
Reviewed changes
Copilot reviewed 144 out of 146 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Adds TS deprecation ignore + reorders compiler options. |
| src/theme/MDXComponents.tsx | Registers new MDX components (GhRepoBadge, ShellCodeCopy). |
| src/pages/legal/PRIVACY.md | Adds heading anchor markers. |
| src/pages/legal/CODE_OF_CONDUCT.md | Adds heading anchor markers. |
| src/pages/index.tsx | Replaces HomeFeatures with new homepage sections. |
| src/data/features.tsx | Removes old homepage feature data source. |
| src/data/features.module.css | Refactors repeated FontAwesome styling via CSS Modules composes. |
| src/components/Svg/styles.module.css | Removes formatting pragma comment. |
| src/components/Svg/index.tsx | JSX formatting adjustment. |
| src/components/Spinner.tsx | Replaces react-spinners loader with a CSS-based spinner. |
| src/components/Spinner.module.css | Adds CSS spinner styles. |
| src/components/ShellCodeCopy/index.tsx | Adds wrapper component for CodeBlock. |
| src/components/Player/index.tsx | Refactors props handling and memoizes options object. |
| src/components/Markdown/_zi_tab_completion.mdx | Converts HTML format comment to MDX-safe JSX comment. |
| src/components/Markdown/_read_ini_example.mdx | Converts HTML format comment to MDX-safe JSX comment. |
| src/components/Markdown/_player_shortcuts.mdx | Converts HTML format comment to MDX-safe JSX comment. |
| src/components/Markdown/_chroma_function_example.mdx | Converts HTML format comment to MDX-safe JSX comment. |
| src/components/ImgShow/styles.module.css | Removes formatting pragma comment. |
| src/components/ImgShow/index.tsx | Switches dynamic import implementation to React.lazy + Suspense. |
| src/components/HomeWhyZi/styles.module.css | Adds new “Why Zi?” section styling. |
| src/components/HomeWhyZi/index.tsx | Adds new “Why Zi?” section component. |
| src/components/HomeShowcase/styles.module.css | Adds new “Showcase” section styling. |
| src/components/HomeShowcase/index.tsx | Adds new “Showcase” section component. |
| src/components/HomeInstallCta/styles.module.css | Adds new “Install CTA” section styling. |
| src/components/HomeInstallCta/index.tsx | Adds new “Install CTA” section component. |
| src/components/HomeFeatures/styles.module.css | Removes old homepage features styling. |
| src/components/HomeFeatures/index.tsx | Removes old homepage features component. |
| src/components/HomeEcosystem/styles.module.css | Adds new “Ecosystem” section styling. |
| src/components/HomeEcosystem/index.tsx | Adds new “Ecosystem” section component. |
| src/components/HomeCommunity/styles.module.css | Adds new “Community” section styling. |
| src/components/HomeCommunity/index.tsx | Adds new “Community” section component. |
| src/components/HomeBanner/styles.module.css | Updates hero banner visuals and reduced-motion behavior. |
| src/components/HomeBanner/index.tsx | Updates hero banner markup + adds lazy-loading for iframes. |
| src/components/Highlight/styles.module.css | Adds CSS Module styles for Highlight. |
| src/components/Highlight/index.tsx | Adds new Highlight component implementation using CSS Modules. |
| src/components/Highlight.tsx | Removes old inline-styled Highlight component. |
| src/components/GhRepoBadge/styles.module.css | Adds styles for new GitHub repo badge. |
| src/components/GhRepoBadge/index.tsx | Adds new GitHub repo badge component. |
| src/components/Emoji.tsx | Removes incorrect style?: string prop override. |
| src/components/APITable/styles.module.css | Removes formatting pragma comment. |
| src/components/APITable/index.tsx | Refactors React imports/Children usage + keyboard handling changes. |
| package.json | Upgrades deps/devDeps, removes react-spinners + @loadable/component, adds lint scripts, updates pnpm overrides. |
| eslint.config.ts | Adds ESLint flat config (TS/React/MDX/a11y/import-x/Docusaurus). |
| ecosystem/plugins/zzcomplete.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zsh_unique_id.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zsh_startify.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zsh_select.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zsh_navigation_tools.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zsh_modules.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zsh_editing_workbench.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zsh_comand_architect.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zprompts.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zi_console.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zconvey.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/zbrowse.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/h-s-mw.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/plugins/diff-so-fancy.mdx | Adds sidebar_position, formatting + heading markers. |
| ecosystem/packages/01_synopsis.mdx | Converts comments to JSX comments + adds heading markers. |
| ecosystem/index.mdx | Adds keywords + converts format comment. |
| ecosystem/annexes/9_rust.mdx | Adds sidebar_position, formatting + heading markers + admonition syntax update. |
| ecosystem/annexes/8_linkbin.mdx | Adds sidebar_position, formatting + heading markers + admonition syntax update. |
| ecosystem/annexes/7_unscope.mdx | Adds sidebar_position, formatting + heading markers + TODO comment conversion. |
| ecosystem/annexes/6_submods.mdx | Adds sidebar_position, formatting + heading markers + admonition syntax update. |
| ecosystem/annexes/5_readurl.mdx | Adds sidebar_position, formatting + heading markers + admonition syntax update. |
| ecosystem/annexes/4_patch-dl.mdx | Adds sidebar_position, formatting + heading markers + admonition syntax update. |
| ecosystem/annexes/3_default_ice.mdx | Adds sidebar_position, formatting + heading markers + admonition syntax update. |
| ecosystem/annexes/2_meta_plugins.mdx | Adds sidebar_position, formatting + heading markers + admonition syntax update. |
| ecosystem/annexes/20_test.mdx | Adds sidebar_position + formatting updates. |
| ecosystem/annexes/19_eval.mdx | Adds sidebar_position + formatting + TODO comment conversion. |
| ecosystem/annexes/0_overview.mdx | Converts format comment + adds heading markers. |
| docs/zi_code.mdx | Adds sidebar_position + converts format comment. |
| docs/index.mdx | Adds keywords, formatting updates, and heading markers. |
| docs/guides/syntax/10_bindkey.mdx | Converts format comment + adds heading markers. |
| docs/guides/syntax/03_ice_modifiers.mdx | Adds keywords, updates admonition syntax, adds heading markers. |
| docs/guides/syntax/02_for.mdx | Converts format comment + adds heading markers. |
| docs/guides/03_benchmark.mdx | Converts format comment + adds heading markers + admonition syntax update. |
| docs/guides/02_customization.mdx | Converts format/TODO comments, adds heading markers, updates admonition syntax. |
| docs/guides/01_commands.mdx | Adds keywords, converts format comment, adds heading markers. |
| docs/getting_started/03_migration.mdx | Adds sidebar_position + adds heading markers. |
| docs/getting_started/01_installation.mdx | Adds heading markers + updates admonition syntax + updates a link anchor. |
| community/index.mdx | Adds description, converts format comment. |
| community/gallery/collection/07_themes.mdx | Adds sidebar_position, converts format comment, adds heading markers. |
| community/gallery/collection/05_services.mdx | Adds sidebar_position, converts format comment, adds heading markers. |
| community/gallery/collection/04_snippets.mdx | Adds sidebar_position, converts format comment, updates admonition syntax, adds heading markers. |
| community/gallery/collection/01_collection.mdx | Adds sidebar_position, converts format comment, adds heading markers. |
| community/99_contributors.mdx | Adds heading markers and converts end-of-file marker to JSX comment. |
| community/01_zsh_guide/01_roadmap/10_expansion.mdx | Converts TODO HTML comment to JSX comment + adds heading markers. |
| community/01_zsh_guide/01_roadmap/01_zsh_startup.mdx | Converts HTML comments to JSX comments. |
| blog/2022/01/15/swiss_army_knife_for_zsh.md | Adds heading anchor markers to headings. |
| .vscode/settings.json | Removes workspace editor settings. |
| .vscode/launch.json | Removes VS Code launch configurations. |
| .vscode/extensions.json | Removes VS Code extension recommendations. |
| .trunk/trunk.yaml | Upgrades Trunk + linter versions and adds ESLint flat-config support. |
| .trunk/configs/.stylelintrc.yml | Removes Trunk-scoped Stylelint config. |
| .trunk/configs/.prettierrc | Removes Trunk-scoped Prettier config. |
| .trunk/configs/.prettierignore | Removes Trunk-scoped Prettier ignore file. |
| .trunk/configs/.hadolint.yaml | Removes Trunk-scoped Hadolint config. |
| .stylelintrc.yml | Adds root Stylelint configuration. |
| .prettierrc.json | Adds root Prettier configuration. |
| .prettierignore | Adds root Prettier ignore rules. |
| .markdownlint.json | Adds root Markdownlint configuration. |
| .github/workflows/sync-labels.yml | Removes workflow. |
| .github/workflows/stale.yml | Removes workflow. |
| .github/workflows/pr-labels.yml | Removes workflow. |
| .github/workflows/lychee.yml | Removes workflow. |
| .github/workflows/lock.yml | Removes workflow. |
| .github/workflows/labeler.yml | Removes workflow. |
| .github/workflows/dependency-review.yml | Removes workflow. |
| .github/workflows/comment-rebase.yml | Removes workflow. |
| .github/skills/what-context-needed/SKILL.md | Adds Copilot skill definition. |
| .github/skills/suggest-awesome-github-copilot-skills/SKILL.md | Adds Copilot skill definition. |
| .github/skills/docs-release-readiness/SKILL.md | Adds docs QA skill definition. |
| .github/skills/codebase-health-audit/SKILL.md | Adds codebase audit skill definition. |
| .github/skills/codebase-health-audit/references/typescript-react.md | Adds TypeScript/React checklist reference. |
| .github/skills/codebase-health-audit/references/mdx-docs.md | Adds MDX docs checklist reference. |
| .github/skills/codebase-health-audit/references/css-styling.md | Adds CSS checklist reference. |
| .github/prompts/review-pr.prompt.md | Adds PR review prompt and workflow. |
| .github/prompts/project-health.prompt.md | Adds project health prompt. |
| .github/prompts/audit-consistency.prompt.md | Adds audit/fix prompt. |
| .github/prompts/add-doc-section.prompt.md | Adds “add docs section” prompt. |
| .github/prompts/audit-consistency.prompt.md | Adds audit prompt (consistency/perf/style). |
| .github/instructions/frontend-components.instructions.md | Adds frontend component authoring conventions. |
| .github/instructions/docs-authoring.instructions.md | Adds docs authoring conventions. |
| .github/hooks/lint-on-edit.json | Adds lint-on-edit hook to run ESLint/Stylelint after edits. |
| .github/drafts/notes.md | Updates JSX sample formatting. |
| .github/copilot-instructions.md | Adds repo-wide Copilot guidance for contributors/agents. |
| .github/agents/localization-maintainer.agent.md | Adds localization workflow agent guidance. |
| .github/.cspell/project-usernames.txt | Removes project usernames list. |
| .github/.cspell/project-ignored.txt | Removes project ignored words list. |
| .eslintrc.yml | Removes legacy ESLint config. |
| .devcontainer/devcontainer.json | Removes devcontainer configuration. |
| .devcontainer/Dockerfile | Removes devcontainer Dockerfile. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying zsh with
|
| Latest commit: |
7215b19
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://74a343ab.zsh.pages.dev |
| Branch Preview URL: | https://update.zsh.pages.dev |
…ct.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sall <59910950+ss-o@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sall <59910950+ss-o@users.noreply.github.com>
- Add .vscode/mcp.json with GitHub Copilot MCP server - Add asciinema-player type declarations (TS7016) - Fix React 19 type narrowing in APITable component (TS18046, TS2345) - Replace template literal className with clsx in HomeCommunity Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Create .github/copilot-mcp.json to enable built-in GitHub MCP server
- Fix ESLint mdx.flatCodeBlocks glob with clarifying comment
- Remove invalid {/_ #... _/} heading suffixes from PRIVACY.md,
CODE_OF_CONDUCT.md, and blog post (not valid JSX/MDX comments)
- Fix APITable: use named ForwardedRef/KeyboardEvent imports from react
instead of React namespace references
- Fix relative links in prompt files (review-pr, audit-consistency)
- Replace @loadable/component references with React.lazy + Suspense
- Update localization agent to reflect en-only locale config
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 143 out of 146 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace translated strings with locale-independent identifiers as React list keys in HomeCommunity (href), HomeWhyZi (new id field), and HomeEcosystem (link) to prevent remounts across locale changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Create a comprehensive UI design skill with references covering: - Design tokens (spacing, shadows, radii, breakpoints, transitions) - Component patterns (cards, grids, sections, buttons, terminal UI) - Accessibility guidelines (contrast, keyboard, ARIA, motion, images) Derived from auditing all homepage component CSS modules and custom.css. Documents both current state and target conventions for visual consistency. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ed card CSS - Remove hardcoded data-theme="dark" from HomeBanner; add light/dark CSS overrides - Standardize breakpoints to 480/768/1024px across all components - Show terminal on mobile (scrollable, max-height) instead of display:none - Add light-mode overrides to HomeInstallCta gradient and buttons - Extract shared CardGrid.module.css; compose from it in WhyZi/Ecosystem/Community - Add focus-visible outlines to cards and CTA buttons - Unify card grid gap to 1.25rem; add missing 480px breakpoint to WhyZi Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Delete unused src/data/features.module.css (no imports found) - Rename ImgShow CSS class .ImgClass → .image for consistency - Add JSDoc documentation to Highlight component props Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Accessibility: prefers-reduced-motion for CardGrid/InstallCta/Banner, focus-visible on Banner CTAs, rel=noopener on external links - Design tokens: 20+ CSS custom properties (spacing, shadow, radius, transition) - Token adoption: replaced hardcoded values in CardGrid, Banner, InstallCta - Player: error handling with fallback Link, ARIA attributes - Spinner: directory structure, size prop (small/medium/large), reduced-motion - Skills: installed 8 awesome-copilot skills with bundled assets - Skill refs: synced design-tokens.md and accessibility.md with implementations - Fixed global transition-duration scope (html element only) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 179 out of 191 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WhyZi cards are informational divs with no links. The inherited hover transform made them appear interactive. Override shared card hover to keep cards static while preserving the effect for linked sections (Ecosystem, Community). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Derive key from getRowName(row) so each APITableRowComp has a unique, stable key for proper React reconciliation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 179 out of 191 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- HomeCommunity: change Link href to to for Docusaurus routing - HomeCommunity: add aria-hidden="true" to decorative <i> icons - GhRepoBadge: change Link href to to for Docusaurus routing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 179 out of 191 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 179 out of 191 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Migrate deploy from deprecated cloudflare/pages-action to wrangler-action v3 - Fix Node 18 to lts/* across all workflows (engines requires >=20) - Remove --prod install flag that skipped devDependencies needed for build - Fix stale path filters in ci-perf (sidebars.js, babel.config.js) - Replace --shamefully-hoist --no-frozen-lockfile with --frozen-lockfile - Add concurrency group and timeout-minutes to argos workflow - Add explicit permissions block to crowdin-download - Add lychee-based link checker workflow (weekly + on docs push) - Fix Link href to Link to in docs/index.mdx Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add language specifiers to fenced code blocks (MD040) - Fix ordered list item prefixes across code block breaks (MD029) - Normalize list marker spacing to single space (MD030) - Remove trailing punctuation from heading (MD026) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add ariaLabel prop to Spinner so callers can provide context-specific loading text. Remove the wrapper div with duplicate role=status in Player, passing the label directly to Spinner instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This pull request removes several configuration and metadata files related to development environment setup, linting, and project automation, and introduces new, more targeted instruction and configuration files for documentation, frontend, and project skills. The main focus is on modernizing project guidelines, improving automation, and providing clear authoring instructions for contributors.
Key changes include:
Dev Container and Linting Configuration Removal
.devcontainer/Dockerfileand.devcontainer/devcontainer.json, eliminating the VSCode development container setup. [1] [2].eslintrc.yml, moving away from the legacy ESLint YAML configuration (likely in favor of a flat config or another approach).Project Automation and Skill Instructions
.github/instructions/, guiding when to invoke automated project skills after bulk changes. [1] [2] [3].github/hooks/lint-on-edit.jsonto run linting automatically after certain file edits..github/copilot-mcp.jsonfor Copilot MCP server configuration.Documentation and Authoring Guidelines
.github/copilot-instructions.md, covering build, architecture, conventions, and agent notes.Housekeeping and Cleanup
.github/.cspell/project-ignored.txtand.github/.cspell/project-usernames.txt, possibly to reduce maintenance or in favor of a new spellchecking approach. [1] [2].github/comment-labels.yml, removing automated comment and label workflows for issues and PRs..github/drafts/notes.md(quote style normalization).These changes streamline project configuration, enhance contributor onboarding, and ensure that best practices are clearly documented and enforced through automation.