Fix blank project.yml files -- add name, goal, genre, audience, chapter counts and correct intent templates for whispers-in-the-dark, echoes-of-the-forest, book-marketing-agency, and marketing-strategy

This commit is contained in:
David Baity
2026-04-30 23:54:16 -04:00
parent 44884eeb60
commit 4c943a30ee
10 changed files with 860 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
{
"agent": "iris",
"version": "1.0",
"extracted_at": "2026-05-01T00:00:00Z",
"note": "Stub signature. Run extract_voice_signature via Tool.SlopDetector on a representative chapter to populate real values.",
"avg_sentence_length": 14.5,
"vocab_range_score": 0.52,
"register": "genre",
"pacing_profile": "medium",
"dialogue_density_pct": 28.0,
"sentence_length_variance": 12.3,
"opening_word_repetition_rate": 0.18,
"characteristic_phrases": [],
"gate_thresholds": {
"ai_score_max": 50,
"sentence_length_variance_min": 8.0,
"opening_word_repetition_rate_max": 0.25
}
}