🎉 init: 小龙的工作空间

This commit is contained in:
大海
2026-06-06 10:40:48 +08:00
commit a188ee1426
3201 changed files with 231817 additions and 0 deletions
@@ -0,0 +1,33 @@
# oaflow — Release Package
> Version: 0.1.0 | Build: #1
> Generated: 2026-06-05T13:43:27.214Z
## 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-05T13:43:27.214Z",
"domain": "unknown",
"entityCount": 7,
"routeCount": 1,
"screenCount": 6,
"platforms": [
"windows",
"macos",
"linux"
],
"project": "oaflow",
"version": "0.1.0"
}
@@ -0,0 +1,6 @@
f5b8f0725308ab4c22da6343cc15692a1803714e53becdbb5151b519c19fab2b windows/oaflow-setup-0.1.0.exe
47a4a3cd0533b44e0253132d04c92fa9c5e657c856ef762520db11c12f0d880a windows/oaflow-0.1.0-portable.exe
248f6af0f2e07555102549ea6624deb2e5c73167db17fd7dbc9fe7046603b53f macos/oaflow-0.1.0.dmg
7b78cfee2917c9053a33bc386d19ff7531fc94366bd5530764399bbbc0a81eaa macos/oaflow-0.1.0-arm64.dmg
8387fdf21838ffff29b78bb8af70a9a0291f3e8f00c3a192df8952baf92b28da linux/oaflow-0.1.0.AppImage
7c0731541f4667ee7c50a31ef4731bf6bf00d30d9e3bc351f34ca21b855ad828 linux/oaflow_0.1.0_amd64.deb
@@ -0,0 +1,3 @@
[PLACEHOLDER] oaflow v0.1.0 Linux AppImage
This is a placeholder file for the Linux AppImage.
Generated: 2026-06-05T13:43:27.213Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] oaflow v0.1.0 Linux Debian Package
This is a placeholder file for the Linux .deb package.
Generated: 2026-06-05T13:43:27.213Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] oaflow v0.1.0 macOS ARM64 Disk Image
This is a placeholder file for the macOS ARM64 DMG.
Generated: 2026-06-05T13:43:27.213Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] oaflow v0.1.0 macOS Disk Image
This is a placeholder file for the macOS DMG installer.
Generated: 2026-06-05T13:43:27.213Z
@@ -0,0 +1,47 @@
{
"project": "oaflow",
"version": "0.1.0",
"buildNumber": 1,
"generatedAt": "2026-06-05T13:43:27.214Z",
"generator": "release-builder-agent",
"generatorVersion": "1.0.0",
"platforms": [
"windows",
"macos",
"linux"
],
"files": [
{
"path": "windows/oaflow-setup-0.1.0.exe",
"size": 141,
"sha256": "f5b8f0725308ab4c22da6343cc15692a1803714e53becdbb5151b519c19fab2b"
},
{
"path": "windows/oaflow-0.1.0-portable.exe",
"size": 145,
"sha256": "47a4a3cd0533b44e0253132d04c92fa9c5e657c856ef762520db11c12f0d880a"
},
{
"path": "macos/oaflow-0.1.0.dmg",
"size": 137,
"sha256": "248f6af0f2e07555102549ea6624deb2e5c73167db17fd7dbc9fe7046603b53f"
},
{
"path": "macos/oaflow-0.1.0-arm64.dmg",
"size": 139,
"sha256": "7b78cfee2917c9053a33bc386d19ff7531fc94366bd5530764399bbbc0a81eaa"
},
{
"path": "linux/oaflow-0.1.0.AppImage",
"size": 130,
"sha256": "8387fdf21838ffff29b78bb8af70a9a0291f3e8f00c3a192df8952baf92b28da"
},
{
"path": "linux/oaflow_0.1.0_amd64.deb",
"size": 140,
"sha256": "7c0731541f4667ee7c50a31ef4731bf6bf00d30d9e3bc351f34ca21b855ad828"
}
],
"totalFiles": 6,
"totalSize": 832
}
@@ -0,0 +1,56 @@
# oaflow v0.1.0
> Release Builder Agent — SF-07
> Generated: 2026-06-05 13:43:27 UTC
## Version
- **Name:** oaflow
- **Version:** 0.1.0
- **Build:** #1
## Features
- approvals
- auth
- contracts
- customers
- operation_logs
- reminders
- stats
## Build Info
- **Build Time:** 2026-06-05T13:43:27.214Z
- **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": "oaflow",
"version": "0.1.0",
"buildNumber": 1,
"platforms": [
"windows",
"macos",
"linux"
]
}
@@ -0,0 +1,3 @@
[PLACEHOLDER] oaflow v0.1.0 Windows Portable
This is a placeholder file for the Windows portable executable.
Generated: 2026-06-05T13:43:27.213Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] oaflow v0.1.0 Windows Installer
This is a placeholder file for the Windows NSIS installer.
Generated: 2026-06-05T13:43:27.213Z