huskies: merge 865
This commit is contained in:
@@ -230,7 +230,7 @@ pub(super) async fn run_agent_spawn(
|
||||
// content and prepend it to the system prompt so the agent treats it as
|
||||
// authoritative context.
|
||||
if let Some(story_content) = crate::db::read_content(&sid)
|
||||
&& let Ok(meta) = crate::io::story_metadata::parse_front_matter(&story_content)
|
||||
&& let Ok(meta) = crate::db::yaml_legacy::parse_front_matter(&story_content)
|
||||
&& let Some(ref epic_id) = meta.epic
|
||||
&& let Some(epic_content) = crate::db::read_content(epic_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user