Skip to content

chore: enterprise repo governance, CI, and root README - #1

Merged
anmolg1997 merged 2 commits into
mainfrom
chore/enterprise-governance
Jun 3, 2026
Merged

chore: enterprise repo governance, CI, and root README#1
anmolg1997 merged 2 commits into
mainfrom
chore/enterprise-governance

Conversation

@anmolg1997

Copy link
Copy Markdown
Collaborator

Makes the repo enterprise-grade.

What's in here

  • CI (.github/workflows/ci.yml): on every PR to main, runs uv syncpyrefly (product code) → pytest. These become the required status checks.
  • Branch protection will be enabled on main (no direct pushes; PR + passing CI + 1 approval).
  • Governance: PR template, bug/feature issue forms, CODEOWNERS, CONTRIBUTING.md, SECURITY.md, proprietary LICENSE.
  • Root README.md: concise overview with a mermaid process flowchart, the 6-report suite, and one-line design decisions.

Notes

  • This PR itself is the first use of the new flow (branched, not pushed to main directly).
  • No product-code changes — purely repo hygiene/governance.

- CI (.github/workflows/ci.yml): uv sync + pyrefly + pytest on PRs to main (+ uv.lock)
- Governance: PR template, bug/feature issue templates, CODEOWNERS, CONTRIBUTING, SECURITY, proprietary LICENSE
- Root README: concise overview with a mermaid process flowchart, the 6-report suite, and one-line design decisions
Three colour-coded phases (Discover / Verify / Deliver) with explicit dark-on-light
classDef colours (readable in light & dark themes). Adds the tool loop, the grounding
gate's reject-back-to-agent path, the SME HITL review, and confidence/provenance tiering.
@anmolg1997
anmolg1997 merged commit 177aa36 into main Jun 3, 2026
1 check passed
@anmolg1997
anmolg1997 deleted the chore/enterprise-governance branch June 3, 2026 15:38
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.

1 participant