From 48c762f7e0660192a9ff480829473ad884fb0f0d Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 24 Sep 2026 01:22:27 +0200 Subject: [PATCH] =?UTF-8?q?feat(estate):=20h=C3=A4rlett=20siax.repo.v3.jso?= =?UTF-8?q?n=20(estate-manifest-gen=20v0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tekniska fält härledda ur checkouten (runtime, gitHost/canonicalRemote, neutrala persistence/observability/reliability — aldrig påstådda). POLICY-FÄLT (tier/category/appId) är neutral-baseline MED appIdJustification som säger att ägaren ska sätta dem (D4) — förgranska och korrigera. --- siax.repo.v3.json | 64 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 siax.repo.v3.json diff --git a/siax.repo.v3.json b/siax.repo.v3.json new file mode 100644 index 00000000..c0be7ea3 --- /dev/null +++ b/siax.repo.v3.json @@ -0,0 +1,64 @@ +{ + "$schema": "https://git.siax.io/sax3l/siax-standard/raw/branch/main/schema/siax.repo.v3.schema.json", + "standardVersion": "3.0", + "repo": "accounted", + "tier": "satellite", + "category": "platform", + "subcategory": "accounted", + "appId": null, + "appIdJustification": "Härlett manifest (estate-manifest-gen v0): tier/category/appId är POLICY-beslut (D4) som ägaren ska sätta — fälten är neutral-baseline och ska förgranskas, aldrig tros.", + "owner": "SIAX Technology AB", + "lifecycle": "active", + "operationalState": "building", + "gitHost": "git.siax.io", + "canonicalRemote": "https://git.siax.io/sax3l/accounted.git", + "node": null, + "domains": [], + "consumes": [], + "consumedBy": [], + "replacesSaaS": [], + "children": [], + "runtime": { + "language": "typescript", + "packageManager": "npm" + }, + "canonical": true, + "parentRepo": null, + "capabilities": [], + "surfaces": [], + "contracts": {}, + "identity": { + "workloadIdentity": false, + "tenantScoped": false + }, + "persistence": { + "stateful": false, + "database": "none", + "storage": "none" + }, + "deployment": { + "node": null, + "dedicated": false, + "environments": [] + }, + "observability": { + "health": false, + "ready": false, + "metrics": false, + "otel": false + }, + "reliability": { + "slo": false, + "backupFrequency": "none", + "provenRestore": false, + "rollback": false + }, + "engines": [], + "licenses": { + "spdx": "UNLICENSED", + "approved": true + }, + "productionEvidence": { + "verified": false + } +} -- 2.54.0