Correctly import modes through @pullfrog/pullfrog/internal (#428)

* Corectly import `modes` through `@pullfrog/pullfrog/internal`

* add a biome rule

* fix rule
This commit is contained in:
Mateusz Burzyński
2026-03-03 13:59:37 +00:00
committed by pullfrog[bot]
parent cc46af0d47
commit 421eecebe3
+2
View File
@@ -20,6 +20,8 @@ export {
Effort,
ghPullfrogMcpName,
} from "../external.ts";
export type { Mode } from "../modes.ts";
export { modes } from "../modes.ts";
export type {
AgentInfo,
BuildPullfrogFooterParams,