Skip to content

Add governance artifact schemas, validator, samples, tests, and CI workflow#101

Merged
OneFineStarstuff merged 2 commits into
mainfrom
codex/develop-agi-governance-strategy-for-g-sifis
Jun 1, 2026
Merged

Add governance artifact schemas, validator, samples, tests, and CI workflow#101
OneFineStarstuff merged 2 commits into
mainfrom
codex/develop-agi-governance-strategy-for-g-sifis

[pre-commit.ci] auto fixes from pre-commit.com hooks

5726a47
Select commit
Loading
Failed to load commit list.
Codeac.io / Codeac Code Quality succeeded Jun 2, 2026 in 1d 3h 15m 12s

Codeac Code Quality

This PR contains 3430 errors and 646 warnings.

Annotations

Check warning on line 11 in frontend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 45 in frontend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 15 in backend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 37 in backend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 227 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 19 lines is too similar to frontend/src/store/authStore.ts:163

Check warning on line 182 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 19 lines is too similar to frontend/src/store/authStore.ts:208

Check warning on line 167 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 20 lines is too similar to backend/models/User.js:97

Check warning on line 117 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 20 lines is too similar to backend/models/User.js:147

Check warning on line 336 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 12 lines is too similar to backend/models/User.js:190

Check warning on line 202 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 12 lines is too similar to backend/models/User.js:324

Check warning on line 344 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 15 lines is too similar to backend/models/User.js:102

Check warning on line 117 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 15 lines is too similar to backend/models/User.js:329

Check warning on line 149 in test_export_governance_artifact_json.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 407 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 15 lines is too similar to backend/models/User.js:184

Check warning on line 160 in test_export_governance_artifact_json.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check failure on line 10 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

semi

Missing semicolon.

Check warning on line 256 in frontend/src/api/client.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

comma-dangle

Missing trailing comma.

Check warning on line 166 in test_export_governance_artifact_json.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check failure on line 13 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

semi

Missing semicolon.

Check warning on line 199 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 15 lines is too similar to backend/models/User.js:392

Check warning on line 167 in test_export_governance_artifact_json.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B101

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 202 in docs/schemas/test_validate_run_report.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 31 lines is too similar to docs/schemas/test_validate_run_report.py:133

Check warning on line 147 in docs/schemas/test_validate_run_report.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B603

subprocess call - check for execution of untrusted input.

Check failure on line 14 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

semi

Missing semicolon.

Check warning on line 310 in frontend/src/crypto/cryptoManager.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

comma-dangle

Missing trailing comma.