[PR #1] [MERGED] Prepare v0.1.0 starter release #2

Closed
opened 2026-08-09 19:08:43 +02:00 by zaph0d · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/niels-emmer/pi-ape-speckit/pull/1
Author: @niels-emmer
Created: 5/15/2026
Status: Merged
Merged: 5/15/2026
Merged by: @niels-emmer

Base: mainHead: prep/v0.1.0


📝 Commits (4)

  • 76d1320 Prepare v0.1.0 starter release
  • d7c10c1 Fix TFLint module requirements
  • 59f480d Remove unused policy baseline location input
  • 5075e36 Update release readiness after CI and protection

📊 Changes

58 files changed (+2403 additions, -299 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug-report.md (+36 -0)
.github/ISSUE_TEMPLATE/config.yml (+1 -0)
.github/ISSUE_TEMPLATE/feature-request.md (+30 -0)
.github/pull_request_template.md (+41 -0)
.github/workflows/terraform-governance.yml (+96 -0)
📝 .specify/README.md (+37 -5)
📝 .specify/memory/constitution.md (+47 -26)
📝 .specify/memory/pi-agent.md (+13 -4)
📝 .specify/templates/checklist-template.md (+5 -5)
📝 .specify/templates/commands/analyze.md (+78 -101)
📝 .specify/templates/commands/checklist.md (+43 -38)
📝 .specify/templates/commands/clarify.md (+25 -12)
📝 .specify/templates/commands/implement.md (+26 -11)
📝 .specify/templates/commands/plan.md (+18 -14)
📝 .specify/templates/commands/specify.md (+23 -10)
📝 .specify/templates/commands/tasks.md (+20 -8)
📝 .specify/templates/plan-template.md (+60 -9)
📝 .specify/templates/tasks-template.md (+6 -6)
📝 AGENTS.md (+7 -6)
CHANGELOG.md (+36 -0)

...and 38 more files

📄 Description

Summary

  • add the first release-readiness and contributor-experience docs for v0.1.0
  • pin npm dependency versions and add MIT licensing for the public repo
  • add the initial Azure Policy baseline module and CI/governance scaffolding
  • audit and patch repo docs so they distinguish current truth, scaffold behavior, and historical context

Validation

  • terraform fmt -check -recursive infra/terraform
  • terraform validate for bootstrap, dev, and prod roots
  • git diff --check

Release posture

This PR prepares v0.1.0 as a starter / baseline scaffold release.
It does not claim live Azure plan / apply proof from the checked-in environment roots yet.

Follow-ups after merge

  • verify GitHub Actions on the PR
  • configure branch protection / required checks on main
  • run a real dev plan and, if appropriate, a non-prod apply
  • finalize and publish the v0.1.0 release notes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/niels-emmer/pi-ape-speckit/pull/1 **Author:** [@niels-emmer](https://github.com/niels-emmer) **Created:** 5/15/2026 **Status:** ✅ Merged **Merged:** 5/15/2026 **Merged by:** [@niels-emmer](https://github.com/niels-emmer) **Base:** `main` ← **Head:** `prep/v0.1.0` --- ### 📝 Commits (4) - [`76d1320`](https://github.com/niels-emmer/pi-ape-speckit/commit/76d132027891879469433787422e5be26e43c50d) Prepare v0.1.0 starter release - [`d7c10c1`](https://github.com/niels-emmer/pi-ape-speckit/commit/d7c10c19ce43f499c44095ff4ff04f03730ae743) Fix TFLint module requirements - [`59f480d`](https://github.com/niels-emmer/pi-ape-speckit/commit/59f480d72dd02117e7fda6917c728f73a8cad6f4) Remove unused policy baseline location input - [`5075e36`](https://github.com/niels-emmer/pi-ape-speckit/commit/5075e3696d8bf54994282106106ecb5054338408) Update release readiness after CI and protection ### 📊 Changes **58 files changed** (+2403 additions, -299 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/bug-report.md` (+36 -0) ➕ `.github/ISSUE_TEMPLATE/config.yml` (+1 -0) ➕ `.github/ISSUE_TEMPLATE/feature-request.md` (+30 -0) ➕ `.github/pull_request_template.md` (+41 -0) ➕ `.github/workflows/terraform-governance.yml` (+96 -0) 📝 `.specify/README.md` (+37 -5) 📝 `.specify/memory/constitution.md` (+47 -26) 📝 `.specify/memory/pi-agent.md` (+13 -4) 📝 `.specify/templates/checklist-template.md` (+5 -5) 📝 `.specify/templates/commands/analyze.md` (+78 -101) 📝 `.specify/templates/commands/checklist.md` (+43 -38) 📝 `.specify/templates/commands/clarify.md` (+25 -12) 📝 `.specify/templates/commands/implement.md` (+26 -11) 📝 `.specify/templates/commands/plan.md` (+18 -14) 📝 `.specify/templates/commands/specify.md` (+23 -10) 📝 `.specify/templates/commands/tasks.md` (+20 -8) 📝 `.specify/templates/plan-template.md` (+60 -9) 📝 `.specify/templates/tasks-template.md` (+6 -6) 📝 `AGENTS.md` (+7 -6) ➕ `CHANGELOG.md` (+36 -0) _...and 38 more files_ </details> ### 📄 Description ## Summary - add the first release-readiness and contributor-experience docs for `v0.1.0` - pin npm dependency versions and add MIT licensing for the public repo - add the initial Azure Policy baseline module and CI/governance scaffolding - audit and patch repo docs so they distinguish current truth, scaffold behavior, and historical context ## Validation - terraform fmt -check -recursive infra/terraform - terraform validate for bootstrap, dev, and prod roots - git diff --check ## Release posture This PR prepares `v0.1.0` as a **starter / baseline scaffold** release. It does not claim live Azure `plan` / `apply` proof from the checked-in environment roots yet. ## Follow-ups after merge - verify GitHub Actions on the PR - configure branch protection / required checks on `main` - run a real `dev` plan and, if appropriate, a non-prod apply - finalize and publish the `v0.1.0` release notes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zaph0d 2026-08-09 19:08:43 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
github-mirrors/pi-ape-speckit#2
No description provided.