Commit remaining workspace changes

This commit is contained in:
2026-03-13 11:45:06 +03:00
parent 36742cd20c
commit 03a90f58bd
8 changed files with 537 additions and 16 deletions

View File

@@ -1,14 +1,31 @@
[
{
"path": "src/main.py",
"category": "core"
},
{
"path": "src/api/routes/clean_release.py",
"category": "core"
},
{
"path": "docs/installation.md",
"category": "docs"
}
]
{
"artifacts": [
{
"id": "artifact-backend-dist",
"path": "backend/dist/package.tar.gz",
"sha256": "deadbeef",
"size": 1024,
"category": "core",
"source_uri": "https://repo.intra.company.local/releases/backend/dist/package.tar.gz",
"source_host": "repo.intra.company.local"
},
{
"id": "artifact-clean-release-route",
"path": "backend/src/api/routes/clean_release.py",
"sha256": "feedface",
"size": 8192,
"category": "core",
"source_uri": "https://repo.intra.company.local/releases/backend/src/api/routes/clean_release.py",
"source_host": "repo.intra.company.local"
},
{
"id": "artifact-installation-docs",
"path": "docs/installation.md",
"sha256": "c0ffee00",
"size": 4096,
"category": "docs",
"source_uri": "https://repo.intra.company.local/releases/docs/installation.md",
"source_host": "repo.intra.company.local"
}
]
}