MANIFEST.in
README.md
pyproject.toml
setup.py
scs_tools/__init__.py
scs_tools/cli.py
scs_tools.egg-info/PKG-INFO
scs_tools.egg-info/SOURCES.txt
scs_tools.egg-info/dependency_links.txt
scs_tools.egg-info/entry_points.txt
scs_tools.egg-info/requires.txt
scs_tools.egg-info/top_level.txt
scs_tools/commands/__init__.py
scs_tools/commands/add.py
scs_tools/commands/bundle.py
scs_tools/commands/init.py
scs_tools/commands/new.py
scs_tools/commands/validate.py
scs_tools/templates/GETTING_STARTED.md
scs_tools/templates/project-README.md
scs_tools/templates/project.gitignore
scs_tools/templates/bundles/meta-bundle.yaml
scs_tools/templates/bundles/project-bundle.yaml
scs_tools/templates/bundles/standards-bundle.yaml
scs_tools/templates/bundles/concerns/README-company-context.md
scs_tools/templates/bundles/concerns/architecture.yaml
scs_tools/templates/bundles/concerns/business-context.yaml
scs_tools/templates/bundles/concerns/company-context.yaml
scs_tools/templates/bundles/concerns/compliance-governance.yaml
scs_tools/templates/bundles/concerns/data-provenance.yaml
scs_tools/templates/bundles/concerns/deployment-operations.yaml
scs_tools/templates/bundles/concerns/ethics-ai-accountability.yaml
scs_tools/templates/bundles/concerns/performance-reliability.yaml
scs_tools/templates/bundles/concerns/safety-risk.yaml
scs_tools/templates/bundles/concerns/security.yaml
scs_tools/templates/bundles/concerns/testing-validation.yaml
scs_tools/templates/bundles/concerns/usability-accessibility.yaml
scs_tools/templates/bundles/concerns/examples/acme-health/README.md
scs_tools/templates/bundles/concerns/examples/acme-health/bundles/company-context.yaml
scs_tools/templates/bundles/concerns/examples/acme-health/scds/company-overview.yaml
scs_tools/templates/bundles/domains/software-development.yaml
scs_tools/templates/docs/architecture/architecture-context-brief-template.md
scs_tools/templates/docs/business-context/business-context-opportunity-brief-template.md
scs_tools/templates/docs/compliance-governance/compliance-and-governance-brief-template.md
scs_tools/templates/docs/data-provenance/data-and-provenance-brief-template.md
scs_tools/templates/docs/deployment-operations/deployment-and-operations-brief-template.md
scs_tools/templates/docs/ethics-ai-accountability/ethics-and-ai-accountability-brief-template.md
scs_tools/templates/docs/performance-reliability/performance-and-reliability-brief-template.md
scs_tools/templates/docs/safety-risk/safety-and-risk-brief-template.md
scs_tools/templates/docs/security/security-context-brief-template.md
scs_tools/templates/docs/testing-validation/testing-and-validation-brief-template.md
scs_tools/templates/docs/usability-accessibility/usability-and-accessibility-brief-template.md
scs_tools/templates/scds/accessibility-compliance.yaml
scs_tools/templates/scds/ai-usage-policy.yaml
scs_tools/templates/scds/audit-trail.yaml
scs_tools/templates/scds/authn-authz.yaml
scs_tools/templates/scds/availability.yaml
scs_tools/templates/scds/business-objectives.yaml
scs_tools/templates/scds/chai-adherence.yaml
scs_tools/templates/scds/company-overview.yaml
scs_tools/templates/scds/component-model.yaml
scs_tools/templates/scds/constraints-and-assumptions.yaml
scs_tools/templates/scds/data-handling.yaml
scs_tools/templates/scds/data-model.yaml
scs_tools/templates/scds/data-protection.yaml
scs_tools/templates/scds/error-handling-ux.yaml
scs_tools/templates/scds/fault-tolerance.yaml
scs_tools/templates/scds/hipaa-compliance.yaml
scs_tools/templates/scds/incident-response.yaml
scs_tools/templates/scds/infrastructure-definition.yaml
scs_tools/templates/scds/integration-map.yaml
scs_tools/templates/scds/model-bias.yaml
scs_tools/templates/scds/observability.yaml
scs_tools/templates/scds/opportunity-analysis.yaml
scs_tools/templates/scds/problem-definition.yaml
scs_tools/templates/scds/provenance-tracking.yaml
scs_tools/templates/scds/qa-procedures.yaml
scs_tools/templates/scds/response-time.yaml
scs_tools/templates/scds/retention-policy.yaml
scs_tools/templates/scds/risk-assessment.yaml
scs_tools/templates/scds/safety-checklist.yaml
scs_tools/templates/scds/scalability.yaml
scs_tools/templates/scds/soc2-controls.yaml
scs_tools/templates/scds/stakeholders.yaml
scs_tools/templates/scds/success-criteria.yaml
scs_tools/templates/scds/system-context.yaml
scs_tools/templates/scds/tech-stack.yaml
scs_tools/templates/scds/tefca-participation.yaml
scs_tools/templates/scds/test-coverage.yaml
scs_tools/templates/scds/threat-model.yaml
scs_tools/templates/scds/ux-principles.yaml
scs_tools/templates/scds/validation-plan.yaml
scs_tools/utils/__init__.py
scs_tools/utils/files.py
scs_tools/utils/project_types.py