[ci] Add AGENTS.md, PHP AI skill and remove coverage guards #1767#1768
Merged
michaelvlach merged 4 commits intomainfrom Apr 17, 2026
Merged
[ci] Add AGENTS.md, PHP AI skill and remove coverage guards #1767#1768michaelvlach merged 4 commits intomainfrom
michaelvlach merged 4 commits intomainfrom
Conversation
Add AGENTS.md documenting repository components, available commands and package names for Rust, TypeScript and PHP. In agdb_api/php/ci.sh, remove leftover .openapi-generator/ directory during the openapi task to clean generated artifacts. Update pnpm-workspace.yaml to remove the agdb_web_next package from the workspace packages list.
Closed
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds repository-level agent documentation and performs a couple of small CI/workspace cleanups.
Changes:
- Add
AGENTS.mddescribing repository components, commands, and package names. - Clean PHP OpenAPI generation artifacts by removing the
.openapi-generator/directory during regeneration. - Remove
agdb_web_next/**frompnpm-workspace.yaml.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
pnpm-workspace.yaml |
Removes the (now non-present) agdb_web_next package from the pnpm workspace. |
agdb_api/php/ci.sh |
Cleans up .openapi-generator/ during OpenAPI regeneration to avoid leftover artifacts. |
AGENTS.md |
Introduces documentation for components, commands, and package naming across Rust/TypeScript/PHP. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Remove strict coverage gating and filename-ignore options from CI llvm-cov invocations, switching the agdb and agdb_server workflow steps to only use --show-missing-lines. Update the coverage workflow invocation to produce lcov output via cargo llvm-cov. Also apply small editorial fixes to AGENTS.md: clarify wording, fix a typo (cargp -> cargo), adjust formatting lines, and add a note about running cargo llvm-cov for package coverage.
Add a new .github/skills/php-composer-setup/SKILL.md that documents installing and verifying PHP and Composer across Windows, Linux, and macOS, outlines verification and repository check commands (for agdb_api/php), and provides usage examples. Update AGENTS.md to include a Setup section with installation hints for Rust, pnpm, PHP/Composer (referencing the new skill), and Playwright, and add TypeScript dependency install/update commands.
agnesoft
approved these changes
Apr 17, 2026
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.
Add AGENTS.md documenting repository components, available commands and package names for Rust, TypeScript and PHP. In agdb_api/php/ci.sh, remove leftover .openapi-generator/ directory during the openapi task to clean generated artifacts. Update pnpm-workspace.yaml to remove the agdb_web_next package from the workspace packages list.