Skip to content

Conversation

@pakrym-oai
Copy link
Collaborator

No description provided.

Move HIERARCHICAL_AGENTS_MESSAGE into project_doc.rs and build user
instructions with a single String buffer instead of a Vec join. Remove
prompt_instructions helper and related tests.
skills: Option<&[SkillMetadata]>,
) -> Option<String> {
let skills_section = skills.and_then(render_skills_section);
let project_docs = read_project_docs(config).await;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why so big of a change for appending instructions?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simplify all various places we concat things, just one function that builds the final output./

@pakrym-oai pakrym-oai merged commit acfd94f into main Jan 9, 2026
32 checks passed
@pakrym-oai pakrym-oai deleted the pakrym/ha branch January 9, 2026 21:47
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants