LICENSE
README.md
pyproject.toml
nornyx/__init__.py
nornyx/adoption.py
nornyx/agentic_artifacts.py
nornyx/agentic_evidence.py
nornyx/authoring_assistant.py
nornyx/bounded_execution.py
nornyx/checker.py
nornyx/cli.py
nornyx/connector_runtime.py
nornyx/context_builder.py
nornyx/dev_quality.py
nornyx/doctor.py
nornyx/editor_tools.py
nornyx/errors.py
nornyx/eval_import.py
nornyx/eval_runtime.py
nornyx/evergreen.py
nornyx/evidence.py
nornyx/explain.py
nornyx/fmt.py
nornyx/generation_drift.py
nornyx/generator.py
nornyx/goal_templates.py
nornyx/goals.py
nornyx/governed_package.py
nornyx/handover.py
nornyx/harness_runtime.py
nornyx/kpi_metrics.py
nornyx/language_evolution.py
nornyx/package_scanner.py
nornyx/parser.py
nornyx/path_security.py
nornyx/patterns.py
nornyx/policy_runtime.py
nornyx/portal_contract.py
nornyx/product_lifecycle.py
nornyx/profiles.py
nornyx/regulated_controls.py
nornyx/release_readiness.py
nornyx/renderers.py
nornyx/repo_drift.py
nornyx/requirement_triage.py
nornyx/schema_model.py
nornyx/trace_runtime.py
nornyx/triage_candidates.py
nornyx/workspace.py
nornyx.egg-info/PKG-INFO
nornyx.egg-info/SOURCES.txt
nornyx.egg-info/dependency_links.txt
nornyx.egg-info/entry_points.txt
nornyx.egg-info/requires.txt
nornyx.egg-info/top_level.txt
nornyx/agentic/__init__.py
nornyx/agentic/authz.py
nornyx/examples/email_triage.nyx
nornyx/examples/governed_delivery_control_plane.nyx
nornyx/examples/governed_service.nyx
nornyx/examples/org_policies.nyx
nornyx/examples/release_guardrails.nyx
nornyx/governance/__init__.py
nornyx/governance/agentic_delegation.py
nornyx/governance/agentic_network.py
nornyx/governance/approvals.py
nornyx/governance/architecture.py
nornyx/governance/composition.py
nornyx/governance/errors.py
nornyx/governance/evidence_validation.py
nornyx/governance/loader.py
nornyx/governance/locks.py
nornyx/governance/models.py
nornyx/governance/projection.py
nornyx/governance/registry.py
nornyx/governance/reporting.py
nornyx/governance/rules.py
nornyx/governance/runtime.py
nornyx/governance/schemas.py
nornyx/governance/structural.py
nornyx/governance/versions.py
nornyx/profiles_data/agentic_network.yaml
nornyx/profiles_data/agentic_repo_harness.yaml
nornyx/profiles_data/ai_coding.yaml
nornyx/profiles_data/ai_governance.yaml
nornyx/profiles_data/architecture_governance.yaml
nornyx/profiles_data/business_ops.yaml
nornyx/profiles_data/catalog.json
nornyx/profiles_data/finance_ops.yaml
nornyx/profiles_data/legacy_upgrade.yaml
nornyx/profiles_data/minimal.yaml
nornyx/profiles_data/module_agentic_network_governance.yaml
nornyx/profiles_data/module_architecture_conformance.yaml
nornyx/profiles_data/module_change_control.yaml
nornyx/profiles_data/module_evidence_integrity.yaml
nornyx/profiles_data/module_exception_management.yaml
nornyx/profiles_data/module_human_approval.yaml
nornyx/profiles_data/module_separation_of_duties.yaml
nornyx/profiles_data/nornyx_language.yaml
nornyx/profiles_data/regulated.yaml
nornyx/profiles_data/standard.yaml
nornyx/profiles_data/telecom_ops.yaml
nornyx/schemas/adapter_conformance_report.schema.json
nornyx/schemas/adapter_contract.schema.json
nornyx/schemas/agent_identities_v1.schema.json
nornyx/schemas/agentic_capabilities_v1.schema.json
nornyx/schemas/agentic_network_lock_v1.schema.json
nornyx/schemas/agentic_network_v1.schema.json
nornyx/schemas/agentic_runtime_events_v1.schema.json
nornyx/schemas/ambiguity_control.schema.json
nornyx/schemas/architecture_evidence_v1.schema.json
nornyx/schemas/architecture_report_v1.schema.json
nornyx/schemas/architecture_v1.schema.json
nornyx/schemas/authoring_assistant_roadmap.schema.json
nornyx/schemas/bounded_execution_readiness.schema.json
nornyx/schemas/change_v1.schema.json
nornyx/schemas/connector_contract_conformance.schema.json
nornyx/schemas/connector_manifest.schema.json
nornyx/schemas/decision_boundary.schema.json
nornyx/schemas/domain_profile_pack.schema.json
nornyx/schemas/effective_approval_v1.schema.json
nornyx/schemas/effective_governance_v2.schema.json
nornyx/schemas/evergreen_assurance.schema.json
nornyx/schemas/evidence_quality.schema.json
nornyx/schemas/governance_approval_model_v1.schema.json
nornyx/schemas/governance_approval_model_v2.schema.json
nornyx/schemas/governance_evidence_v1.schema.json
nornyx/schemas/governance_exception_v1.schema.json
nornyx/schemas/governance_module_v1.schema.json
nornyx/schemas/governed_package.schema.json
nornyx/schemas/handover_contract.schema.json
nornyx/schemas/nornyx_v0_1.schema.json
nornyx/schemas/nornyx_v0_2.schema.json
nornyx/schemas/nornyx_v1_0.schema.json
nornyx/schemas/pattern_lifecycle.schema.json
nornyx/schemas/portal_contract.schema.json
nornyx/schemas/product_lifecycle_extension.schema.json
nornyx/schemas/profile_pack_v1.schema.json
nornyx/schemas/profiles_lock_v1.schema.json
nornyx/schemas/release_candidate_stabilization.schema.json
nornyx/schemas/requirement_triage_matrix.schema.json
nornyx/schemas/separation_of_duties_v1.schema.json
nornyx/schemas/stable_language_report.schema.json
nornyx/schemas/triage_candidate.schema.json
tests/test_agentic_authz.py
tests/test_agentic_crewai_native.py
tests/test_agentic_facade_surface.py
tests/test_agentic_integrations.py
tests/test_agentic_network_artifacts.py
tests/test_agentic_network_delegation.py
tests/test_agentic_network_evidence.py
tests/test_agentic_network_governance.py
tests/test_agentic_support_example.py
tests/test_architecture_governance.py
tests/test_authoring_assistant_roadmap.py
tests/test_change_governance.py
tests/test_cli_dx.py
tests/test_cli_examples.py
tests/test_cli_schema.py
tests/test_connector_runtime.py
tests/test_context_provenance.py
tests/test_crewai_governance_benchmark.py
tests/test_crewai_nornyx_comparison.py
tests/test_decision_boundary_evidence_quality.py
tests/test_delivery_state_renderers.py
tests/test_dev_acceleration_overlay.py
tests/test_dev_pmo_status_contract.py
tests/test_documentation_consistency.py
tests/test_editor_tools.py
tests/test_eval_runtime.py
tests/test_evergreen_assurance.py
tests/test_evidence_trace_runtime.py
tests/test_generator_hardening.py
tests/test_goal_plan.py
tests/test_governance_audit_approval_integrity.py
tests/test_governance_audit_aud001_aud002.py
tests/test_governance_audit_closure.py
tests/test_governance_audit_compatibility.py
tests/test_governance_audit_cross_platform.py
tests/test_governance_audit_path_and_lock_security.py
tests/test_governance_audit_structural_semantics.py
tests/test_governance_cli.py
tests/test_governance_compatibility_corpus.py
tests/test_governance_extension_spec.py
tests/test_governance_foundations.py
tests/test_governance_program_closure.py
tests/test_governance_runtime.py
tests/test_governance_security_assurance.py
tests/test_governed_package_profile.py
tests/test_graph_demo_expansion.py
tests/test_gsa_program.py
tests/test_handover_contracts.py
tests/test_harness_runtime.py
tests/test_kpi_metrics.py
tests/test_language_evolution.py
tests/test_manifest_metadata.py
tests/test_next_strategic_track.py
tests/test_nornyx_dev_pmo_portal_favicon.py
tests/test_nornyx_dev_pmo_portal_git_status.py
tests/test_nornyx_dev_pmo_portal_goal_packets.py
tests/test_parser_checker.py
tests/test_parser_on_key_regression.py
tests/test_pattern_lifecycle.py
tests/test_pmo_next_goal_labels.py
tests/test_pmo_status_consistency.py
tests/test_pmo_summary_readability.py
tests/test_policy_ref.py
tests/test_policy_runtime.py
tests/test_portal_contract_extension.py
tests/test_product_lifecycle_extension.py
tests/test_public_boundary.py
tests/test_readme_commands.py
tests/test_readme_v101_hygiene_index.py
tests/test_release_readiness.py
tests/test_release_workflow_policy.py
tests/test_repo_drift.py
tests/test_requirement_triage_matrix.py
tests/test_schema_model.py
tests/test_status_date_freshness.py
tests/test_symlink_support.py
tests/test_triage_candidates.py
tests/test_v04_adapter_contracts.py
tests/test_v07_adapter_conformance.py
tests/test_v08_bounded_execution_readiness.py
tests/test_wheel_network_guard.py
tests/test_workspace.py
tests/test_zero_friction_adoption.py