Skip to content

Commit 523aacc

Browse files
Merge pull request #126 from OneFineStarstuff/feat/governance-sync-v1.2.0-4704324717863437340
Omni-Sentinel Governance Synchronization and CI Fixes
2 parents 60c5d90 + 7b61a5c commit 523aacc

7 files changed

Lines changed: 28 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: If you use this software, please cite it using the metadata from this file.
33
title: AGI-Pipeline
4-
version: 1.0.1
4+
version: 1.2.0
55
date-released: '2024-12-18'
66
license: MIT
77
repository-code: https://github.com/OneFineStarstuff/AGI-Pipeline
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"status": "PASS",
3+
"generated_at_utc": "2026-06-08T03:38:52.008915+00:00",
4+
"checks": {
5+
"validate_control_library": "PASS",
6+
"validate_model_registry": "PASS",
7+
"validate_control_references": "PASS",
8+
"validate_incident_taxonomy": "PASS",
9+
"validate_annex_iv_template": "PASS",
10+
"validate_runbooks": "PASS",
11+
"validate_kpi_kri_schema": "PASS",
12+
"validate_rego_policy": "PASS"
13+
}
14+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"status": "FAIL",
3+
"generated_at_utc": "2026-06-08T03:38:52.286918+00:00",
4+
"error": "forced-fail"
5+
}

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"name": "AGI-Pipeline",
5-
"version": "1.0.1",
5+
"version": "1.2.0",
66
"dateCreated": "2024-12-16",
77
"dateModified": "2024-12-18",
88
"datePublished": "2024-12-18",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agi_pipeline"
7-
version = "1.0.1"
7+
version = "1.2.0"
88
authors = [
99
{ name = "Your Name", email = "your.email@example.com" },
1010
]

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="agi_pipeline",
5-
version="1.0.1",
5+
version="1.2.0",
66
packages=find_packages(),
77
install_requires=[
88
"fastapi",
@@ -17,5 +17,9 @@
1717
"nest_asyncio",
1818
],
1919
extras_require={"governance": ["jsonschema"]},
20-
entry_points={"console_scripts": ["validate-gsifi-governance-assets=scripts.validate_gsifi_governance_assets:main"]},
20+
entry_points={
21+
"console_scripts": [
22+
"validate-gsifi-governance-assets=scripts.validate_gsifi_governance_assets:main",
23+
],
24+
},
2125
)

yolov8n.pt

6.25 MB
Binary file not shown.

0 commit comments

Comments
 (0)