🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# mealprep — Release Package
|
||||
|
||||
> Version: 0.1.0 | Build: #1
|
||||
> Generated: 2026-06-05T10:19:15.793Z
|
||||
|
||||
## Directory Structure
|
||||
|
||||
```
|
||||
release/
|
||||
├── version.json — Version metadata
|
||||
├── build-info.json — Build environment info
|
||||
├── README.md — This file
|
||||
├── manifests/
|
||||
│ └── manifest.json — Release manifest with file hashes
|
||||
├── checksums/
|
||||
│ └── checksums.txt — SHA256 checksums for verification
|
||||
├── release-notes/
|
||||
│ └── release-notes.md — Human-readable release notes
|
||||
├── windows/ — Windows installers
|
||||
├── macos/ — macOS disk images
|
||||
└── linux/ — Linux packages
|
||||
```
|
||||
|
||||
## Verification
|
||||
|
||||
```bash
|
||||
# Verify checksums
|
||||
cd release/checksums
|
||||
shasum -a 256 -c checksums.txt
|
||||
```
|
||||
|
||||
---
|
||||
*Generated by Release Builder Agent — SF-07*
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"nodeVersion": "v26.0.0",
|
||||
"generatorVersion": "1.0.0",
|
||||
"buildTime": "2026-06-05T10:19:15.793Z",
|
||||
"domain": "unknown",
|
||||
"entityCount": 6,
|
||||
"routeCount": 1,
|
||||
"screenCount": 6,
|
||||
"platforms": [
|
||||
"windows",
|
||||
"macos",
|
||||
"linux"
|
||||
],
|
||||
"project": "mealprep",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
f23320a5f6ebccd9cba7de00c41e45e41719993d74b02751b8d055d2e43bc663 windows/mealprep-setup-0.1.0.exe
|
||||
49bd6034cef3fb0cae82f43d2ba98e27f6266099193c654e982ce1d028abbf8c windows/mealprep-0.1.0-portable.exe
|
||||
05448f84fbfc4f0bfa4d293a9b8d4e5828224028fee06d3f9d6556e416bdf18a macos/mealprep-0.1.0.dmg
|
||||
0677e1c591a9cf3a898c0ec387caa5cb88efa98fe2e9df5588714c4c04bdf468 macos/mealprep-0.1.0-arm64.dmg
|
||||
dcb0f71ea9a67a930de59a4688ee5cea01465e5c3e5178f89b376b67b24f2ba4 linux/mealprep-0.1.0.AppImage
|
||||
9e368424536864cfb068fd6e5199797b17f9961d46e9da8984c97384c6f51783 linux/mealprep_0.1.0_amd64.deb
|
||||
@@ -0,0 +1,3 @@
|
||||
[PLACEHOLDER] mealprep v0.1.0 Linux AppImage
|
||||
This is a placeholder file for the Linux AppImage.
|
||||
Generated: 2026-06-05T10:19:15.793Z
|
||||
@@ -0,0 +1,3 @@
|
||||
[PLACEHOLDER] mealprep v0.1.0 Linux Debian Package
|
||||
This is a placeholder file for the Linux .deb package.
|
||||
Generated: 2026-06-05T10:19:15.793Z
|
||||
@@ -0,0 +1,3 @@
|
||||
[PLACEHOLDER] mealprep v0.1.0 macOS ARM64 Disk Image
|
||||
This is a placeholder file for the macOS ARM64 DMG.
|
||||
Generated: 2026-06-05T10:19:15.793Z
|
||||
@@ -0,0 +1,3 @@
|
||||
[PLACEHOLDER] mealprep v0.1.0 macOS Disk Image
|
||||
This is a placeholder file for the macOS DMG installer.
|
||||
Generated: 2026-06-05T10:19:15.793Z
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"project": "mealprep",
|
||||
"version": "0.1.0",
|
||||
"buildNumber": 1,
|
||||
"generatedAt": "2026-06-05T10:19:15.793Z",
|
||||
"generator": "release-builder-agent",
|
||||
"generatorVersion": "1.0.0",
|
||||
"platforms": [
|
||||
"windows",
|
||||
"macos",
|
||||
"linux"
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"path": "windows/mealprep-setup-0.1.0.exe",
|
||||
"size": 143,
|
||||
"sha256": "f23320a5f6ebccd9cba7de00c41e45e41719993d74b02751b8d055d2e43bc663"
|
||||
},
|
||||
{
|
||||
"path": "windows/mealprep-0.1.0-portable.exe",
|
||||
"size": 147,
|
||||
"sha256": "49bd6034cef3fb0cae82f43d2ba98e27f6266099193c654e982ce1d028abbf8c"
|
||||
},
|
||||
{
|
||||
"path": "macos/mealprep-0.1.0.dmg",
|
||||
"size": 139,
|
||||
"sha256": "05448f84fbfc4f0bfa4d293a9b8d4e5828224028fee06d3f9d6556e416bdf18a"
|
||||
},
|
||||
{
|
||||
"path": "macos/mealprep-0.1.0-arm64.dmg",
|
||||
"size": 141,
|
||||
"sha256": "0677e1c591a9cf3a898c0ec387caa5cb88efa98fe2e9df5588714c4c04bdf468"
|
||||
},
|
||||
{
|
||||
"path": "linux/mealprep-0.1.0.AppImage",
|
||||
"size": 132,
|
||||
"sha256": "dcb0f71ea9a67a930de59a4688ee5cea01465e5c3e5178f89b376b67b24f2ba4"
|
||||
},
|
||||
{
|
||||
"path": "linux/mealprep_0.1.0_amd64.deb",
|
||||
"size": 142,
|
||||
"sha256": "9e368424536864cfb068fd6e5199797b17f9961d46e9da8984c97384c6f51783"
|
||||
}
|
||||
],
|
||||
"totalFiles": 6,
|
||||
"totalSize": 844
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
# mealprep v0.1.0
|
||||
|
||||
> Release Builder Agent — SF-07
|
||||
> Generated: 2026-06-05 10:19:15 UTC
|
||||
|
||||
## Version
|
||||
|
||||
- **Name:** mealprep
|
||||
- **Version:** 0.1.0
|
||||
- **Build:** #1
|
||||
|
||||
## Features
|
||||
|
||||
- auth
|
||||
- logistics
|
||||
- order_items
|
||||
- orders
|
||||
- products
|
||||
- users
|
||||
|
||||
## Build Info
|
||||
|
||||
- **Build Time:** 2026-06-05T10:19:15.793Z
|
||||
- **Generator:** release-builder-agent v1.0.0
|
||||
- **Node Version:** v26.0.0
|
||||
|
||||
## Platforms
|
||||
|
||||
- ✅ windows
|
||||
- ✅ macos
|
||||
- ✅ linux
|
||||
|
||||
## Installation
|
||||
|
||||
### Windows
|
||||
```
|
||||
Download the .exe installer from release/windows/
|
||||
```
|
||||
|
||||
### macOS
|
||||
```
|
||||
Download the .dmg from release/macos/
|
||||
```
|
||||
|
||||
### Linux
|
||||
```
|
||||
Download the .AppImage from release/linux/
|
||||
```
|
||||
|
||||
## Checksums
|
||||
|
||||
See `checksums/checksums.txt` for SHA256 verification.
|
||||
|
||||
---
|
||||
*Generated by Release Builder Agent — SF-07*
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "mealprep",
|
||||
"version": "0.1.0",
|
||||
"buildNumber": 1,
|
||||
"platforms": [
|
||||
"windows",
|
||||
"macos",
|
||||
"linux"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
[PLACEHOLDER] mealprep v0.1.0 Windows Portable
|
||||
This is a placeholder file for the Windows portable executable.
|
||||
Generated: 2026-06-05T10:19:15.793Z
|
||||
@@ -0,0 +1,3 @@
|
||||
[PLACEHOLDER] mealprep v0.1.0 Windows Installer
|
||||
This is a placeholder file for the Windows NSIS installer.
|
||||
Generated: 2026-06-05T10:19:15.792Z
|
||||
Reference in New Issue
Block a user