Add a markdown file at .github/workflows/shared/mood.md.
This markdown file should be imported in all agentic workflows via their frontmatter. The purpose of this file is to provide global controls and filters that steer the entire fleet of agents.
The file can be empty when there is no global guidance. Currently, the team mood is:
We are in release mode, focusing on quality and stability. Skip any work that does not directly improve quality or stability. Non-critical fixes or updates are not needed and should be skipped or canceled. If your task does not clearly contribute to product stability or is not mission critical, you should do nothing (call noop)
Update all agentic-workflows so they import this mood.md file in their frontmatter at runtime and use it as the controlling prompt.
Add a markdown file at
.github/workflows/shared/mood.md.This markdown file should be imported in all agentic workflows via their frontmatter. The purpose of this file is to provide global controls and filters that steer the entire fleet of agents.
The file can be empty when there is no global guidance. Currently, the team mood is:
Update all agentic-workflows so they import this
mood.mdfile in their frontmatter at runtime and use it as the controlling prompt.