Clean up unused re-exports from prometheus agents barrel file Remove 9 unused exports identified by knip analysis Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
export {
|
|
PROMETHEUS_SYSTEM_PROMPT,
|
|
PROMETHEUS_PERMISSION,
|
|
getPrometheusPrompt,
|
|
} from "./system-prompt"
|
|
export type { PrometheusPromptSource } from "./system-prompt"
|