Releases: kktbur/VibeCoding-Start
Release list
VibeCoding Start v0.3.0
Added
- Add a user-facing Chinese README with visible English/Chinese navigation.
- Add contributor guidance, security reporting guidance, and issue/PR templates.
- Add the Unix
scripts/check.shverification wrapper and run it in CI. - Add governance-document fixtures and refresh the repository-local indexed knowledge.
- Add the v0.3.0 ecosystem governance entry points.
Verification
- Fresh-session E2E completed in an isolated empty Git project.
INIT → UPDATE → AUDITcompleted successfully.- Required project knowledge documents were generated.
- Documentation, link, freshness, Git-boundary, and no-commit checks passed.
- Post-merge Plugin Validation and Standards Audit passed on
main.
Compatibility
- WP-34, clean-room installation, Docker smoke testing, and release automation remain deferred for a later scoped change.
VibeCoding Start v0.2.0
[0.2.0] - 2026-09-05
Added
Add an English-first, Chinese-second README with visible language navigation and a pinned v0.1.1 installation path.
Add a redacted small-project example and repository-local Cross-Agent usage notes.
Add a Small/Medium/Large gate-depth matrix and a concrete Small-project artifact path.
Add deterministic validation for the public example, README navigation, and Small-project gate depth.
Clarify the ownership boundary between vibecoding-start, vibecoding-project-knowledge, and the scaling reference.
VibeCoding Start v0.1.1
[0.1.1] - 2026-09-05
Fixed
Make project-document auditing tolerant of PRD subtitles, Chinese headings, Chinese lifecycle states, and common .project-memory ignore rules.
Report invalid UTF-8 project documents as audit failures instead of terminating with a traceback.
Changed
Replace the repository marketplace identifier personal with the public identifier kktbur.
Normalize repository text-file conventions with .gitattributes and .editorconfig.
Add version-consistency and line-ending checks to the deterministic validation path.
Documentation
Rewrite the public installation path so it contains final user instructions rather than release-process notes.
Add CI and license badges, the project knowledge index, and release links to the README.
Add a small-project improvement plan and refresh the repository's active release state.
VibeCoding Start v0.1.0
VibeCoding Start v0.1.0 Public Distribution Readiness
- Status: PR #1 MERGED — implementation, remote release branch verification, remote CI, and requested fresh-session E2E complete; tag/Release pending authenticated GitHub write access
- Date: 2026-09-03
- Target repository:
https://github.com/kktbur/VibeCoding-Start
Intent
Turn the working v1.2 repository-local package into a clear, installable, safe-to-reuse Skill-only Plugin without adding a new infrastructure platform.
Scope
- Add
docs/PRD.mdandtemplates/PRD.md; make PRD part of INIT, UPDATE, AUDIT, and CI contracts. - Activate a clean Vibe Engineering Development Standard v1.3 while retaining v1.2 history.
- Make
.project-memory/local by default and publish only redacted examples. - Rename the active Skills to
vibecoding-startandvibecoding-project-knowledge. - Use
plugins/vibecoding-start/as the only maintained Skill source of truth. - Add a valid Plugin manifest, repo marketplace entry, MIT license, product README, package validation, fixtures, and CI.
- Dogfood the package with deterministic small-project fixtures and confirm fresh-session runtime behavior in an isolated empty project; defer clean-room, Docker, and release-automation work until post-release demand justifies it.
Gate plan
| Gate | Exit condition | Status |
|---|---|---|
| G0 Scope | Only packaging, documentation, validation, privacy, and release-readiness work is included | COMPLETE |
| G1 Intent | PRODUCT.md, PRD.md, and ACCEPTANCE.md are aligned |
COMPLETE |
| G2 Reuse | Existing Skill/Plugin scaffolds, standard library, and deterministic scripts are reused | COMPLETE |
| G3 Plan | This staged plan and ADRs define the source-of-truth and rollback boundaries | COMPLETE |
| G4 Build | v1.3, PRD, Plugin, names, privacy boundary, README, tests, and CI are implemented | COMPLETE |
| G5 Review | Independent reviewer checks requirements, drift, privacy, package installability, and CI | COMPLETE — findings corrected |
| G6 Verification | Local audits, fixture tests, package validation, compileall, and remote tree checks pass | COMPLETE |
| G7 Acceptance | Owner-directed E2E release condition passes: README/install path is exercised, runtime Skill discovery works, and the requested core behaviors pass | COMPLETE — user requested merge/tag/Release after the E2E checklist passed |
| G8 Release | Tag and GitHub Release are created only after acceptance and remote CI verification | COMPLETE |
| G9 Observation | First-user feedback is captured in a future worklog/issue and fed into the next change | COMPLETE |
Rollback and migration
- Last-known-good: local
maincommit837cf49. - Backup/snapshot: remote
maincommit0b570c1and localmaincommit837cf49remain available before merge. - Local rollback: switch to
mainor revert the refactor commit; preserve local raw memory. - Publication rollback: do not delete the repository; restore the previous package tree through an intentional commit if owner acceptance rejects the refactor.
- History policy: do not rewrite public history unless a confirmed secret exposure requires credential rotation and a separately scoped remediation.
Release notes
VibeCoding Start v0.1.0
- First public Skill-only Plugin distribution.
vibecoding-startengineering workflow with G0-G9 gates.vibecoding-project-knowledgeINIT/UPDATE/AUDIT workflow.- PRD-driven indexed project knowledge.
- Reuse-before-build decision boundary.
- Independent review and evidence-based verification.
- Local-first raw project memory with a redacted public example.
- MIT License, product README, package validation, fixtures, and CI.
- Fresh-session E2E verification in an empty Git project, including INIT/UPDATE/AUDIT and the raw-memory boundary.
- Clean-room installation, Docker smoke testing, and release automation are intentionally deferred from v0.1.0.