From 828da6f18817766b0a19b995fd990f86d378ee46 Mon Sep 17 00:00:00 2001 From: Oliver Meyer Date: Wed, 15 Apr 2026 13:38:57 +0200 Subject: [PATCH 1/2] docs: remove dates from specs --- specifications/SPEC-BUILD-CHAIN-CICD-SERVICE.md | 6 ------ specifications/SPEC-DATASET-SERVICE.md | 6 ------ specifications/SPEC-MODULE-SERVICE-TEMPLATE.md | 6 ------ specifications/SPEC-UTILS-SERVICE.md | 6 ------ specifications/SPEC_GUI_SERVICE.md | 6 ------ specifications/SPEC_NOTEBOOK_SERVICE.md | 6 ------ specifications/SPEC_SYSTEM_SERVICE.md | 6 ------ specifications/SPEC_WSI_SERVICE.md | 6 ------ 8 files changed, 48 deletions(-) diff --git a/specifications/SPEC-BUILD-CHAIN-CICD-SERVICE.md b/specifications/SPEC-BUILD-CHAIN-CICD-SERVICE.md index 9cdc601ee..3a1afafcf 100644 --- a/specifications/SPEC-BUILD-CHAIN-CICD-SERVICE.md +++ b/specifications/SPEC-BUILD-CHAIN-CICD-SERVICE.md @@ -423,12 +423,6 @@ uv run nox -s dist # Package building ## Documentation Maintenance -### Verification and Updates - -**Last Verified**: 2025-09-11 when spec was created and accuracy-verified against implementation -**Verification Method**: Comprehensive analysis of .github/workflows/, Makefile, noxfile.py, pyproject.toml, and actual workflow configurations -**Next Review Date**: 2025-12-11 (quarterly review cycle) - ### Change Management **Interface Changes**: Changes to workflow interfaces or Make commands require spec updates and version bumps diff --git a/specifications/SPEC-DATASET-SERVICE.md b/specifications/SPEC-DATASET-SERVICE.md index e92b3e915..9366b9cec 100644 --- a/specifications/SPEC-DATASET-SERVICE.md +++ b/specifications/SPEC-DATASET-SERVICE.md @@ -353,12 +353,6 @@ _Note: For exact version requirements, refer to `pyproject.toml` and dependency ## Documentation Maintenance -### Verification and Updates - -**Last Verified**: September 11, 2025 -**Verification Method**: Code review against implementation in `src/aignostics/dataset/` -**Next Review Date**: October 11, 2025 - ### Change Management **Interface Changes**: Changes to public APIs require spec updates and version bumps diff --git a/specifications/SPEC-MODULE-SERVICE-TEMPLATE.md b/specifications/SPEC-MODULE-SERVICE-TEMPLATE.md index 2d3e6b510..d76c648c3 100644 --- a/specifications/SPEC-MODULE-SERVICE-TEMPLATE.md +++ b/specifications/SPEC-MODULE-SERVICE-TEMPLATE.md @@ -383,12 +383,6 @@ _[Describe performance characteristics and scalability approaches]_ ## Documentation Maintenance -### Verification and Updates - -**Last Verified**: [Date when spec was verified against implementation] -**Verification Method**: [How accuracy was confirmed - code review, testing, etc.] -**Next Review Date**: [When this spec should be reviewed again] - ### Change Management **Interface Changes**: Changes to public APIs require spec updates and version bumps diff --git a/specifications/SPEC-UTILS-SERVICE.md b/specifications/SPEC-UTILS-SERVICE.md index e88299b5d..4190bd222 100644 --- a/specifications/SPEC-UTILS-SERVICE.md +++ b/specifications/SPEC-UTILS-SERVICE.md @@ -365,12 +365,6 @@ _Note: For exact version requirements, refer to `pyproject.toml` and dependency ## Documentation Maintenance -### Verification and Updates - -**Last Verified**: September 11, 2025 -**Verification Method**: Code review against implementation in `src/aignostics/utils/` -**Next Review Date**: December 11, 2025 - ### Change Management **Interface Changes**: Changes to BaseService or BasePageBuilder APIs require spec updates and version bumps diff --git a/specifications/SPEC_GUI_SERVICE.md b/specifications/SPEC_GUI_SERVICE.md index 46ca8590b..b559e6b33 100644 --- a/specifications/SPEC_GUI_SERVICE.md +++ b/specifications/SPEC_GUI_SERVICE.md @@ -346,12 +346,6 @@ For exact version requirements, refer to `pyproject.toml` and dependency lock fi ## Documentation Maintenance -### Verification and Updates - -**Last Verified**: September 15, 2025 -**Verification Method**: Code review against implementation in `src/aignostics/gui/` and template compliance check -**Next Review Date**: December 15, 2025 - ### Change Management **Interface Changes**: Changes to BasePageBuilder APIs require spec updates and version bumps diff --git a/specifications/SPEC_NOTEBOOK_SERVICE.md b/specifications/SPEC_NOTEBOOK_SERVICE.md index 24b2c5393..7ea29fc4a 100644 --- a/specifications/SPEC_NOTEBOOK_SERVICE.md +++ b/specifications/SPEC_NOTEBOOK_SERVICE.md @@ -301,12 +301,6 @@ _Note: For exact version requirements, refer to `pyproject.toml` and dependency ## Documentation Maintenance -### Verification and Updates - -**Last Verified**: 2025-09-11 -**Verification Method**: Source code analysis and senior engineer review -**Next Review Date**: 2025-12-11 - ### Change Management **Interface Changes**: Changes to Service API require spec updates and version bumps diff --git a/specifications/SPEC_SYSTEM_SERVICE.md b/specifications/SPEC_SYSTEM_SERVICE.md index 115e579d3..a197cc6e5 100644 --- a/specifications/SPEC_SYSTEM_SERVICE.md +++ b/specifications/SPEC_SYSTEM_SERVICE.md @@ -381,12 +381,6 @@ _Note: For exact version requirements, refer to `pyproject.toml` and dependency ## Documentation Maintenance -### Verification and Updates - -**Last Verified**: 2025-09-11 -**Verification Method**: Source code analysis, test examination, and implementation review -**Next Review Date**: 2025-12-11 - ### Change Management **Interface Changes**: Changes to Service API require spec updates and version bumps diff --git a/specifications/SPEC_WSI_SERVICE.md b/specifications/SPEC_WSI_SERVICE.md index 9c11546d3..88db40c20 100644 --- a/specifications/SPEC_WSI_SERVICE.md +++ b/specifications/SPEC_WSI_SERVICE.md @@ -500,12 +500,6 @@ _Note: For exact version requirements, refer to `pyproject.toml` and dependency ## Documentation Maintenance -### Verification and Updates - -**Last Verified**: September 10, 2025 -**Verification Method**: Code review against implementation in `src/aignostics/wsi/` and test verification in `tests/aignostics/wsi/` -**Next Review Date**: December 10, 2025 (quarterly review) - ### Change Management **Interface Changes**: Changes to public APIs require spec updates and version bumps From 2da5fb667db2497a4023924cf1d786cf415c290c Mon Sep 17 00:00:00 2001 From: Oliver Meyer Date: Wed, 15 Apr 2026 13:51:29 +0200 Subject: [PATCH 2/2] docs: link risks to SHRs --- requirements/SHR-APPLICATION-2.md | 2 +- requirements/SHR-BUCKET-1.md | 1 + requirements/SHR-SYSTEM-2.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/SHR-APPLICATION-2.md b/requirements/SHR-APPLICATION-2.md index f10aa0375..269d1b0ea 100644 --- a/requirements/SHR-APPLICATION-2.md +++ b/requirements/SHR-APPLICATION-2.md @@ -3,7 +3,7 @@ itemId: SHR-APPLICATION-2 itemTitle: Application Run Management itemType: Requirement Requirement type: ENVIRONMENT -itemIntroducesRisk: PYSDK-29, PYSDK-30, PYSDK-31, PYSDK-33, PYSDK-40, PYSDK-42, PYSDK-45, PYSDK-46, PYSDK-47, PYSDK-48 +itemIntroducesRisk: PYSDK-29, PYSDK-30, PYSDK-31, PYSDK-33, PYSDK-34, PYSDK-40, PYSDK-41, PYSDK-42, PYSDK-45, PYSDK-46, PYSDK-47, PYSDK-48 --- ## Description diff --git a/requirements/SHR-BUCKET-1.md b/requirements/SHR-BUCKET-1.md index ddfef038b..d40197ce5 100644 --- a/requirements/SHR-BUCKET-1.md +++ b/requirements/SHR-BUCKET-1.md @@ -3,6 +3,7 @@ itemId: SHR-BUCKET-1 itemTitle: Cloud Storage File Management itemType: Requirement Requirement type: ENVIRONMENT +itemIntroducesRisk: PYSDK-39 --- ## Description diff --git a/requirements/SHR-SYSTEM-2.md b/requirements/SHR-SYSTEM-2.md index 9298296d1..b570a0f71 100644 --- a/requirements/SHR-SYSTEM-2.md +++ b/requirements/SHR-SYSTEM-2.md @@ -3,6 +3,7 @@ itemId: SHR-SYSTEM-2 itemTitle: Sensitive Data Privacy and Access Control itemType: Requirement Requirement type: ENVIRONMENT +itemIntroducesRisk: PYSDK-35, PYSDK-36, PYSDK-37, PYSDK-40, PYSDK-43 --- ## Description