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/coordinator.py
src/content_creator/corpus.py
src/content_creator/diagnostics.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/linguistics.py
src/content_creator/operations.py
src/content_creator/orchestrator.py
src/content_creator/overlap.py
src/content_creator/packs.py
src/content_creator/perspective_assessment.py
src/content_creator/perspective_evaluation.py
src/content_creator/perspectives.py
src/content_creator/prompting.py
src/content_creator/quality.py
src/content_creator/resource_paths.py
src/content_creator/routing.py
src/content_creator/runner.py
src/content_creator/schema_registry.py
src/content_creator/stages.py
src/content_creator/storage.py
src/content_creator/upgrade.py
src/content_creator/validation.py
src/content_creator/version.py
src/content_creator/versioned_artifacts.py
src/content_creator/visuals.py
src/content_creator/voice_assessment.py
src/content_creator/voice_builder.py
src/content_creator/voice_evaluation.py
src/content_creator/voice_ml.py
src/content_creator/voices.py
src/content_creator/workspace.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/operations.py
src/content_creator/commands/perspective.py
src/content_creator/commands/provider.py
src/content_creator/commands/runtime.py
src/content_creator/commands/schema.py
src/content_creator/commands/visual.py
src/content_creator/commands/voice.py
src/content_creator/providers/__init__.py
src/content_creator/providers/anthropic.py
src/content_creator/providers/base.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-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-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/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
tests/test_agentic_voice_build.py
tests/test_architecture_guardrails.py
tests/test_author_experience.py
tests/test_cli.py
tests/test_configuration.py
tests/test_coordinator.py
tests/test_documentation_commands.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_linguistics.py
tests/test_native_providers.py
tests/test_operational_recovery.py
tests/test_orchestrator.py
tests/test_packs_and_voices.py
tests/test_perspective_assessment.py
tests/test_perspective_catalogue.py
tests/test_perspective_cli.py
tests/test_perspective_lifecycle.py
tests/test_providers.py
tests/test_quality_and_validation.py
tests/test_repository.py
tests/test_routing.py
tests/test_runtime_diagnostics.py
tests/test_schema_governance.py
tests/test_starter_voice_onboarding.py
tests/test_versioned_artifacts.py
tests/test_visuals.py
tests/test_voice_assessment.py
tests/test_voice_lifecycle.py
tests/test_voice_ml.py
tests/test_voice_output_evaluation.py
tests/test_workspace_resources.py
tests/test_workspace_scaffolding.py
tests/test_workspace_upgrade.py