autoagent-cli
Version:
Run autonomous AI agents using Claude or Gemini for task execution
57 lines (39 loc) • 994 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_PLAN_TEMPLATE = exports.DEFAULT_ISSUE_TEMPLATE = void 0;
exports.DEFAULT_ISSUE_TEMPLATE = `
[]
[]
[]
[]
[]
[]
[]
`;
exports.DEFAULT_PLAN_TEMPLATE = `
This document outlines the step-by-step plan to complete \`issues/[NUMBER]-[ISSUE_FILE_NAME]\`.
[]
[]
[]
[]
[]
[]
[]
[]
`;