@marinjursic/prc-linux-arm64 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +3 -0
- package/bin/LICENSE +21 -0
- package/bin/README.md +335 -0
- package/bin/THIRD_PARTY_NOTICES.md +74 -0
- package/bin/adapters/checkov-v3.3.8.yaml +50 -0
- package/bin/adapters/gitleaks-v8.30.0.yaml +63 -0
- package/bin/adapters/grype-v0.116.1.yaml +58 -0
- package/bin/adapters/syft-v1.51.0.yaml +54 -0
- package/bin/catalog/assertions/core-repository.yaml +625 -0
- package/bin/catalog/assertions/iac.yaml +24 -0
- package/bin/catalog/assertions/supply-chain.yaml +45 -0
- package/bin/catalog/control-contracts.json +1 -0
- package/bin/catalog/control-id-registry.json +110470 -0
- package/bin/catalog/objectives/core-repository.yaml +243 -0
- package/bin/catalog/objectives/iac.yaml +13 -0
- package/bin/catalog/objectives/supply-chain.yaml +13 -0
- package/bin/catalog/profiles/api.yaml +12 -0
- package/bin/catalog/profiles/core-repository.yaml +49 -0
- package/bin/catalog/profiles/iac.yaml +18 -0
- package/bin/catalog/profiles/kubernetes.yaml +15 -0
- package/bin/catalog/profiles/quick.yaml +27 -0
- package/bin/catalog/profiles/supply-chain.yaml +20 -0
- package/bin/docs/architecture/adapters.md +380 -0
- package/bin/docs/architecture/agent-providers.md +188 -0
- package/bin/docs/architecture/applicability.md +80 -0
- package/bin/docs/architecture/catalog-integrity.md +85 -0
- package/bin/docs/architecture/evidence-and-results.md +154 -0
- package/bin/docs/architecture/execution-plans.md +61 -0
- package/bin/docs/architecture/product-contract.md +76 -0
- package/bin/docs/architecture/publisher-trust.md +68 -0
- package/bin/docs/architecture/remediation-contract.md +113 -0
- package/bin/docs/architecture/trust-model.md +95 -0
- package/bin/docs/assets/hero.svg +37 -0
- package/bin/docs/assets/logo.svg +13 -0
- package/bin/docs/assets/production-readiness-scan-demo-poster.png +0 -0
- package/bin/docs/assets/production-readiness-scan-demo.gif +0 -0
- package/bin/docs/assets/production-readiness-scan-demo.mp4 +0 -0
- package/bin/docs/assets/social-card.png +0 -0
- package/bin/docs/assets/social-card.svg +40 -0
- package/bin/docs/checklists/00-readiness-principle.md +17 -0
- package/bin/docs/checklists/01-release-foundations.md +91 -0
- package/bin/docs/checklists/02-product-risk-architecture.md +136 -0
- package/bin/docs/checklists/03-source-build-supply-chain.md +97 -0
- package/bin/docs/checklists/04-environments-quality-experience.md +226 -0
- package/bin/docs/checklists/05-application-security.md +320 -0
- package/bin/docs/checklists/06-data-privacy-performance.md +166 -0
- package/bin/docs/checklists/07-reliability-operations.md +355 -0
- package/bin/docs/checklists/08-maintenance-vendors-compliance.md +112 -0
- package/bin/docs/checklists/09-conditional-modules.md +229 -0
- package/bin/docs/checklists/10-evidence-and-decision.md +111 -0
- package/bin/docs/engineering/00-overview.md +51 -0
- package/bin/docs/engineering/01-governance-and-foundations.md +919 -0
- package/bin/docs/engineering/02-product-and-requirements.md +186 -0
- package/bin/docs/engineering/03-user-experience-web-and-content.md +1352 -0
- package/bin/docs/engineering/04-architecture-and-design.md +387 -0
- package/bin/docs/engineering/05-code-quality-and-implementation.md +1103 -0
- package/bin/docs/engineering/06-application-services-and-apis.md +476 -0
- package/bin/docs/engineering/07-data-and-information-lifecycle.md +1009 -0
- package/bin/docs/engineering/08-security-and-cryptography.md +1215 -0
- package/bin/docs/engineering/09-privacy-and-data-protection.md +205 -0
- package/bin/docs/engineering/10-verification-and-testing.md +841 -0
- package/bin/docs/engineering/11-developer-experience-platform-and-delivery.md +1013 -0
- package/bin/docs/engineering/12-operations-sre-and-support.md +795 -0
- package/bin/docs/engineering/13-documentation-and-knowledge.md +349 -0
- package/bin/docs/engineering/14-trust-safety-and-ecosystems.md +330 -0
- package/bin/docs/engineering/15-ai-ml-and-ai-assisted-development.md +785 -0
- package/bin/docs/engineering/16-specialized-domains-and-release-assurance.md +775 -0
- package/bin/docs/engineering/source-manifest.md +479 -0
- package/bin/docs/guides/ai-assisted-review.md +61 -0
- package/bin/docs/guides/getting-started.md +78 -0
- package/bin/docs/index.md +66 -0
- package/bin/docs/prompts/evidence-challenge.md +26 -0
- package/bin/docs/prompts/full-readiness-review.md +34 -0
- package/bin/docs/prompts/release-diff-review.md +31 -0
- package/bin/docs/records/evidence-record.md +42 -0
- package/bin/docs/records/go-no-go-decision.md +63 -0
- package/bin/docs/records/release-assessment.md +124 -0
- package/bin/docs/records/risk-exception.md +64 -0
- package/bin/docs/references.md +52 -0
- package/bin/docs/scanner/ai-control-review.md +208 -0
- package/bin/docs/scanner/benchmarks.md +122 -0
- package/bin/docs/scanner/cli-contract.md +130 -0
- package/bin/docs/scanner/configuration.md +101 -0
- package/bin/docs/scanner/control-contracts.md +47 -0
- package/bin/docs/scanner/core-repository.md +62 -0
- package/bin/docs/scanner/diff-and-invalidation.md +79 -0
- package/bin/docs/scanner/doctor.md +71 -0
- package/bin/docs/scanner/getting-started.md +355 -0
- package/bin/docs/scanner/go-http-timeouts.md +96 -0
- package/bin/docs/scanner/infrastructure-policy.md +64 -0
- package/bin/docs/scanner/kubernetes-workloads.md +63 -0
- package/bin/docs/scanner/mcp-agent-integration.md +138 -0
- package/bin/docs/scanner/openapi-contracts.md +75 -0
- package/bin/docs/scanner/private-key-armor.md +44 -0
- package/bin/docs/scanner/releases.md +160 -0
- package/bin/docs/scanner/remediation.md +273 -0
- package/bin/docs/scanner/risk-exceptions.md +52 -0
- package/bin/docs/scanner/security-walkthrough.md +236 -0
- package/bin/docs/scanner/state-and-history.md +113 -0
- package/bin/docs/scanner/supply-chain.md +132 -0
- package/bin/docs/scanner/test-discovery.md +60 -0
- package/bin/docs/stylesheets/extra.css +183 -0
- package/bin/fixtures/benchmarks/core-native/suite-comprehensive.yaml +302 -0
- package/bin/fixtures/benchmarks/core-native/suite.yaml +59 -0
- package/bin/fixtures/benchmarks/core-native/targets/baseline/README.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/baseline/app.go +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/conflict-template/app.js +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/container-risky-template/Dockerfile +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/container-valid/Dockerfile +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-missing/package.json +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package.json +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/empty-manifest-template/package.json +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/final-newline-template/app.py +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/CODEOWNERS +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/dependabot.yml +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/workflows/validate.yml +15 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CODE_OF_CONDUCT.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CONTRIBUTING.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/LICENSE +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/README.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/SECURITY.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/tests/example.test.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/server.go +18 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/client.go +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/client.go +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/client.go +22 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/hazards_test.go +8 -0
- package/bin/fixtures/benchmarks/core-native/targets/kubernetes-risky-template/deployment.yaml +27 -0
- package/bin/fixtures/benchmarks/core-native/targets/kubernetes-valid/deployment.yaml +26 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-ids-risky-template/openapi.yaml +17 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-responses-risky-template/openapi.yaml +11 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-malformed-template/openapi.yaml +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-risky-template/openapi.yaml +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-valid/openapi.yaml +17 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-command/app.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-command/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/app.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/private-key-template/deploy.pem +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/readme-missing/fixture.txt +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package.json +4 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/.terraform.lock.hcl +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/main.tf +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/.terraform.lock.hcl +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/main.tf +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/app.py +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/tests/test_app.py +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/app.py +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/tests/test_app.py +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-malformed/.github/workflows/validate.yml +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-no-jobs/.github/workflows/empty.yml +9 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-risky/.github/workflows/risky.yml +10 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-valid/.github/workflows/validate.yml +14 -0
- package/bin/packs/core-foundation.yaml +25 -0
- package/bin/packs/core-native.yaml +59 -0
- package/bin/prc +0 -0
- package/bin/schemas/adapter-execution-v0.1.schema.json +101 -0
- package/bin/schemas/adapter-execution-v0.2.schema.json +128 -0
- package/bin/schemas/adapter-execution.schema.json +145 -0
- package/bin/schemas/adapter-fixture-report.schema.json +59 -0
- package/bin/schemas/adapter-fixture-suite.schema.json +104 -0
- package/bin/schemas/adapter-manifest-v0.1.schema.json +55 -0
- package/bin/schemas/adapter-manifest-v0.2.schema.json +122 -0
- package/bin/schemas/adapter-manifest-v0.3.schema.json +172 -0
- package/bin/schemas/adapter-manifest.schema.json +299 -0
- package/bin/schemas/adapter-message.schema.json +136 -0
- package/bin/schemas/adapter-registry-report.schema.json +13 -0
- package/bin/schemas/adapter-registry.schema.json +47 -0
- package/bin/schemas/agent-execution-v0.1.schema.json +26 -0
- package/bin/schemas/agent-execution.schema.json +26 -0
- package/bin/schemas/agent-failure-v0.1.schema.json +102 -0
- package/bin/schemas/agent-failure.schema.json +102 -0
- package/bin/schemas/agent-output-v0.1.schema.json +36 -0
- package/bin/schemas/agent-output.schema.json +36 -0
- package/bin/schemas/agent-task-v0.1.schema.json +44 -0
- package/bin/schemas/agent-task.schema.json +46 -0
- package/bin/schemas/assertion-catalog.schema.json +69 -0
- package/bin/schemas/benchmark-report.schema.json +94 -0
- package/bin/schemas/benchmark-suite.schema.json +116 -0
- package/bin/schemas/catalog-bundle.schema.json +27 -0
- package/bin/schemas/catalog-manifest.schema.json +23 -0
- package/bin/schemas/checkov-iac-policy-report.schema.json +82 -0
- package/bin/schemas/control-contracts.schema.json +44 -0
- package/bin/schemas/control-review-output.schema.json +51 -0
- package/bin/schemas/doctor.schema.json +53 -0
- package/bin/schemas/evidence-v0.1.schema.json +21 -0
- package/bin/schemas/evidence.schema.json +21 -0
- package/bin/schemas/finding-v0.1.schema.json +70 -0
- package/bin/schemas/finding.schema.json +70 -0
- package/bin/schemas/fix-contract-v0.1.schema.json +35 -0
- package/bin/schemas/fix-contract-v0.2.schema.json +46 -0
- package/bin/schemas/fix-contract-v0.3.schema.json +49 -0
- package/bin/schemas/fix-contract.schema.json +49 -0
- package/bin/schemas/grype-vulnerability-report.schema.json +88 -0
- package/bin/schemas/history.schema.json +37 -0
- package/bin/schemas/invalidation.schema.json +86 -0
- package/bin/schemas/inventory-v0.1.schema.json +42 -0
- package/bin/schemas/inventory-v0.2.schema.json +95 -0
- package/bin/schemas/inventory-v0.3.schema.json +139 -0
- package/bin/schemas/inventory.schema.json +139 -0
- package/bin/schemas/objective-catalog.schema.json +62 -0
- package/bin/schemas/pack-report.schema.json +16 -0
- package/bin/schemas/pack.schema.json +53 -0
- package/bin/schemas/plan-v0.1.schema.json +31 -0
- package/bin/schemas/plan-v0.2.schema.json +32 -0
- package/bin/schemas/plan-v0.3.schema.json +44 -0
- package/bin/schemas/plan-v0.4.schema.json +48 -0
- package/bin/schemas/plan-v0.5.schema.json +49 -0
- package/bin/schemas/plan-v0.6.schema.json +137 -0
- package/bin/schemas/plan.schema.json +137 -0
- package/bin/schemas/profile.schema.json +42 -0
- package/bin/schemas/project-config.schema.json +128 -0
- package/bin/schemas/release-manifest-v0.1.schema.json +86 -0
- package/bin/schemas/release-manifest-v0.2.schema.json +146 -0
- package/bin/schemas/release-manifest-v0.3.schema.json +146 -0
- package/bin/schemas/release-manifest.schema.json +6 -0
- package/bin/schemas/remediation-candidate-v0.1.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.2.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.3.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.4.schema.json +69 -0
- package/bin/schemas/remediation-candidate.schema.json +69 -0
- package/bin/schemas/remediation-run-v0.1.schema.json +69 -0
- package/bin/schemas/remediation-run-v0.2.schema.json +78 -0
- package/bin/schemas/remediation-run-v0.3.schema.json +86 -0
- package/bin/schemas/remediation-run-v0.4.schema.json +86 -0
- package/bin/schemas/remediation-run-v0.5.schema.json +131 -0
- package/bin/schemas/remediation-run-v0.6.schema.json +143 -0
- package/bin/schemas/remediation-run-v0.7.schema.json +160 -0
- package/bin/schemas/remediation-run-v0.8.schema.json +161 -0
- package/bin/schemas/remediation-run.schema.json +161 -0
- package/bin/schemas/risk-exception-verification.schema.json +17 -0
- package/bin/schemas/risk-exception.schema.json +137 -0
- package/bin/schemas/run-result-v0.1.schema.json +54 -0
- package/bin/schemas/run-result-v0.10.schema.json +64 -0
- package/bin/schemas/run-result-v0.11.schema.json +146 -0
- package/bin/schemas/run-result-v0.2.schema.json +60 -0
- package/bin/schemas/run-result-v0.3.schema.json +52 -0
- package/bin/schemas/run-result-v0.4.schema.json +52 -0
- package/bin/schemas/run-result-v0.5.schema.json +60 -0
- package/bin/schemas/run-result-v0.6.schema.json +61 -0
- package/bin/schemas/run-result-v0.7.schema.json +61 -0
- package/bin/schemas/run-result-v0.8.schema.json +61 -0
- package/bin/schemas/run-result-v0.9.schema.json +77 -0
- package/bin/schemas/run-result.schema.json +165 -0
- package/bin/schemas/signature-verification.schema.json +22 -0
- package/bin/schemas/signature.schema.json +18 -0
- package/bin/schemas/state-check-v0.1.schema.json +27 -0
- package/bin/schemas/state-check.schema.json +28 -0
- package/bin/schemas/trust-store.schema.json +50 -0
- package/bin/schemas/verification-execution-v0.1.schema.json +105 -0
- package/bin/schemas/verification-execution.schema.json +105 -0
- package/bin/schemas/version-v0.1.schema.json +27 -0
- package/bin/schemas/version.schema.json +27 -0
- package/manifest.json +9 -0
- package/package.json +28 -0
|
@@ -0,0 +1,479 @@
|
|
|
1
|
+
# Source consolidation manifest
|
|
2
|
+
|
|
3
|
+
This manifest records how the three supplied archives were incorporated. Archive content was treated as source material; operational instructions inside it were not executed.
|
|
4
|
+
|
|
5
|
+
## Consolidation result
|
|
6
|
+
|
|
7
|
+
- Source documents reviewed: **215**
|
|
8
|
+
- Source checkbox lines reviewed: **25,359**
|
|
9
|
+
- Non-duplicative lifecycle controls: **8,621**
|
|
10
|
+
- Additional controls imported from the final corpus: **3,704**
|
|
11
|
+
- Existing production-readiness controls retained: **1,421**
|
|
12
|
+
- Final unique control set: **10,042**
|
|
13
|
+
- Published lifecycle manuals: **16**, followed by the existing production-readiness review
|
|
14
|
+
|
|
15
|
+
## Source archives
|
|
16
|
+
|
|
17
|
+
- `universal-software-engineering-quality-standards.zip` — SHA-256 `cde6ff7a3c89cbd4bd10046a1a4a8232a84dc1e25ced8d73e0a69d4d6d5b9bda`
|
|
18
|
+
- `universal-software-engineering-gap-supplement.zip` — SHA-256 `5c4bd9cae92a54013bfa6f69c3be2656dd74c974ee043ae147c0573db3e4b16d`
|
|
19
|
+
- `universal-software-engineering-final-checklists.zip` — SHA-256 `26005b8e9493932ec18ac96e513c85cdac16a5a112f8fecee9ef485754a03bb2`
|
|
20
|
+
|
|
21
|
+
## Consolidation rules
|
|
22
|
+
|
|
23
|
+
- The quality archive's production master was not copied because this repository already maintains that review with stable `PRC-` identifiers.
|
|
24
|
+
- The gap supplement's `Consolidated controls from the prior corpus` sections were not copied a second time. Only expanded gap-closure controls, category evidence, and category no-go controls were candidates for import.
|
|
25
|
+
- The final corpus was deduplicated globally across all volumes. Its 1,969 repeated cross-volume occurrences were not reissued as separate controls.
|
|
26
|
+
- The final corpus's release volume was not copied because it mirrors the repository's stable `PRC-` production gate.
|
|
27
|
+
- Corpus audits, consolidation maps, maintenance rules, and volume-completion instructions were treated as checklist-authoring material rather than product controls.
|
|
28
|
+
- Repeated applicability boilerplate and normalized exact duplicates were retained once at their earliest lifecycle phase.
|
|
29
|
+
- Exact matches to existing `PRC-` controls were not reissued with new identifiers.
|
|
30
|
+
- Four manually reviewed near-matches were excluded because an existing control expresses the same or a stronger obligation.
|
|
31
|
+
- Programming-language wording was generalized to equivalent client-side execution terminology before import.
|
|
32
|
+
- Imported controls use deterministic `USEQ-` identifiers derived from normalized control text so evidence references remain stable across regeneration.
|
|
33
|
+
- Similar-looking controls were retained when their wording expressed a materially different scope, condition, or evidence obligation.
|
|
34
|
+
|
|
35
|
+
## Source inventory
|
|
36
|
+
|
|
37
|
+
| Package | Source document | Source checks | Candidates | Imported | Covered or excluded | Destination or treatment |
|
|
38
|
+
| --- | --- | ---: | ---: | ---: | ---: | --- |
|
|
39
|
+
| quality standards | `00-core/01-applicability-evidence-and-exceptions.md` | 61 | 61 | 61 | 0 | Phase 1: Governance and foundations |
|
|
40
|
+
| quality standards | `00-core/02-universal-quality-attribute-model.md` | 70 | 70 | 62 | 8 | Phase 1: Governance and foundations |
|
|
41
|
+
| quality standards | `00-core/03-standards-and-frameworks-crosswalk.md` | 16 | 16 | 8 | 8 | Phase 1: Governance and foundations |
|
|
42
|
+
| quality standards | `00-core/04-universal-definition-of-done.md` | 43 | 43 | 35 | 8 | Phase 1: Governance and foundations |
|
|
43
|
+
| quality standards | `00-core/05-master-no-go-gates.md` | 33 | 33 | 25 | 8 | Phase 1: Governance and foundations |
|
|
44
|
+
| quality standards | `00-core/06-final-evidence-package.md` | 30 | 30 | 21 | 9 | Phase 1: Governance and foundations |
|
|
45
|
+
| quality standards | `00-core/07-glossary.md` | 8 | 8 | 0 | 8 | Phase 1: Governance and foundations |
|
|
46
|
+
| quality standards | `00-core/08-corpus-maintenance-and-versioning.md` | 28 | 28 | 20 | 8 | Phase 1: Governance and foundations |
|
|
47
|
+
| quality standards | `00-core/09-assessment-record-template.md` | 8 | 8 | 0 | 8 | Phase 1: Governance and foundations |
|
|
48
|
+
| quality standards | `00-core/10-category-index.md` | 8 | 0 | 0 | 8 | navigation-only source index |
|
|
49
|
+
| quality standards | `01-governance/01-governance-ownership-and-risk.md` | 34 | 34 | 19 | 15 | Phase 1: Governance and foundations |
|
|
50
|
+
| quality standards | `01-governance/02-third-party-and-supplier-readiness.md` | 31 | 31 | 15 | 16 | Phase 1: Governance and foundations |
|
|
51
|
+
| quality standards | `01-governance/03-legal-regulatory-and-contractual-applicability.md` | 42 | 42 | 27 | 15 | Phase 1: Governance and foundations |
|
|
52
|
+
| quality standards | `01-governance/04-quality-management-and-continual-improvement.md` | 63 | 63 | 55 | 8 | Phase 1: Governance and foundations |
|
|
53
|
+
| quality standards | `01-governance/05-engineering-governance-and-decision-rights.md` | 58 | 58 | 15 | 43 | Phase 1: Governance and foundations |
|
|
54
|
+
| quality standards | `01-governance/06-project-program-and-portfolio-management.md` | 58 | 58 | 15 | 43 | Phase 1: Governance and foundations |
|
|
55
|
+
| quality standards | `01-governance/07-engineering-measurement-and-metrics.md` | 58 | 58 | 15 | 43 | Phase 1: Governance and foundations |
|
|
56
|
+
| quality standards | `01-governance/08-people-competence-culture-and-sustainable-work.md` | 58 | 58 | 15 | 43 | Phase 1: Governance and foundations |
|
|
57
|
+
| quality standards | `01-governance/09-ethics-and-responsible-technology.md` | 58 | 58 | 15 | 43 | Phase 1: Governance and foundations |
|
|
58
|
+
| quality standards | `02-product/01-product-and-business-readiness.md` | 27 | 27 | 14 | 13 | Phase 2: Product and requirements |
|
|
59
|
+
| quality standards | `02-product/02-product-strategy-vision-and-outcomes.md` | 57 | 57 | 14 | 43 | Phase 2: Product and requirements |
|
|
60
|
+
| quality standards | `02-product/03-product-discovery-and-problem-validation.md` | 58 | 58 | 15 | 43 | Phase 2: Product and requirements |
|
|
61
|
+
| quality standards | `02-product/04-requirements-engineering.md` | 60 | 60 | 17 | 43 | Phase 2: Product and requirements |
|
|
62
|
+
| quality standards | `02-product/05-prioritization-roadmaps-and-scope-control.md` | 58 | 58 | 15 | 43 | Phase 2: Product and requirements |
|
|
63
|
+
| quality standards | `02-product/06-product-metrics-experimentation-and-learning.md` | 58 | 58 | 15 | 43 | Phase 2: Product and requirements |
|
|
64
|
+
| quality standards | `02-product/07-product-lifecycle-deprecation-and-retirement.md` | 58 | 58 | 15 | 43 | Phase 2: Product and requirements |
|
|
65
|
+
| quality standards | `03-ux-ui-accessibility/01-accessibility.md` | 39 | 39 | 21 | 18 | Phase 3: User experience, web, and content |
|
|
66
|
+
| quality standards | `03-ux-ui-accessibility/02-localization-and-internationalization.md` | 23 | 23 | 12 | 11 | Phase 3: User experience, web, and content |
|
|
67
|
+
| quality standards | `03-ux-ui-accessibility/03-human-centered-design-and-user-research.md` | 58 | 58 | 15 | 43 | Phase 3: User experience, web, and content |
|
|
68
|
+
| quality standards | `03-ux-ui-accessibility/04-information-architecture-and-content-design.md` | 58 | 58 | 15 | 43 | Phase 3: User experience, web, and content |
|
|
69
|
+
| quality standards | `03-ux-ui-accessibility/05-interaction-and-visual-design.md` | 58 | 58 | 15 | 43 | Phase 3: User experience, web, and content |
|
|
70
|
+
| quality standards | `03-ux-ui-accessibility/06-usability-and-task-success.md` | 58 | 58 | 15 | 43 | Phase 3: User experience, web, and content |
|
|
71
|
+
| quality standards | `03-ux-ui-accessibility/07-design-systems-and-interface-reuse.md` | 58 | 58 | 15 | 43 | Phase 3: User experience, web, and content |
|
|
72
|
+
| quality standards | `03-ux-ui-accessibility/08-responsive-cross-device-and-adaptive-design.md` | 58 | 58 | 15 | 43 | Phase 3: User experience, web, and content |
|
|
73
|
+
| quality standards | `03-ux-ui-accessibility/09-ethical-design-and-dark-pattern-prevention.md` | 58 | 58 | 15 | 43 | Phase 3: User experience, web, and content |
|
|
74
|
+
| quality standards | `04-architecture-design/01-system-understanding-and-threat-modeling.md` | 26 | 26 | 13 | 13 | Phase 4: Architecture and design |
|
|
75
|
+
| quality standards | `04-architecture-design/02-performance-and-user-experience-efficiency.md` | 31 | 31 | 17 | 14 | Phase 4: Architecture and design |
|
|
76
|
+
| quality standards | `04-architecture-design/03-capacity-scalability-and-overload-control.md` | 33 | 33 | 14 | 19 | Phase 4: Architecture and design |
|
|
77
|
+
| quality standards | `04-architecture-design/04-reliability-resilience-and-failure-engineering.md` | 41 | 41 | 17 | 24 | Phase 4: Architecture and design |
|
|
78
|
+
| quality standards | `04-architecture-design/05-architecture-governance-and-decision-records.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
79
|
+
| quality standards | `04-architecture-design/06-modularity-cohesion-coupling-and-boundaries.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
80
|
+
| quality standards | `04-architecture-design/07-solid-design-principles.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
81
|
+
| quality standards | `04-architecture-design/08-dry-kiss-yagni-and-simplicity.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
82
|
+
| quality standards | `04-architecture-design/09-reusability-and-software-product-lines.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
83
|
+
| quality standards | `04-architecture-design/10-state-management.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
84
|
+
| quality standards | `04-architecture-design/11-concurrency-consistency-and-transactions.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
85
|
+
| quality standards | `04-architecture-design/12-distributed-and-event-driven-systems.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
86
|
+
| quality standards | `04-architecture-design/13-api-and-integration-architecture.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
87
|
+
| quality standards | `04-architecture-design/14-evolvability-technical-debt-and-changeability.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
88
|
+
| quality standards | `04-architecture-design/15-interoperability-portability-and-compatibility.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
89
|
+
| quality standards | `04-architecture-design/16-sustainable-software-and-resource-efficiency.md` | 58 | 58 | 15 | 43 | Phase 4: Architecture and design |
|
|
90
|
+
| quality standards | `05-code-implementation/01-functional-correctness-and-business-logic.md` | 37 | 37 | 18 | 19 | Phase 5: Code quality and implementation |
|
|
91
|
+
| quality standards | `05-code-implementation/02-input-validation-encoding-and-safe-processing.md` | 31 | 31 | 14 | 17 | Phase 5: Code quality and implementation |
|
|
92
|
+
| quality standards | `05-code-implementation/03-maintainability-and-long-term-operability.md` | 34 | 34 | 14 | 20 | Phase 5: Code quality and implementation |
|
|
93
|
+
| quality standards | `05-code-implementation/04-universal-code-quality.md` | 65 | 65 | 22 | 43 | Phase 5: Code quality and implementation |
|
|
94
|
+
| quality standards | `05-code-implementation/05-readability-naming-and-style.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
95
|
+
| quality standards | `05-code-implementation/06-abstractions-interfaces-and-contracts.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
96
|
+
| quality standards | `05-code-implementation/07-error-handling-and-defensive-programming.md` | 65 | 65 | 22 | 43 | Phase 5: Code quality and implementation |
|
|
97
|
+
| quality standards | `05-code-implementation/08-resource-lifecycle-memory-and-cleanup.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
98
|
+
| quality standards | `05-code-implementation/09-concurrent-asynchronous-and-parallel-code.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
99
|
+
| quality standards | `05-code-implementation/10-configuration-and-feature-flag-code-quality.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
100
|
+
| quality standards | `05-code-implementation/11-dependency-selection-and-hygiene.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
101
|
+
| quality standards | `05-code-implementation/12-refactoring-and-legacy-code.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
102
|
+
| quality standards | `05-code-implementation/13-code-review-and-work-product-review.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
103
|
+
| quality standards | `05-code-implementation/14-testability.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
104
|
+
| quality standards | `05-code-implementation/15-reusability-in-code.md` | 63 | 63 | 20 | 43 | Phase 5: Code quality and implementation |
|
|
105
|
+
| quality standards | `06-frontend/01-browser-client-usability.md` | 36 | 36 | 21 | 15 | Phase 3: User experience, web, and content |
|
|
106
|
+
| quality standards | `06-frontend/02-public-content-search-and-indexing.md` | 22 | 22 | 12 | 10 | Phase 3: User experience, web, and content |
|
|
107
|
+
| quality standards | `06-frontend/03-offline-and-progressive-web-capabilities.md` | 22 | 22 | 9 | 13 | Phase 3: User experience, web, and content |
|
|
108
|
+
| quality standards | `06-frontend/04-frontend-architecture-components-and-state.md` | 63 | 63 | 20 | 43 | Phase 3: User experience, web, and content |
|
|
109
|
+
| quality standards | `06-frontend/05-forms-user-input-and-client-validation.md` | 63 | 63 | 20 | 43 | Phase 3: User experience, web, and content |
|
|
110
|
+
| quality standards | `06-frontend/06-frontend-performance-and-runtime-efficiency.md` | 63 | 63 | 20 | 43 | Phase 3: User experience, web, and content |
|
|
111
|
+
| quality standards | `06-frontend/07-frontend-testing.md` | 63 | 63 | 20 | 43 | Phase 3: User experience, web, and content |
|
|
112
|
+
| quality standards | `06-frontend/08-frontend-security-and-privacy.md` | 63 | 63 | 20 | 43 | Phase 3: User experience, web, and content |
|
|
113
|
+
| quality standards | `07-backend-services/01-apis-webhooks-and-integrations.md` | 47 | 47 | 31 | 16 | Phase 6: Application services and APIs |
|
|
114
|
+
| quality standards | `07-backend-services/02-authentication-enrollment-and-recovery.md` | 46 | 46 | 25 | 21 | Phase 6: Application services and APIs |
|
|
115
|
+
| quality standards | `07-backend-services/03-authorization-and-tenant-isolation.md` | 31 | 31 | 12 | 19 | Phase 6: Application services and APIs |
|
|
116
|
+
| quality standards | `07-backend-services/04-sessions-cookies-and-tokens.md` | 28 | 28 | 13 | 15 | Phase 6: Application services and APIs |
|
|
117
|
+
| quality standards | `07-backend-services/05-file-and-content-processing.md` | 31 | 31 | 13 | 18 | Phase 6: Application services and APIs |
|
|
118
|
+
| quality standards | `07-backend-services/06-multi-tenant-systems.md` | 22 | 22 | 8 | 14 | Phase 6: Application services and APIs |
|
|
119
|
+
| quality standards | `07-backend-services/07-high-risk-admin-and-support-tools.md` | 24 | 24 | 15 | 9 | Phase 6: Application services and APIs |
|
|
120
|
+
| quality standards | `07-backend-services/08-enterprise-identity-provisioning-and-organization-lifecycle.md` | 20 | 20 | 12 | 8 | Phase 6: Application services and APIs |
|
|
121
|
+
| quality standards | `07-backend-services/09-backend-service-design.md` | 63 | 63 | 20 | 43 | Phase 6: Application services and APIs |
|
|
122
|
+
| quality standards | `07-backend-services/10-background-jobs-scheduling-and-queues.md` | 63 | 63 | 20 | 43 | Phase 6: Application services and APIs |
|
|
123
|
+
| quality standards | `07-backend-services/11-caching-search-and-derived-data.md` | 63 | 63 | 20 | 43 | Phase 6: Application services and APIs |
|
|
124
|
+
| quality standards | `08-data/01-data-stores-queues-caches-search-and-integrity.md` | 51 | 51 | 21 | 30 | Phase 7: Data and information lifecycle |
|
|
125
|
+
| quality standards | `08-data/02-import-export-bulk-operations-and-portability.md` | 22 | 22 | 14 | 8 | Phase 7: Data and information lifecycle |
|
|
126
|
+
| quality standards | `08-data/03-data-governance-ownership-and-accountability.md` | 63 | 63 | 20 | 43 | Phase 7: Data and information lifecycle |
|
|
127
|
+
| quality standards | `08-data/04-data-architecture-and-modeling.md` | 63 | 63 | 20 | 43 | Phase 7: Data and information lifecycle |
|
|
128
|
+
| quality standards | `08-data/05-data-quality.md` | 63 | 63 | 20 | 43 | Phase 7: Data and information lifecycle |
|
|
129
|
+
| quality standards | `08-data/06-metadata-lineage-provenance-and-catalogs.md` | 63 | 63 | 20 | 43 | Phase 7: Data and information lifecycle |
|
|
130
|
+
| quality standards | `08-data/07-schema-evolution-migrations-and-data-repair.md` | 63 | 63 | 20 | 43 | Phase 7: Data and information lifecycle |
|
|
131
|
+
| quality standards | `08-data/08-analytics-bi-and-decision-data.md` | 63 | 63 | 20 | 43 | Phase 7: Data and information lifecycle |
|
|
132
|
+
| quality standards | `09-security/01-dependencies-sbom-and-licenses.md` | 28 | 28 | 15 | 13 | Phase 8: Security and cryptography |
|
|
133
|
+
| quality standards | `09-security/02-transport-browser-dns-and-network-security.md` | 45 | 45 | 15 | 30 | Phase 8: Security and cryptography |
|
|
134
|
+
| quality standards | `09-security/03-cryptography-and-key-management.md` | 31 | 31 | 13 | 18 | Phase 8: Security and cryptography |
|
|
135
|
+
| quality standards | `09-security/04-security-validation-and-vulnerability-management.md` | 35 | 35 | 14 | 21 | Phase 8: Security and cryptography |
|
|
136
|
+
| quality standards | `09-security/05-incident-response-and-crisis-readiness.md` | 32 | 32 | 14 | 18 | Phase 8: Security and cryptography |
|
|
137
|
+
| quality standards | `09-security/06-public-forms-anonymous-access-and-abuse-resistance.md` | 18 | 18 | 10 | 8 | Phase 8: Security and cryptography |
|
|
138
|
+
| quality standards | `09-security/07-security-governance-and-risk-management.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
139
|
+
| quality standards | `09-security/08-secure-software-development-lifecycle.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
140
|
+
| quality standards | `09-security/09-threat-modeling-and-abuse-case-analysis.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
141
|
+
| quality standards | `09-security/10-application-security-engineering.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
142
|
+
| quality standards | `09-security/11-identity-access-and-privileged-security.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
143
|
+
| quality standards | `09-security/12-secrets-management.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
144
|
+
| quality standards | `09-security/13-software-supply-chain-security.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
145
|
+
| quality standards | `09-security/14-security-testing-and-assurance.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
146
|
+
| quality standards | `09-security/15-security-monitoring-detection-and-response.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
147
|
+
| quality standards | `09-security/16-zero-trust-and-privileged-access.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
148
|
+
| quality standards | `09-security/17-fraud-abuse-and-automation-resistance.md` | 63 | 63 | 20 | 43 | Phase 8: Security and cryptography |
|
|
149
|
+
| quality standards | `10-privacy/01-privacy-and-data-protection.md` | 41 | 41 | 16 | 25 | Phase 9: Privacy and data protection |
|
|
150
|
+
| quality standards | `10-privacy/02-privacy-governance-and-engineering.md` | 63 | 63 | 20 | 43 | Phase 9: Privacy and data protection |
|
|
151
|
+
| quality standards | `10-privacy/03-notices-consent-and-preferences.md` | 63 | 63 | 20 | 43 | Phase 9: Privacy and data protection |
|
|
152
|
+
| quality standards | `10-privacy/04-data-rights-retention-deletion-and-portability.md` | 63 | 63 | 20 | 43 | Phase 9: Privacy and data protection |
|
|
153
|
+
| quality standards | `10-privacy/05-deidentification-pseudonymization-and-anonymization.md` | 63 | 63 | 20 | 43 | Phase 9: Privacy and data protection |
|
|
154
|
+
| quality standards | `10-privacy/06-cross-border-transfers-processors-and-sharing.md` | 63 | 63 | 20 | 43 | Phase 9: Privacy and data protection |
|
|
155
|
+
| quality standards | `10-privacy/07-childrens-sensitive-and-high-risk-data.md` | 63 | 63 | 20 | 43 | Phase 9: Privacy and data protection |
|
|
156
|
+
| quality standards | `11-testing-quality-assurance/01-test-strategy-and-evidence.md` | 35 | 35 | 13 | 22 | Phase 10: Verification and testing |
|
|
157
|
+
| quality standards | `11-testing-quality-assurance/02-unit-and-component-testing.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
158
|
+
| quality standards | `11-testing-quality-assurance/03-integration-and-contract-testing.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
159
|
+
| quality standards | `11-testing-quality-assurance/04-system-end-to-end-and-acceptance-testing.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
160
|
+
| quality standards | `11-testing-quality-assurance/05-regression-change-impact-and-compatibility-testing.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
161
|
+
| quality standards | `11-testing-quality-assurance/06-test-automation-quality.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
162
|
+
| quality standards | `11-testing-quality-assurance/07-test-data-and-test-environments.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
163
|
+
| quality standards | `11-testing-quality-assurance/08-nonfunctional-quality-attribute-testing.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
164
|
+
| quality standards | `11-testing-quality-assurance/09-exploratory-risk-based-and-usability-testing.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
165
|
+
| quality standards | `11-testing-quality-assurance/10-static-analysis-formal-methods-and-verification.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
166
|
+
| quality standards | `11-testing-quality-assurance/11-defect-management-and-root-cause.md` | 63 | 63 | 20 | 43 | Phase 10: Verification and testing |
|
|
167
|
+
| quality standards | `12-delivery-cicd/01-source-control-and-change-management.md` | 24 | 24 | 9 | 15 | Phase 11: Developer experience, platform, and delivery |
|
|
168
|
+
| quality standards | `12-delivery-cicd/02-build-cicd-and-artifact-integrity.md` | 28 | 28 | 11 | 17 | Phase 11: Developer experience, platform, and delivery |
|
|
169
|
+
| quality standards | `12-delivery-cicd/03-environments-configuration-flags-and-secrets.md` | 47 | 47 | 24 | 23 | Phase 11: Developer experience, platform, and delivery |
|
|
170
|
+
| quality standards | `12-delivery-cicd/04-continuous-integration.md` | 63 | 63 | 20 | 43 | Phase 11: Developer experience, platform, and delivery |
|
|
171
|
+
| quality standards | `12-delivery-cicd/05-continuous-delivery-and-deployment.md` | 63 | 63 | 20 | 43 | Phase 11: Developer experience, platform, and delivery |
|
|
172
|
+
| quality standards | `12-delivery-cicd/06-reproducible-hermetic-and-trusted-builds.md` | 63 | 63 | 20 | 43 | Phase 11: Developer experience, platform, and delivery |
|
|
173
|
+
| quality standards | `12-delivery-cicd/07-infrastructure-as-code-and-environment-engineering.md` | 63 | 63 | 20 | 43 | Phase 11: Developer experience, platform, and delivery |
|
|
174
|
+
| quality standards | `12-delivery-cicd/08-deployment-strategies-and-progressive-delivery.md` | 63 | 63 | 20 | 43 | Phase 11: Developer experience, platform, and delivery |
|
|
175
|
+
| quality standards | `12-delivery-cicd/09-database-and-data-release-engineering.md` | 63 | 63 | 20 | 43 | Phase 11: Developer experience, platform, and delivery |
|
|
176
|
+
| quality standards | `12-delivery-cicd/10-rollback-rollforward-and-kill-switches.md` | 63 | 63 | 20 | 43 | Phase 11: Developer experience, platform, and delivery |
|
|
177
|
+
| quality standards | `13-operations-sre/01-infrastructure-and-platform-readiness.md` | 55 | 55 | 21 | 34 | Phase 12: Operations, SRE, and support |
|
|
178
|
+
| quality standards | `13-operations-sre/02-observability-logging-metrics-traces-and-audit.md` | 38 | 38 | 13 | 25 | Phase 12: Operations, SRE, and support |
|
|
179
|
+
| quality standards | `13-operations-sre/03-alerting-oncall-and-runbooks.md` | 32 | 32 | 15 | 17 | Phase 12: Operations, SRE, and support |
|
|
180
|
+
| quality standards | `13-operations-sre/04-backup-disaster-recovery-and-business-continuity.md` | 33 | 33 | 17 | 16 | Phase 12: Operations, SRE, and support |
|
|
181
|
+
| quality standards | `13-operations-sre/05-sli-slo-error-budgets-and-reliability-governance.md` | 63 | 63 | 20 | 43 | Phase 12: Operations, SRE, and support |
|
|
182
|
+
| quality standards | `13-operations-sre/06-service-management-and-customer-support.md` | 63 | 63 | 20 | 43 | Phase 12: Operations, SRE, and support |
|
|
183
|
+
| quality standards | `13-operations-sre/07-incident-problem-management-and-postmortems.md` | 63 | 63 | 20 | 43 | Phase 12: Operations, SRE, and support |
|
|
184
|
+
| quality standards | `13-operations-sre/08-operational-capacity-performance-and-efficiency.md` | 63 | 63 | 20 | 43 | Phase 12: Operations, SRE, and support |
|
|
185
|
+
| quality standards | `13-operations-sre/09-cost-efficiency-and-finops.md` | 63 | 63 | 20 | 43 | Phase 12: Operations, SRE, and support |
|
|
186
|
+
| quality standards | `13-operations-sre/10-asset-patch-and-technology-lifecycle-management.md` | 63 | 63 | 20 | 43 | Phase 12: Operations, SRE, and support |
|
|
187
|
+
| quality standards | `13-operations-sre/11-decommissioning-and-secure-retirement.md` | 63 | 63 | 20 | 43 | Phase 12: Operations, SRE, and support |
|
|
188
|
+
| quality standards | `13-operations-sre/12-operational-access-and-production-change.md` | 63 | 63 | 20 | 43 | Phase 12: Operations, SRE, and support |
|
|
189
|
+
| quality standards | `14-documentation/01-documentation-governance.md` | 63 | 63 | 20 | 43 | Phase 13: Documentation and knowledge |
|
|
190
|
+
| quality standards | `14-documentation/02-product-requirements-and-decision-documentation.md` | 63 | 63 | 20 | 43 | Phase 13: Documentation and knowledge |
|
|
191
|
+
| quality standards | `14-documentation/03-architecture-and-adr-documentation.md` | 63 | 63 | 20 | 43 | Phase 13: Documentation and knowledge |
|
|
192
|
+
| quality standards | `14-documentation/04-code-api-and-data-documentation.md` | 63 | 63 | 20 | 43 | Phase 13: Documentation and knowledge |
|
|
193
|
+
| quality standards | `14-documentation/05-user-help-training-and-support-content.md` | 63 | 63 | 20 | 43 | Phase 13: Documentation and knowledge |
|
|
194
|
+
| quality standards | `14-documentation/06-operations-runbooks-release-and-incident-documentation.md` | 63 | 63 | 20 | 43 | Phase 13: Documentation and knowledge |
|
|
195
|
+
| quality standards | `15-conditional-domains/01-payments-billing-and-money-movement.md` | 28 | 28 | 18 | 10 | Phase 16: Specialized domains and release assurance |
|
|
196
|
+
| quality standards | `15-conditional-domains/02-user-generated-content-social-and-marketplaces.md` | 26 | 26 | 17 | 9 | Phase 14: Trust, safety, and ecosystems |
|
|
197
|
+
| quality standards | `15-conditional-domains/03-email-sms-push-and-notifications.md` | 26 | 26 | 14 | 12 | Phase 14: Trust, safety, and ecosystems |
|
|
198
|
+
| quality standards | `15-conditional-domains/04-realtime-streaming-and-collaboration.md` | 23 | 23 | 12 | 11 | Phase 16: Specialized domains and release assurance |
|
|
199
|
+
| quality standards | `15-conditional-domains/05-ai-machine-learning-and-llm-systems.md` | 40 | 40 | 25 | 15 | Phase 15: AI, ML, and AI-assisted development |
|
|
200
|
+
| quality standards | `15-conditional-domains/06-safety-critical-and-physically-consequential-systems.md` | 23 | 23 | 5 | 18 | Phase 16: Specialized domains and release assurance |
|
|
201
|
+
| quality standards | `15-conditional-domains/07-media-voice-video-and-live-communications.md` | 21 | 21 | 13 | 8 | Phase 16: Specialized domains and release assurance |
|
|
202
|
+
| quality standards | `15-conditional-domains/08-geolocation-sensors-and-device-capabilities.md` | 20 | 20 | 12 | 8 | Phase 16: Specialized domains and release assurance |
|
|
203
|
+
| quality standards | `15-conditional-domains/09-search-ranking-recommendations-and-personalization.md` | 21 | 21 | 13 | 8 | Phase 14: Trust, safety, and ecosystems |
|
|
204
|
+
| quality standards | `15-conditional-domains/10-analytics-experimentation-advertising-and-attribution.md` | 23 | 23 | 15 | 8 | Phase 16: Specialized domains and release assurance |
|
|
205
|
+
| quality standards | `15-conditional-domains/11-ecommerce-orders-inventory-fulfillment-and-returns.md` | 20 | 20 | 12 | 8 | Phase 16: Specialized domains and release assurance |
|
|
206
|
+
| quality standards | `15-conditional-domains/12-blockchain-smart-contracts-and-irreversible-ledgers.md` | 20 | 20 | 12 | 8 | Phase 16: Specialized domains and release assurance |
|
|
207
|
+
| quality standards | `15-conditional-domains/13-iot-device-control-industrial-and-cyber-physical.md` | 20 | 20 | 12 | 8 | Phase 16: Specialized domains and release assurance |
|
|
208
|
+
| quality standards | `15-conditional-domains/14-open-source-projects-and-public-packages.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
209
|
+
| quality standards | `15-conditional-domains/15-mobile-desktop-and-installed-clients.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
210
|
+
| quality standards | `15-conditional-domains/16-cloud-native-and-managed-platforms.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
211
|
+
| quality standards | `15-conditional-domains/17-containers-and-orchestration.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
212
|
+
| quality standards | `15-conditional-domains/18-serverless-and-managed-execution.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
213
|
+
| quality standards | `15-conditional-domains/19-healthcare-and-regulated-sensitive-systems.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
214
|
+
| quality standards | `15-conditional-domains/20-public-sector-and-high-assurance-systems.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
215
|
+
| quality standards | `15-conditional-domains/21-libraries-sdks-clis-and-developer-tools.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
216
|
+
| quality standards | `15-conditional-domains/22-games-immersive-and-high-engagement-products.md` | 63 | 63 | 20 | 43 | Phase 16: Specialized domains and release assurance |
|
|
217
|
+
| quality standards | `16-release-production/01-universal-production-readiness-master-checklist.md` | 1,425 | 0 | 0 | 1,425 | covered by the repository's stable PRC production-readiness controls |
|
|
218
|
+
| quality standards | `16-release-production/02-release-control-record.md` | 31 | 31 | 18 | 13 | Phase 16: Specialized domains and release assurance |
|
|
219
|
+
| quality standards | `16-release-production/03-deployment-and-release-engineering.md` | 38 | 38 | 18 | 20 | Phase 16: Specialized domains and release assurance |
|
|
220
|
+
| quality standards | `16-release-production/04-post-deployment-verification.md` | 30 | 30 | 14 | 16 | Phase 16: Specialized domains and release assurance |
|
|
221
|
+
| quality standards | `16-release-production/05-required-signoffs.md` | 21 | 21 | 13 | 8 | Phase 16: Specialized domains and release assurance |
|
|
222
|
+
| quality standards | `16-release-production/06-go-conditional-go-and-no-go.md` | 32 | 32 | 12 | 20 | Phase 16: Specialized domains and release assurance |
|
|
223
|
+
| quality standards | `INDEX.md` | 8 | 0 | 0 | 8 | package documentation or manifest, not a product control checklist |
|
|
224
|
+
| quality standards | `MANIFEST.md` | 0 | 0 | 0 | 0 | package documentation or manifest, not a product control checklist |
|
|
225
|
+
| quality standards | `README.md` | 0 | 0 | 0 | 0 | package documentation or manifest, not a product control checklist |
|
|
226
|
+
| gap supplement | `00-gap-audit-and-consolidation-map.md` | 10 | 0 | 0 | 10 | package documentation, manifest, or adoption audit rather than product controls |
|
|
227
|
+
| gap supplement | `01-web-quality-seo-accessibility-and-content.md` | 592 | 254 | 254 | 338 | Phase 3: User experience, web, and content |
|
|
228
|
+
| gap supplement | `02-universal-code-quality-design-and-implementation.md` | 726 | 215 | 205 | 521 | Phase 5: Code quality and implementation |
|
|
229
|
+
| gap supplement | `03-developer-experience-platform-engineering-and-economics.md` | 650 | 213 | 203 | 447 | Phase 11: Developer experience, platform, and delivery |
|
|
230
|
+
| gap supplement | `04-trust-safety-content-integrity-and-extension-ecosystems.md` | 303 | 201 | 191 | 112 | Phase 14: Trust, safety, and ecosystems |
|
|
231
|
+
| gap supplement | `05-ai-ml-mlops-and-ai-assisted-development.md` | 436 | 328 | 318 | 118 | Phase 15: AI, ML, and AI-assisted development |
|
|
232
|
+
| gap supplement | `06-data-contracts-semantics-records-and-preservation.md` | 486 | 256 | 246 | 240 | Phase 7: Data and information lifecycle |
|
|
233
|
+
| gap supplement | `07-cryptographic-agility-obsolescence-and-long-term-resilience.md` | 338 | 212 | 202 | 136 | Phase 8: Security and cryptography |
|
|
234
|
+
| gap supplement | `MANIFEST.md` | 0 | 0 | 0 | 0 | package documentation, manifest, or adoption audit rather than product controls |
|
|
235
|
+
| gap supplement | `README.md` | 0 | 0 | 0 | 0 | package documentation, manifest, or adoption audit rather than product controls |
|
|
236
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 1: Governance and foundations |
|
|
237
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Coverage Audit, Gap Analysis, and Consolidation Map` | 85 | 0 | 0 | 85 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
238
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Applicability, Evidence, Exceptions, and Audit Rules` | 53 | 53 | 0 | 53 | Phase 1: Governance and foundations |
|
|
239
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Universal Software and Product Quality Attribute Model` | 62 | 62 | 0 | 62 | Phase 1: Governance and foundations |
|
|
240
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Standards and Frameworks Crosswalk` | 8 | 8 | 0 | 8 | Phase 1: Governance and foundations |
|
|
241
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Universal Definition of Done` | 35 | 35 | 0 | 35 | Phase 1: Governance and foundations |
|
|
242
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Master No-Go Gates` | 25 | 25 | 0 | 25 | Phase 1: Governance and foundations |
|
|
243
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Corpus Maintenance and Versioning` | 20 | 0 | 0 | 20 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
244
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Governance, Ownership, and Risk` | 26 | 26 | 0 | 26 | Phase 1: Governance and foundations |
|
|
245
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Third-Party and Supplier Readiness` | 23 | 23 | 0 | 23 | Phase 1: Governance and foundations |
|
|
246
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Legal, Regulatory, and Contractual Applicability` | 34 | 34 | 0 | 34 | Phase 1: Governance and foundations |
|
|
247
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Quality Management and Continual Improvement` | 18 | 18 | 0 | 18 | Phase 1: Governance and foundations |
|
|
248
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Engineering Governance and Decision Rights` | 15 | 15 | 0 | 15 | Phase 1: Governance and foundations |
|
|
249
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Project, Program, and Portfolio Management` | 15 | 15 | 0 | 15 | Phase 1: Governance and foundations |
|
|
250
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Engineering Measurement and Metrics` | 15 | 15 | 0 | 15 | Phase 1: Governance and foundations |
|
|
251
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#People, Competence, Culture, and Sustainable Work` | 15 | 15 | 0 | 15 | Phase 1: Governance and foundations |
|
|
252
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Ethics and Responsible Technology` | 15 | 15 | 0 | 15 | Phase 1: Governance and foundations |
|
|
253
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Product and Business Readiness` | 19 | 19 | 0 | 19 | Phase 2: Product and requirements |
|
|
254
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Product Strategy, Vision, and Outcomes` | 14 | 14 | 0 | 14 | Phase 2: Product and requirements |
|
|
255
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Product Discovery and Problem Validation` | 15 | 15 | 0 | 15 | Phase 2: Product and requirements |
|
|
256
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Requirements Engineering` | 15 | 15 | 0 | 15 | Phase 2: Product and requirements |
|
|
257
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Prioritization, Roadmaps, and Scope Control` | 15 | 15 | 0 | 15 | Phase 2: Product and requirements |
|
|
258
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Product Metrics, Experimentation, and Learning` | 15 | 15 | 0 | 15 | Phase 2: Product and requirements |
|
|
259
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Product Lifecycle, Deprecation, and Retirement` | 15 | 15 | 0 | 15 | Phase 2: Product and requirements |
|
|
260
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Gap Audit and Consolidation Map` | 10 | 0 | 0 | 10 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
261
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Final Gap Closure — Governance, Acquisition, Automated Decisions, and Rights` | 215 | 215 | 215 | 0 | Phase 1: Governance and foundations |
|
|
262
|
+
| final consolidated corpus | `01-governance-product-requirements-risk-ethics-lifecycle.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
263
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 3: User experience, web, and content |
|
|
264
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Accessibility, SEO, Content Quality, and Digital Discoverability` | 321 | 321 | 321 | 0 | Phase 3: User experience, web, and content |
|
|
265
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Accessibility` | 31 | 31 | 0 | 31 | Phase 3: User experience, web, and content |
|
|
266
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Localization and Internationalization` | 15 | 15 | 0 | 15 | Phase 3: User experience, web, and content |
|
|
267
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Human-Centred Design and User Research` | 15 | 15 | 0 | 15 | Phase 3: User experience, web, and content |
|
|
268
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Information Architecture and Content Design` | 15 | 15 | 0 | 15 | Phase 3: User experience, web, and content |
|
|
269
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Interaction and Visual Design` | 15 | 15 | 0 | 15 | Phase 3: User experience, web, and content |
|
|
270
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Usability and Task Success` | 15 | 15 | 0 | 15 | Phase 3: User experience, web, and content |
|
|
271
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Design Systems and Interface Reuse` | 15 | 15 | 0 | 15 | Phase 3: User experience, web, and content |
|
|
272
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Responsive, Cross-Device, and Adaptive Design` | 15 | 15 | 0 | 15 | Phase 3: User experience, web, and content |
|
|
273
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Ethical Design and Dark-Pattern Prevention` | 15 | 15 | 0 | 15 | Phase 3: User experience, web, and content |
|
|
274
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Public Content, Search Engines, Metadata, and Indexing` | 14 | 14 | 0 | 14 | Phase 3: User experience, web, and content |
|
|
275
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Web Quality, SEO, Accessibility, and Content Master Checklist` | 409 | 409 | 0 | 409 | Phase 3: User experience, web, and content |
|
|
276
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Final Gap Closure — Human Factors, Operator Experience, and Usable Security` | 182 | 182 | 182 | 0 | Phase 3: User experience, web, and content |
|
|
277
|
+
| final consolidated corpus | `02-human-experience-accessibility-content-seo-internationalization.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
278
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 4: Architecture and design |
|
|
279
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Universal Code Quality, Correctness, and Maintainability` | 350 | 350 | 344 | 6 | Phase 5: Code quality and implementation |
|
|
280
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#System Understanding and Threat Modeling` | 18 | 18 | 0 | 18 | Phase 4: Architecture and design |
|
|
281
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Performance and User-Experience Efficiency` | 23 | 23 | 0 | 23 | Phase 4: Architecture and design |
|
|
282
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Capacity, Scalability, and Overload Control` | 25 | 25 | 0 | 25 | Phase 4: Architecture and design |
|
|
283
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Reliability, Resilience, and Failure Engineering` | 33 | 33 | 0 | 33 | Phase 4: Architecture and design |
|
|
284
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Architecture Governance and Decision Records` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
285
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Modularity, Cohesion, Coupling, and Boundaries` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
286
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#SOLID Design Principles` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
287
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#DRY, KISS, YAGNI, and Simplicity` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
288
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Reusability and Software Product Lines` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
289
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#State Management` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
290
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Concurrency, Consistency, and Transactions` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
291
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Distributed and Event-Driven Systems` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
292
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#API and Integration Architecture` | 15 | 15 | 0 | 15 | Phase 6: Application services and APIs |
|
|
293
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Evolvability, Technical Debt, and Changeability` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
294
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Interoperability, Portability, and Compatibility` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
295
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Sustainable Software and Resource Efficiency` | 15 | 15 | 0 | 15 | Phase 4: Architecture and design |
|
|
296
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Functional Correctness and Business Logic` | 29 | 29 | 0 | 29 | Phase 5: Code quality and implementation |
|
|
297
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Input Validation, Output Encoding, and Safe Processing` | 23 | 23 | 0 | 23 | Phase 5: Code quality and implementation |
|
|
298
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Maintainability and Long-Term Operability` | 26 | 26 | 0 | 26 | Phase 5: Code quality and implementation |
|
|
299
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Universal Code Quality` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
300
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Readability, Naming, and Style` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
301
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Abstractions, Interfaces, and Contracts` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
302
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Error Handling and Defensive Programming` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
303
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Resource Lifecycle, Memory, and Cleanup` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
304
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Concurrent, Asynchronous, and Parallel Code` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
305
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Configuration and Feature-Flag Code Quality` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
306
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Dependency Selection and Hygiene` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
307
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Refactoring and Legacy Code` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
308
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Code Review and Work-Product Review` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
309
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Testability` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
310
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Reusability in Code` | 20 | 20 | 0 | 20 | Phase 5: Code quality and implementation |
|
|
311
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Browser, Client, and Usability Behavior` | 28 | 28 | 0 | 28 | Phase 3: User experience, web, and content |
|
|
312
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Offline and Progressive Web Capabilities` | 14 | 14 | 0 | 14 | Phase 3: User experience, web, and content |
|
|
313
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Frontend Architecture, Components, and State` | 20 | 20 | 0 | 20 | Phase 3: User experience, web, and content |
|
|
314
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Forms, User Input, and Client Validation` | 20 | 20 | 0 | 20 | Phase 3: User experience, web, and content |
|
|
315
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Frontend Performance and Runtime Efficiency` | 20 | 20 | 0 | 20 | Phase 3: User experience, web, and content |
|
|
316
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Frontend Testing` | 20 | 20 | 0 | 20 | Phase 3: User experience, web, and content |
|
|
317
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Frontend Security and Privacy` | 20 | 20 | 0 | 20 | Phase 3: User experience, web, and content |
|
|
318
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#APIs, Web Services, Webhooks, and Integrations` | 39 | 39 | 0 | 39 | Phase 6: Application services and APIs |
|
|
319
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Backend Service Design` | 20 | 20 | 0 | 20 | Phase 6: Application services and APIs |
|
|
320
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Background Jobs, Scheduling, and Queues` | 20 | 20 | 0 | 20 | Phase 6: Application services and APIs |
|
|
321
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Caching, Search, and Derived Data` | 20 | 20 | 0 | 20 | Phase 6: Application services and APIs |
|
|
322
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Universal Code Quality, Design, and Implementation Master Checklist` | 285 | 285 | 0 | 285 | Phase 5: Code quality and implementation |
|
|
323
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Final Gap Closure — Integration, Transition, Open Standards, and Exitability` | 143 | 143 | 143 | 0 | Phase 6: Application services and APIs |
|
|
324
|
+
| final consolidated corpus | `03-architecture-code-frontend-backend-apis-integration.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
325
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 7: Data and information lifecycle |
|
|
326
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Data Contracts, Information Governance, Records, and Digital Preservation` | 258 | 258 | 255 | 3 | Phase 7: Data and information lifecycle |
|
|
327
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Data Stores, Queues, Caches, Search, and Integrity` | 43 | 43 | 0 | 43 | Phase 7: Data and information lifecycle |
|
|
328
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Imports, Exports, Bulk Operations, and Data Portability` | 14 | 14 | 0 | 14 | Phase 7: Data and information lifecycle |
|
|
329
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Data Governance, Ownership, and Accountability` | 20 | 20 | 0 | 20 | Phase 7: Data and information lifecycle |
|
|
330
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Data Architecture and Modeling` | 20 | 20 | 0 | 20 | Phase 7: Data and information lifecycle |
|
|
331
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Data Quality` | 20 | 20 | 0 | 20 | Phase 7: Data and information lifecycle |
|
|
332
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Metadata, Lineage, Provenance, and Catalogs` | 20 | 20 | 0 | 20 | Phase 7: Data and information lifecycle |
|
|
333
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Schema Evolution, Migrations, and Data Repair` | 20 | 20 | 0 | 20 | Phase 7: Data and information lifecycle |
|
|
334
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Analytics, Business Intelligence, and Decision Data` | 20 | 20 | 0 | 20 | Phase 7: Data and information lifecycle |
|
|
335
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Privacy and Data Protection` | 33 | 33 | 0 | 33 | Phase 9: Privacy and data protection |
|
|
336
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Privacy Governance and Engineering` | 20 | 20 | 0 | 20 | Phase 9: Privacy and data protection |
|
|
337
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Privacy Notices, Consent, and Preferences` | 20 | 20 | 0 | 20 | Phase 9: Privacy and data protection |
|
|
338
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Data Rights, Retention, Deletion, and Portability` | 20 | 20 | 0 | 20 | Phase 7: Data and information lifecycle |
|
|
339
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#De-Identification, Pseudonymization, and Anonymization` | 20 | 20 | 0 | 20 | Phase 7: Data and information lifecycle |
|
|
340
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Cross-Border Transfers, Processors, and Data Sharing` | 20 | 20 | 0 | 20 | Phase 9: Privacy and data protection |
|
|
341
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Children’s, Sensitive, and High-Risk Data` | 20 | 20 | 0 | 20 | Phase 9: Privacy and data protection |
|
|
342
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Data Contracts, Semantics, Records, and Digital Preservation Master Checklist` | 266 | 266 | 0 | 266 | Phase 7: Data and information lifecycle |
|
|
343
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Final Gap Closure — Data Accountability, eDiscovery, Legal Holds, and Evidentiary Integrity` | 122 | 122 | 122 | 0 | Phase 7: Data and information lifecycle |
|
|
344
|
+
| final consolidated corpus | `04-data-privacy-information-governance-records-analytics.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
345
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 8: Security and cryptography |
|
|
346
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Secure by Design, Software Supply Chain, Memory Safety, and Cryptographic Readiness` | 274 | 274 | 271 | 3 | Phase 8: Security and cryptography |
|
|
347
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Authentication, Enrollment, and Account Recovery` | 38 | 38 | 0 | 38 | Phase 8: Security and cryptography |
|
|
348
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Authorization, Privilege Management, and Tenant Isolation` | 23 | 23 | 0 | 23 | Phase 8: Security and cryptography |
|
|
349
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Sessions, Cookies, and Tokens` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
350
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#File and Content Processing` | 23 | 23 | 0 | 23 | Phase 8: Security and cryptography |
|
|
351
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Multi-Tenant Systems and Customer Isolation` | 14 | 14 | 0 | 14 | Phase 8: Security and cryptography |
|
|
352
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#High-Risk Administrative and Support Tools` | 16 | 16 | 0 | 16 | Phase 8: Security and cryptography |
|
|
353
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Enterprise Identity, Provisioning, and Organization Lifecycle` | 12 | 12 | 0 | 12 | Phase 8: Security and cryptography |
|
|
354
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Dependencies, SBOM, and Licenses` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
355
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Transport, Browser, DNS, and Network Security` | 37 | 37 | 0 | 37 | Phase 8: Security and cryptography |
|
|
356
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Cryptography and Key Management` | 23 | 23 | 0 | 23 | Phase 8: Security and cryptography |
|
|
357
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Security Validation and Vulnerability Management` | 27 | 27 | 0 | 27 | Phase 8: Security and cryptography |
|
|
358
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Security Incident Response and Crisis Readiness` | 24 | 24 | 0 | 24 | Phase 8: Security and cryptography |
|
|
359
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Public Forms, Anonymous Access, and Abuse Resistance` | 10 | 10 | 0 | 10 | Phase 14: Trust, safety, and ecosystems |
|
|
360
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Security Governance and Risk Management` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
361
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Secure Software Development Lifecycle` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
362
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Threat Modeling and Abuse-Case Analysis` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
363
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Application Security Engineering` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
364
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Identity, Access, and Privileged Security` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
365
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Secrets Management` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
366
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Software Supply-Chain Security` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
367
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Security Testing and Assurance` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
368
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Security Monitoring, Detection, and Response` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
369
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Zero Trust and Privileged Access` | 20 | 20 | 0 | 20 | Phase 8: Security and cryptography |
|
|
370
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Fraud, Abuse, and Automation Resistance` | 20 | 20 | 0 | 20 | Phase 14: Trust, safety, and ecosystems |
|
|
371
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Trust, Safety, Content Integrity, and Extension Ecosystems Master Checklist` | 255 | 255 | 0 | 255 | Phase 14: Trust, safety, and ecosystems |
|
|
372
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Cryptographic Agility, Obsolescence, and Long-Term Resilience Master Checklist` | 257 | 257 | 0 | 257 | Phase 8: Security and cryptography |
|
|
373
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Final Gap Closure — Physical, Environmental, Endpoint, and Media Security` | 142 | 142 | 142 | 0 | Phase 8: Security and cryptography |
|
|
374
|
+
| final consolidated corpus | `05-security-identity-supply-chain-cryptography-trust.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
375
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 10: Verification and testing |
|
|
376
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Advanced Testing, Conformance, and Continuous Assurance` | 319 | 319 | 316 | 3 | Phase 10: Verification and testing |
|
|
377
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Test Strategy and Evidence` | 27 | 27 | 0 | 27 | Phase 10: Verification and testing |
|
|
378
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Unit and Component Testing` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
379
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Integration and Contract Testing` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
380
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#System, End-to-End, and Acceptance Testing` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
381
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Regression, Change-Impact, and Compatibility Testing` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
382
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Test Automation Quality` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
383
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Test Data and Test Environments` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
384
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Nonfunctional and Quality-Attribute Testing` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
385
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Exploratory, Risk-Based, and Usability Testing` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
386
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Static Analysis, Formal Methods, and Verification` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
387
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Defect Management and Root-Cause Improvement` | 20 | 20 | 0 | 20 | Phase 10: Verification and testing |
|
|
388
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Final Gap Closure — Assurance Cases, Independent Assurance, and Conformance Claims` | 107 | 107 | 107 | 0 | Phase 10: Verification and testing |
|
|
389
|
+
| final consolidated corpus | `06-testing-verification-conformance-assurance.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
390
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 11: Developer experience, platform, and delivery |
|
|
391
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Platform Engineering, Developer Experience, and Engineering Effectiveness` | 241 | 241 | 238 | 3 | Phase 11: Developer experience, platform, and delivery |
|
|
392
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Source Control and Change Management` | 16 | 16 | 0 | 16 | Phase 11: Developer experience, platform, and delivery |
|
|
393
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Build, CI/CD, and Artifact Integrity` | 20 | 20 | 0 | 20 | Phase 11: Developer experience, platform, and delivery |
|
|
394
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Environments, Configuration, Feature Flags, and Secrets` | 39 | 39 | 0 | 39 | Phase 11: Developer experience, platform, and delivery |
|
|
395
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Continuous Integration` | 20 | 20 | 0 | 20 | Phase 11: Developer experience, platform, and delivery |
|
|
396
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Continuous Delivery and Deployment` | 20 | 20 | 0 | 20 | Phase 11: Developer experience, platform, and delivery |
|
|
397
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Reproducible, Hermetic, and Trusted Builds` | 20 | 20 | 0 | 20 | Phase 11: Developer experience, platform, and delivery |
|
|
398
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Infrastructure as Code and Environment Engineering` | 20 | 20 | 0 | 20 | Phase 11: Developer experience, platform, and delivery |
|
|
399
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Deployment Strategies and Progressive Delivery` | 20 | 20 | 0 | 20 | Phase 11: Developer experience, platform, and delivery |
|
|
400
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Database and Data Release Engineering` | 20 | 20 | 0 | 20 | Phase 11: Developer experience, platform, and delivery |
|
|
401
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Rollback, Roll-Forward, and Kill Switches` | 20 | 20 | 0 | 20 | Phase 11: Developer experience, platform, and delivery |
|
|
402
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Developer Experience, Platform Engineering, and Engineering Economics Master Checklist` | 456 | 456 | 0 | 456 | Phase 11: Developer experience, platform, and delivery |
|
|
403
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Final Gap Closure — IT Asset Management, Configuration Management, and Toolchain Trust` | 127 | 127 | 127 | 0 | Phase 11: Developer experience, platform, and delivery |
|
|
404
|
+
| final consolidated corpus | `07-delivery-configuration-platform-developer-experience-cicd.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
405
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 12: Operations, SRE, and support |
|
|
406
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Digital Sustainability, Environmental Impact, and Responsible Computing` | 240 | 240 | 237 | 3 | Phase 12: Operations, SRE, and support |
|
|
407
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Infrastructure and Platform Readiness` | 47 | 47 | 0 | 47 | Phase 12: Operations, SRE, and support |
|
|
408
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Observability, Logging, Metrics, Traces, and Audit` | 30 | 30 | 0 | 30 | Phase 12: Operations, SRE, and support |
|
|
409
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Alerting, On-Call, and Runbooks` | 24 | 24 | 0 | 24 | Phase 12: Operations, SRE, and support |
|
|
410
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Backup, Disaster Recovery, and Business Continuity` | 25 | 25 | 0 | 25 | Phase 12: Operations, SRE, and support |
|
|
411
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#SLIs, SLOs, Error Budgets, and Reliability Governance` | 20 | 20 | 0 | 20 | Phase 12: Operations, SRE, and support |
|
|
412
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Service Management and Customer Support` | 20 | 20 | 0 | 20 | Phase 12: Operations, SRE, and support |
|
|
413
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Incident, Problem Management, and Postmortems` | 20 | 20 | 0 | 20 | Phase 12: Operations, SRE, and support |
|
|
414
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Operational Capacity, Performance, and Efficiency` | 20 | 20 | 0 | 20 | Phase 12: Operations, SRE, and support |
|
|
415
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Cost Efficiency and FinOps` | 20 | 20 | 0 | 20 | Phase 12: Operations, SRE, and support |
|
|
416
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Asset, Patch, and Technology Lifecycle Management` | 20 | 20 | 0 | 20 | Phase 12: Operations, SRE, and support |
|
|
417
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Decommissioning and Secure Retirement` | 20 | 20 | 0 | 20 | Phase 12: Operations, SRE, and support |
|
|
418
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Operational Access and Production Change` | 20 | 20 | 0 | 20 | Phase 12: Operations, SRE, and support |
|
|
419
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Final Gap Closure — Operational Acceptance, Service Transition, and Organizational Adoption` | 118 | 118 | 118 | 0 | Phase 12: Operations, SRE, and support |
|
|
420
|
+
| final consolidated corpus | `08-operations-sre-observability-continuity-cost-sustainability.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
421
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 13: Documentation and knowledge |
|
|
422
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#Documentation Governance` | 20 | 20 | 0 | 20 | Phase 13: Documentation and knowledge |
|
|
423
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#Product, Requirements, and Decision Documentation` | 20 | 20 | 0 | 20 | Phase 13: Documentation and knowledge |
|
|
424
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#Architecture and ADR Documentation` | 20 | 20 | 0 | 20 | Phase 13: Documentation and knowledge |
|
|
425
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#Code, API, and Data Documentation` | 20 | 20 | 0 | 20 | Phase 13: Documentation and knowledge |
|
|
426
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#User Help, Training, and Support Content` | 20 | 20 | 0 | 20 | Phase 13: Documentation and knowledge |
|
|
427
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#Operations, Runbooks, Release, and Incident Documentation` | 20 | 20 | 0 | 20 | Phase 13: Documentation and knowledge |
|
|
428
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#Final Gap Closure — Knowledge Management, Competence, Learning, and Continuity` | 122 | 122 | 121 | 1 | Phase 13: Documentation and knowledge |
|
|
429
|
+
| final consolidated corpus | `09-documentation-knowledge-training-support-service-management.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
430
|
+
| final consolidated corpus | `10-ai-ml-agents-ai-assisted-engineering-provenance.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 15: AI, ML, and AI-assisted development |
|
|
431
|
+
| final consolidated corpus | `10-ai-ml-agents-ai-assisted-engineering-provenance.md#AI-Assisted Engineering, Agentic Development, and Content Provenance` | 292 | 292 | 289 | 3 | Phase 15: AI, ML, and AI-assisted development |
|
|
432
|
+
| final consolidated corpus | `10-ai-ml-agents-ai-assisted-engineering-provenance.md#AI, Machine Learning, Autonomous, and LLM Systems` | 32 | 32 | 0 | 32 | Phase 15: AI, ML, and AI-assisted development |
|
|
433
|
+
| final consolidated corpus | `10-ai-ml-agents-ai-assisted-engineering-provenance.md#AI, Machine Learning, MLOps, and AI-Assisted Development Master Checklist` | 386 | 386 | 0 | 386 | Phase 15: AI, ML, and AI-assisted development |
|
|
434
|
+
| final consolidated corpus | `10-ai-ml-agents-ai-assisted-engineering-provenance.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
435
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Purpose and use` | 0 | 0 | 0 | 0 | Phase 16: Specialized domains and release assurance |
|
|
436
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Payments, Billing, and Money Movement` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
437
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#User-Generated Content, Social Features, and Marketplaces` | 18 | 18 | 0 | 18 | Phase 14: Trust, safety, and ecosystems |
|
|
438
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Email, SMS, Push, and Notifications` | 18 | 18 | 0 | 18 | Phase 14: Trust, safety, and ecosystems |
|
|
439
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Real-Time, Streaming, Collaboration, and Event-Driven Features` | 15 | 15 | 0 | 15 | Phase 16: Specialized domains and release assurance |
|
|
440
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Safety-Critical and Physically Consequential Systems` | 15 | 15 | 0 | 15 | Phase 16: Specialized domains and release assurance |
|
|
441
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Media, Voice, Video, and Live Communications` | 13 | 13 | 0 | 13 | Phase 16: Specialized domains and release assurance |
|
|
442
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Geolocation, Sensors, and Device Capabilities` | 12 | 12 | 0 | 12 | Phase 16: Specialized domains and release assurance |
|
|
443
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Search, Ranking, Recommendations, and Personalization` | 13 | 13 | 0 | 13 | Phase 14: Trust, safety, and ecosystems |
|
|
444
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Analytics, Experimentation, Advertising, and Attribution` | 15 | 15 | 0 | 15 | Phase 14: Trust, safety, and ecosystems |
|
|
445
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#E-Commerce, Orders, Inventory, Fulfillment, and Returns` | 12 | 12 | 0 | 12 | Phase 16: Specialized domains and release assurance |
|
|
446
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Blockchain, Smart Contracts, Digital Assets, and Irreversible Ledgers` | 12 | 12 | 0 | 12 | Phase 16: Specialized domains and release assurance |
|
|
447
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#IoT, Device Control, Industrial, and Cyber-Physical Integrations` | 12 | 12 | 0 | 12 | Phase 16: Specialized domains and release assurance |
|
|
448
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Open-Source Projects and Public Packages` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
449
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Mobile, Desktop, and Installed Clients` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
450
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Cloud-Native and Managed Platforms` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
451
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Containers and Orchestration` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
452
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Serverless and Managed Execution` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
453
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Healthcare and Regulated Sensitive Systems` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
454
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Public-Sector and High-Assurance Systems` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
455
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Libraries, SDKs, CLIs, and Developer Tools` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
456
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Games, Immersive, and High-Engagement Products` | 20 | 20 | 0 | 20 | Phase 16: Specialized domains and release assurance |
|
|
457
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Final Gap Closure — Scientific Reproducibility, Digital Credentials, Signatures, and Trust Services` | 156 | 156 | 156 | 0 | Phase 16: Specialized domains and release assurance |
|
|
458
|
+
| final consolidated corpus | `11-conditional-specialized-safety-critical-regulated-domains.md#Volume completion rule` | 1 | 0 | 0 | 1 | corpus maintenance, audit, or completion instruction rather than a product control section |
|
|
459
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Purpose and use` | 0 | 0 | 0 | 0 | covered by the repository's stable PRC production-readiness controls |
|
|
460
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Accessibility, SEO, Content Quality, and Digital Discoverability` | 10 | 0 | 0 | 10 | covered by the repository's stable PRC production-readiness controls |
|
|
461
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Applicability, Evidence, Exceptions, and Audit Rules` | 8 | 0 | 0 | 8 | covered by the repository's stable PRC production-readiness controls |
|
|
462
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Final Evidence Package` | 22 | 0 | 0 | 22 | covered by the repository's stable PRC production-readiness controls |
|
|
463
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Quality Management and Continual Improvement` | 37 | 0 | 0 | 37 | covered by the repository's stable PRC production-readiness controls |
|
|
464
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Requirements Engineering` | 2 | 0 | 0 | 2 | covered by the repository's stable PRC production-readiness controls |
|
|
465
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Universal Code Quality` | 2 | 0 | 0 | 2 | covered by the repository's stable PRC production-readiness controls |
|
|
466
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Error Handling and Defensive Programming` | 2 | 0 | 0 | 2 | covered by the repository's stable PRC production-readiness controls |
|
|
467
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Universal Web Application Production-Readiness Master Checklist` | 1,402 | 0 | 0 | 1,402 | covered by the repository's stable PRC production-readiness controls |
|
|
468
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Web Quality, SEO, Accessibility, and Content Master Checklist` | 18 | 0 | 0 | 18 | covered by the repository's stable PRC production-readiness controls |
|
|
469
|
+
| final consolidated corpus | `12-release-production-readiness-evidence-approval.md#Volume completion rule` | 1 | 0 | 0 | 1 | covered by the repository's stable PRC production-readiness controls |
|
|
470
|
+
| final consolidated corpus | `GAP-AUDIT.md` | 0 | 0 | 0 | 0 | package documentation, manifest, or audit report rather than product controls |
|
|
471
|
+
| final consolidated corpus | `INDEX.md` | 0 | 0 | 0 | 0 | package documentation, manifest, or audit report rather than product controls |
|
|
472
|
+
| final consolidated corpus | `MANIFEST.md` | 0 | 0 | 0 | 0 | package documentation, manifest, or audit report rather than product controls |
|
|
473
|
+
| final consolidated corpus | `README.md` | 12 | 0 | 0 | 12 | package documentation, manifest, or audit report rather than product controls |
|
|
474
|
+
| final consolidated corpus | `SOURCE-COVERAGE.md` | 0 | 0 | 0 | 0 | package documentation, manifest, or audit report rather than product controls |
|
|
475
|
+
| final consolidated corpus | `STANDARDS-BASELINE.md` | 0 | 0 | 0 | 0 | package documentation, manifest, or audit report rather than product controls |
|
|
476
|
+
|
|
477
|
+
## Interpretation boundary
|
|
478
|
+
|
|
479
|
+
This project is an independent implementation-oriented synthesis. It does not reproduce or replace authoritative standards, laws, contracts, regulatory rules, or certification criteria. Applicable authoritative requirements prevail.
|