LICENSE.md
NOTICE
README.md
pyproject.toml
src/content_creator/__init__.py
src/content_creator/agent_resources.py
src/content_creator/attribution.py
src/content_creator/capabilities.py
src/content_creator/cli.py
src/content_creator/configuration.py
src/content_creator/context.py
src/content_creator/context_composition.py
src/content_creator/context_preflight.py
src/content_creator/coordinator.py
src/content_creator/coordinator_models.py
src/content_creator/coordinator_policy.py
src/content_creator/domain.py
src/content_creator/evaluation.py
src/content_creator/experience.py
src/content_creator/health.py
src/content_creator/ingestion.py
src/content_creator/intake.py
src/content_creator/learning.py
src/content_creator/learning_lifecycle.py
src/content_creator/linguistics.py
src/content_creator/mutation_policy.py
src/content_creator/operations.py
src/content_creator/orchestration_support.py
src/content_creator/orchestrator.py
src/content_creator/packs.py
src/content_creator/personalisation.py
src/content_creator/perspective_assessment.py
src/content_creator/perspective_evaluation.py
src/content_creator/perspective_extraction.py
src/content_creator/perspective_lifecycle.py
src/content_creator/perspective_semantic_review.py
src/content_creator/perspective_support.py
src/content_creator/perspectives.py
src/content_creator/production_manifest.py
src/content_creator/production_store.py
src/content_creator/prompt_provenance.py
src/content_creator/prompting.py
src/content_creator/publication_assessment.py
src/content_creator/publication_lifecycle.py
src/content_creator/publication_provenance.py
src/content_creator/publication_receipt_models.py
src/content_creator/quality.py
src/content_creator/resource_paths.py
src/content_creator/revision.py
src/content_creator/routing.py
src/content_creator/runner.py
src/content_creator/runner_models.py
src/content_creator/schema_registry.py
src/content_creator/skill_routing.py
src/content_creator/skill_routing_trials.py
src/content_creator/stages.py
src/content_creator/starter_voice.py
src/content_creator/storage.py
src/content_creator/upgrade.py
src/content_creator/upgrade_audit.py
src/content_creator/validation.py
src/content_creator/version.py
src/content_creator/versioned_artifacts.py
src/content_creator/visual_contracts.py
src/content_creator/visuals.py
src/content_creator/voice_activation.py
src/content_creator/voice_assessment.py
src/content_creator/voice_builder.py
src/content_creator/voice_evaluation.py
src/content_creator/voice_evolution.py
src/content_creator/voice_models.py
src/content_creator/voice_rejection.py
src/content_creator/voices.py
src/content_creator/workspace.py
src/content_creator/workspace_context_templates.py
src/content_creator/workspace_scaffolding.py
src/content_creator/workspace_templates.py
src/content_creator.egg-info/PKG-INFO
src/content_creator.egg-info/SOURCES.txt
src/content_creator.egg-info/dependency_links.txt
src/content_creator.egg-info/entry_points.txt
src/content_creator.egg-info/requires.txt
src/content_creator.egg-info/top_level.txt
src/content_creator/commands/__init__.py
src/content_creator/commands/base_commands.py
src/content_creator/commands/context.py
src/content_creator/commands/context_commands.py
src/content_creator/commands/coordinator_commands.py
src/content_creator/commands/dispatch.py
src/content_creator/commands/experience_commands.py
src/content_creator/commands/lifecycle_commands.py
src/content_creator/commands/lifecycle_parser.py
src/content_creator/commands/operations.py
src/content_creator/commands/pack_commands.py
src/content_creator/commands/parser.py
src/content_creator/commands/personalisation.py
src/content_creator/commands/perspective.py
src/content_creator/commands/perspective_operations.py
src/content_creator/commands/perspective_parser.py
src/content_creator/commands/provider.py
src/content_creator/commands/run_commands.py
src/content_creator/commands/runtime.py
src/content_creator/commands/schema.py
src/content_creator/commands/shared.py
src/content_creator/commands/visual.py
src/content_creator/commands/voice.py
src/content_creator/commands/voice_context.py
src/content_creator/commands/voice_onboarding.py
src/content_creator/commands/voice_operations.py
src/content_creator/commands/voice_parser.py
src/content_creator/commands/voice_sources.py
src/content_creator/commands/workspace_commands.py
src/content_creator/commands/workspace_parser.py
src/content_creator/diagnostics/__init__.py
src/content_creator/diagnostics/candidates.py
src/content_creator/diagnostics/models.py
src/content_creator/diagnostics/policy.py
src/content_creator/diagnostics/recording.py
src/content_creator/diagnostics/service.py
src/content_creator/providers/__init__.py
src/content_creator/providers/anthropic.py
src/content_creator/providers/base.py
src/content_creator/providers/bedrock.py
src/content_creator/providers/claude_native.py
src/content_creator/providers/codex_native.py
src/content_creator/providers/fake.py
src/content_creator/providers/native_cli.py
src/content_creator/providers/openai.py
src/content_creator/providers/registry.py
src/content_creator/resources/__init__.py
src/content_creator/resources/agent-templates/standard/agents/README.md
src/content_creator/resources/agent-templates/standard/agents/attribution-reviewer.md
src/content_creator/resources/agent-templates/standard/agents/briefing-agent.md
src/content_creator/resources/agent-templates/standard/agents/critic-learnings.md
src/content_creator/resources/agent-templates/standard/agents/critic.md
src/content_creator/resources/agent-templates/standard/agents/learning-extractor.md
src/content_creator/resources/agent-templates/standard/agents/perspective-evaluator.md
src/content_creator/resources/agent-templates/standard/agents/perspective-extractor.md
src/content_creator/resources/agent-templates/standard/agents/profile-critic.md
src/content_creator/resources/agent-templates/standard/agents/researcher-learnings.md
src/content_creator/resources/agent-templates/standard/agents/researcher.md
src/content_creator/resources/agent-templates/standard/agents/template.json
src/content_creator/resources/agent-templates/standard/agents/voice-analyst.md
src/content_creator/resources/agent-templates/standard/agents/voice-evaluator.md
src/content_creator/resources/agent-templates/standard/agents/writer-learnings.md
src/content_creator/resources/agent-templates/standard/agents/writer.md
src/content_creator/resources/config/models.yaml
src/content_creator/resources/contracts/agent-harness.md
src/content_creator/resources/contracts/roles/attribution-reviewer.md
src/content_creator/resources/contracts/roles/briefing-agent.md
src/content_creator/resources/contracts/roles/critic.md
src/content_creator/resources/contracts/roles/learning-extractor.md
src/content_creator/resources/contracts/roles/perspective-evaluator.md
src/content_creator/resources/contracts/roles/perspective-extractor.md
src/content_creator/resources/contracts/roles/profile-critic.md
src/content_creator/resources/contracts/roles/researcher.md
src/content_creator/resources/contracts/roles/voice-analyst.md
src/content_creator/resources/contracts/roles/voice-evaluator.md
src/content_creator/resources/contracts/roles/writer.md
src/content_creator/resources/evals/skill-routing.yaml
src/content_creator/resources/evals/cases/route-matrix.yaml
src/content_creator/resources/packs/general-text/pack.json
src/content_creator/resources/packs/general-text/rubric.yaml
src/content_creator/resources/packs/linkedin-article/pack.json
src/content_creator/resources/packs/linkedin-article/rubric.yaml
src/content_creator/resources/packs/linkedin-post/pack.json
src/content_creator/resources/packs/linkedin-post/rubric.yaml
src/content_creator/resources/profiles/default/voice.md
src/content_creator/resources/profiles/default/learnings/memory.json
src/content_creator/resources/profiles/starter/clear-professional.md
src/content_creator/resources/rubrics/core.yaml
src/content_creator/resources/rubrics/research-deep.yaml
src/content_creator/resources/rubrics/research-light.yaml
src/content_creator/resources/rubrics/research-none.yaml
src/content_creator/resources/skills/content-creator/SKILL.md
src/content_creator/resources/skills/content-creator/agents/openai.yaml
src/content_creator/resources/skills/voice-builder/SKILL.md
src/content_creator/resources/skills/voice-builder/agents/openai.yaml
src/content_creator/voice_build/__init__.py
src/content_creator/voice_build/corpus.py
src/content_creator/voice_build/models.py
src/content_creator/voice_build/pipeline.py
src/content_creator/voice_build/renderer.py
src/content_creator/voice_ml/__init__.py
src/content_creator/voice_ml/dependencies.py
src/content_creator/voice_ml/inference.py
src/content_creator/voice_ml/reliability.py
src/content_creator/voice_ml/training.py
tests/test_agentic_voice_build.py
tests/test_anthropic_structured_output.py
tests/test_architecture_guardrails.py
tests/test_author_experience.py
tests/test_bedrock_provider.py
tests/test_cli.py
tests/test_configuration.py
tests/test_context_composition.py
tests/test_coordinator.py
tests/test_coordinator_decision_branches.py
tests/test_coverage_report.py
tests/test_distribution_harness.py
tests/test_documentation_commands.py
tests/test_documentation_report.py
tests/test_guardrail_harness.py
tests/test_idempotent_runs.py
tests/test_ingestion_attribution.py
tests/test_intake_and_eval.py
tests/test_learning_and_prompting.py
tests/test_learning_lifecycle.py
tests/test_linguistics.py
tests/test_mutation_policy.py
tests/test_native_providers.py
tests/test_operational_recovery.py
tests/test_orchestrator.py
tests/test_packs_and_voices.py
tests/test_personalisation.py
tests/test_perspective_assessment.py
tests/test_perspective_catalogue.py
tests/test_perspective_cli.py
tests/test_perspective_lifecycle.py
tests/test_production_manifest.py
tests/test_property_boundaries.py
tests/test_provider_failure_branches.py
tests/test_providers.py
tests/test_publication_provenance.py
tests/test_publication_verification_branches.py
tests/test_quality_and_validation.py
tests/test_release_reproducibility.py
tests/test_repository.py
tests/test_routing.py
tests/test_runtime_diagnostics.py
tests/test_schema_governance.py
tests/test_skill_routing.py
tests/test_starter_voice_onboarding.py
tests/test_upgrade_failure_branches.py
tests/test_upgrade_resolution.py
tests/test_versioned_artifacts.py
tests/test_visuals.py
tests/test_voice_activation_branches.py
tests/test_voice_assessment.py
tests/test_voice_evolution.py
tests/test_voice_evolution_branches.py
tests/test_voice_lifecycle.py
tests/test_voice_ml.py
tests/test_voice_output_evaluation.py
tests/test_voice_rejection.py
tests/test_workspace_resources.py
tests/test_workspace_scaffolding.py
tests/test_workspace_upgrade.py