Release Package Tools 0.1.0

This commit is contained in:
2026-09-01 13:04:50 +02:00
commit e42943e689
66 changed files with 11321 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Source identity
- Project: Package Tools
- Version: 0.1.0
- Canonical repository: https://git.add-ideas.de/lotobo/package-tools
- Licence: GPL-3.0-or-later
- Toolbox app id: `de.add-ideas.package-tools`
The release ZIP is produced from `dist/` by `scripts/package-release.mjs`.
Entries are sorted, permissions and timestamps are normalized, and a SHA-256
sidecar is written. `package.json`, `src/version.ts`, the source manifest and
generated `toolbox-app.json` must agree on the version.
The ZIP parsing/path-policy modules were adapted from the GPL-3.0-or-later
add·ideas Archive Tools project and are maintained here so Package Tools can
apply its narrower compound-package analysis model.