Add repo settings API integration and move workflows into action

- Add getRepoSettings utility to fetch repo settings from Pullfrog API
- Integrate repo settings fetch in main.ts with agent validation
- Move workflows from lib/workflows.ts into action/workflows.ts
- Update workflow prompts to include comment management steps
- Add 'Prompt' workflow as fallback for general tasks
- Fix null check for response.body in claude agent tarball download
- Remove unused message handlers (tool_progress, auth_status)
- Fix tsconfig.json indentation consistency
This commit is contained in:
Colin McDonnell
2025-11-11 11:34:37 -08:00
parent 894c525f21
commit 40dc13b55f
7 changed files with 232 additions and 80 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import type { McpServerConfig } from "@anthropic-ai/claude-agent-sdk";
import { workflows } from "../../lib/workflows.ts";
import { ghPullfrogMcpName } from "../mcp/config.ts";
import { workflows } from "../workflows.ts";
/**
* Result returned by agent execution