many changes
Traceability Validation / Check Requirement Traces (push) Failing after 1m18s
🏗️ Build and Test JellyTau / Build APK and Run Tests (push) Has been cancelled

This commit is contained in:
2026-02-14 00:09:47 +01:00
parent 6d1c618a3a
commit e3797f32ca
74 changed files with 6718 additions and 771 deletions
+4 -1
View File
@@ -23,7 +23,10 @@
"android:check": "./scripts/check-android.sh",
"android:logs": "./scripts/logcat.sh",
"clean": "./scripts/clean.sh",
"tauri": "tauri"
"tauri": "tauri",
"traces": "bun run scripts/extract-traces.ts",
"traces:json": "bun run scripts/extract-traces.ts --format json",
"traces:markdown": "bun run scripts/extract-traces.ts --format markdown > docs/TRACEABILITY.md"
},
"license": "MIT",
"dependencies": {