Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 6, 2025

Syncs Copilot instructions with the current state of the repository—accurate component count, tooling, workflows, and structure.

Project Overview

  • Component count: 50+ → 49 (exact)
  • Added Pest as testing framework

Repository Structure

  • Added types/, .github/, phpstan.neon.dist
  • Cross-referenced CLAUDE.md and AGENTS.md

Components

  • Reorganized into 8 categories: Development Tools, Database, Caching/Storage, HTTP/API, Notifications, Search, Security, Infrastructure
  • Listed ~30 key components with brief descriptions

GitHub Actions

  • Added all workflows: tests.yaml, test-components.yml, docs-split.yaml, docs-translate.yaml, release.yaml, split.yaml, update-changelog.yml, cnb.yaml

Scripts

  • Documented all bin/ scripts including split.sh, release.sh, composer-json-fixer

Development

  • Updated ConfigProvider template with aspects and publish keys
  • Added Coroutine Safety section with Hyperf\Context\Context usage
  • Added Conventional Commits guidelines
  • Expanded build commands: composer test:unit, --parallel, --group=<component>
Original prompt

根据项目最新代码更新.github/copilot-instructions.md


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@coderabbitai
Copy link

coderabbitai bot commented Dec 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

…t code

Co-authored-by: huangdijia <8337659+huangdijia@users.noreply.github.com>
Copilot AI changed the title [WIP] Update copilot instructions for latest code Update .github/copilot-instructions.md to reflect latest project code Dec 6, 2025
Copilot AI requested a review from huangdijia December 6, 2025 02:47
@huangdijia huangdijia marked this pull request as ready for review December 6, 2025 02:51
Copilot AI review requested due to automatic review settings December 6, 2025 02:52
@huangdijia huangdijia merged commit ba995da into 3.2 Dec 6, 2025
1 check was pending
@huangdijia huangdijia deleted the copilot/update-copilot-instructions branch December 6, 2025 02:52
Copy link
Contributor

Copilot AI left a comment

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 comprehensively updates .github/copilot-instructions.md to accurately reflect the current state of the repository, including precise component counts, testing framework details, build scripts, and GitHub workflows.

Key changes:

  • Updated component count from "50+" to exactly "49" components
  • Added comprehensive documentation for Pest testing framework usage
  • Expanded repository structure documentation to include types/, .github/, and configuration files
  • Added detailed sections on Coroutine Safety and Conventional Commits guidelines

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.

2 participants