[codex] Add repository workflow documentation#1
Conversation
There was a problem hiding this comment.
Pull request overview
This PR documents contributor and agent workflows for the repository, adds standardized PR documentation, and aligns license metadata with the repository’s MIT license.
Changes:
- Added contributor-facing workflow docs (
CONTRIBUTING.md,docs/developer-onboarding.md) and updatedREADME.md/AGENTS.mdto reference them. - Added a shared GitHub pull request template under
.github/. - Added an MIT
LICENSEfile and updated package metadata to reflect MIT licensing.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Adds license metadata for the Python project. |
| package.json | Updates npm package license field to MIT. |
| docs/developer-onboarding.md | New onboarding/workflow guide for developers. |
| README.md | Adds links and expectations for repo developer docs and PR structure. |
| LICENSE | Adds MIT license text. |
| CONTRIBUTING.md | New contributor workflow, checks, and agent publication gate policy. |
| CHANGELOG.md | Adds an Unreleased entry documenting the new workflow/policy. |
| AGENTS.md | Updates agent guidance to align with contributor workflow + PR template usage. |
| .github/pull_request_template.md | Adds a standardized PR template for future pull requests. |
💡 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 9 out of 9 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…hore/repo-workflow-docs # Conflicts: # docs/developer-onboarding.md
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
Goal
Document the repository workflow expectations for contributors and AI agents, add a shared pull request template, and align package metadata with the repository license.
Approach
Add contributor-facing workflow documentation in the repository root and
docs/, update the in-repo agent guidance to match, add the GitHub pull request template used for future PRs, and set the project license metadata to MIT to match the newLICENSEfile.Affected Areas
AGENTS.md.github/package.jsonandpyproject.tomlVerification
npm run format-checknpm run testuv run python manage.py testDocumentation
CONTRIBUTING.mddocs/developer-onboarding.md.github/pull_request_template.mdREADME.mdAGENTS.mdChangelog
Unreleasedentry inCHANGELOG.mdcovering the new repository workflow and agent publication policy.Risks And Follow-Up
Screenshots