Skip to content

Commit bb9cda4

Browse files
Update changelog.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent b8fe70f commit bb9cda4

1 file changed

Lines changed: 69 additions & 70 deletions

File tree

changelog.mdx

Lines changed: 69 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,85 +1148,84 @@ New releases and improvements
11481148
* Improved package metadata
11491149
</Update>
11501150

1151-
## v0.9.4
1152-
2025-10-20
1153-
1151+
<Update label="October 20, 2025" tags={["New releases", "Improvements"]} rss={{ title: "Complete build verification and provenance system" }}>
1152+
## New features
11541153

1155-
**Added**
1156-
- Complete build verification and provenance system:
1157-
- BuildInfo component (112 lines) with comprehensive documentation
1158-
- GitHub Actions workflow for build verification (100 lines)
1159-
- Build verification script (50 lines in verify-build.js)
1160-
- Build metadata collection script (76 lines in collect-metadata.js)
1161-
- Build collector module (196 lines in src/collector.ts)
1162-
- Build verifier module (168 lines in src/verifier.ts)
1163-
- TypeScript types for verification (68 lines in src/types.ts)
1164-
- Index module for exports (54 lines in src/index.ts)
1165-
- Verification configuration (18 lines in tsconfig.json)
1166-
- Build verification integration:
1167-
- collect-build-metadata.cjs script (95 lines)
1168-
- verify-build.cjs script (69 lines)
1169-
- GitLab CI example configuration (73 lines)
1170-
- Cloudflare Pages build example (32 lines)
1171-
- Package configuration for codinit-dev package (33 lines)
1172-
- Package workspace configuration:
1173-
- pnpm-workspace.yaml (2 lines) for monorepo support
1174-
- codinit-dev package structure
1175-
- Package.json for verification package (33 lines)
1176-
- pnpm-lock.yaml for package (1192 lines)
1177-
- .gitignore for verification package (20 lines)
1154+
* Complete build verification and provenance system:
1155+
* BuildInfo component (112 lines) with comprehensive documentation
1156+
* GitHub Actions workflow for build verification (100 lines)
1157+
* Build verification script (50 lines in verify-build.js)
1158+
* Build metadata collection script (76 lines in collect-metadata.js)
1159+
* Build collector module (196 lines in src/collector.ts)
1160+
* Build verifier module (168 lines in src/verifier.ts)
1161+
* TypeScript types for verification (68 lines in src/types.ts)
1162+
* Index module for exports (54 lines in src/index.ts)
1163+
* Verification configuration (18 lines in tsconfig.json)
1164+
* Build verification integration:
1165+
* collect-build-metadata.cjs script (95 lines)
1166+
* verify-build.cjs script (69 lines)
1167+
* GitLab CI example configuration (73 lines)
1168+
* Cloudflare Pages build example (32 lines)
1169+
* Package configuration for codinit-dev package (33 lines)
1170+
* Package workspace configuration:
1171+
* pnpm-workspace.yaml (2 lines) for monorepo support
1172+
* codinit-dev package structure
1173+
* Package.json for verification package (33 lines)
1174+
* pnpm-lock.yaml for package (1192 lines)
1175+
* .gitignore for verification package (20 lines)
11781176

1177+
## Improvements
11791178

1180-
**Changed**
1181-
- Enhanced GitHub template API (69 line changes in api.github-template.ts)
1182-
- Better template handling
1183-
- Improved error messages
1184-
- Enhanced validation
1185-
- Updated template types (3 line changes)
1186-
- Better type definitions
1187-
- Improved type safety
1188-
- Optimized constants file (138 line reduction in utils/constants.ts)
1189-
- Removed redundant definitions
1190-
- Better organization
1191-
- Improved maintainability
1192-
- Package.json updates (6 line changes)
1193-
- Added verification dependencies
1194-
- Updated scripts
1195-
- Enhanced configuration
1196-
- pnpm-lock.yaml updates (252 line additions)
1197-
- New verification dependencies
1198-
- Updated packages
1199-
- Security patches
1200-
- Updated build scripts:
1201-
- update-imports.sh (4 line changes)
1202-
- update.sh (2 line changes)
1203-
- useChatHistory minor fix (2 line change)
1179+
* Enhanced GitHub template API (69 line changes in api.github-template.ts)
1180+
* Better template handling
1181+
* Improved error messages
1182+
* Enhanced validation
1183+
* Updated template types (3 line changes)
1184+
* Better type definitions
1185+
* Improved type safety
1186+
* Optimized constants file (138 line reduction in utils/constants.ts)
1187+
* Removed redundant definitions
1188+
* Better organization
1189+
* Improved maintainability
1190+
* Package.json updates (6 line changes)
1191+
* Added verification dependencies
1192+
* Updated scripts
1193+
* Enhanced configuration
1194+
* pnpm-lock.yaml updates (252 line additions)
1195+
* New verification dependencies
1196+
* Updated packages
1197+
* Security patches
1198+
* Updated build scripts:
1199+
* update-imports.sh (4 line changes)
1200+
* update.sh (2 line changes)
1201+
* useChatHistory minor fix (2 line change)
12041202

1203+
## Bug fixes
12051204

1206-
**Fixed**
1207-
- GitHub API authentication header format
1208-
- Corrected authorization header
1209-
- Improved API integration
1210-
- GitHub template URL parsing issues
1211-
- Better URL validation
1212-
- Enhanced error handling
1213-
- Build verification script ESLint errors
1214-
- Code quality improvements
1215-
- Better error handling
1216-
- Package.json configuration issues
1205+
* Fixed GitHub API authentication header format
1206+
* Corrected authorization header
1207+
* Improved API integration
1208+
* Fixed GitHub template URL parsing issues
1209+
* Better URL validation
1210+
* Enhanced error handling
1211+
* Fixed build verification script ESLint errors
1212+
* Code quality improvements
1213+
* Better error handling
1214+
* Fixed package.json configuration issues
12171215

1216+
## Cleanup
12181217

1219-
**Removed**
1220-
- CLAUDE.md from root (330 lines, moved to project-specific location)
1221-
- Non-existent next-shadcn template from starter templates
1222-
- Cleaned up invalid template reference
1223-
- Improved template list accuracy
1218+
* Removed CLAUDE.md from root (330 lines, moved to project-specific location)
1219+
* Removed non-existent next-shadcn template from starter templates
1220+
* Cleaned up invalid template reference
1221+
* Improved template list accuracy
12241222

1223+
## Security
12251224

1226-
**Security**
1227-
- Added build provenance system for supply chain security
1228-
- Build verification ensures integrity of distributed packages
1229-
- Metadata collection for build traceability
1225+
* Added build provenance system for supply chain security
1226+
* Build verification ensures integrity of distributed packages
1227+
* Metadata collection for build traceability
1228+
</Update>
12301229

12311230
## v0.9.3
12321231
2025-10-20

0 commit comments

Comments
 (0)