Skip to content

Commit f86deec

Browse files
committed
data: reorganize agent entries and enhance workflow documentation
This commit removes the existing entries for Bolt.new and Lovable from the Agents and Apps sections in data.toml and adds them to a new [[hosted-agents]] section. This change reflects the transition of these agents to a cloud-only model. Additionally, the workflow documentation in claude-issue.yml has been updated to include a new guideline for adding cloud-only agents, ensuring contributors provide the corresponding TOML entries in their submissions. Changes made: - Moved Bolt.new and Lovable entries to [[hosted-agents]] in data.toml. - Updated claude-issue.yml to include a new step for showing TOML entries for added agents. No functional code changes were made.
1 parent ecaba9b commit f86deec

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

.github/workflows/claude-issue.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
* new agent interface
147147
* new workflow
148148
* new tool
149+
* new cloud-only agent (ALWAYS maps to `[[hosted-agents]]` section)
149150
* Or any other template - category will be auto-determined
150151
151152
2. **Parse the issue**:
@@ -249,7 +250,9 @@ jobs:
249250
250251
**DO NOT SKIP THIS STEP. Creating the PR is the primary goal of this workflow.**
251252
252-
10. **Labels & lifecycle**:
253+
10. **Show the TOML entry**: For every valid entry that you add to data.toml, always include a code block in your response showing the exact TOML entry you've added. This helps contributors see exactly what was added to the repository.
254+
255+
11. **Labels & lifecycle**:
253256
254257
* On success: add `accepted` to the issue, reference the PR.
255258
* On missing info: add `needs-info`; do **not** open PR.

data.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ summary = "Open source AI coding agent for VS Code with autonomous capabilities
3333
detail = "Cline operates as a VS Code extension with autonomous file editing, terminal command execution, and browser automation capabilities. Features client-side architecture for security, supports multiple AI providers including Claude and Gemini, and offers transparent AI decision-making with human approval workflows."
3434
category = "Open source"
3535

36-
[[agents]]
37-
name = "Bolt.new"
38-
website = "https://bolt.new/"
39-
open_source = false
40-
summary = "Cloud-based AI coding agent for building and deploying full-stack web applications through conversational prompts."
41-
detail = "Bolt.new provides a complete browser-based development environment with AI-powered code generation, supporting React, Vue, Next.js, and other modern frameworks. Features full npm ecosystem access, integrated terminal, automatic deployment to .bolt.host domains, and AI control over the entire development environment including filesystem and package management."
42-
4336
[[agents]]
4437
name = "Claude Code"
4538
website = "https://www.anthropic.com/claude-code"
@@ -108,14 +101,6 @@ summary = "AI-powered IDE with spec-driven development and autonomous task execu
108101
detail = "Kiro transforms prompts into structured requirements and implementation tasks, supporting multimodal inputs and agent hooks for automated background workflows with Claude Sonnet integration."
109102
hot = true
110103

111-
[[apps]]
112-
name = "Lovable"
113-
website = "https://lovable.dev/"
114-
repo = ""
115-
open_source = false
116-
summary = "AI-powered web development platform for creating apps and websites through conversational interaction."
117-
detail = "Lovable enables users to create applications and websites by chatting with AI, offering collaborative workspaces, GitHub sync, and Supabase integrations. The platform supports various project types from prototypes to production apps with deployment options and MCP server capabilities for enhanced AI development workflows."
118-
119104
[[interfaces]]
120105
name = "claude-frontend"
121106
website = ""
@@ -228,5 +213,20 @@ open_source = true
228213
summary = "AI-driven agile development framework with specialized agent orchestration and context engineering."
229214
detail = "BMAD-METHOD combines agentic planning with context-engineered development, using specialized AI agents (Analyst, Product Manager, Architect, Scrum Master) to create detailed PRDs and hyper-detailed development stories that embed full implementation context and architectural guidance directly in story files."
230215

216+
[[hosted-agents]]
217+
name = "Bolt.new"
218+
website = "https://bolt.new/"
219+
open_source = false
220+
summary = "Cloud-based AI coding agent for building and deploying full-stack web applications through conversational prompts."
221+
detail = "Bolt.new provides a complete browser-based development environment with AI-powered code generation, supporting React, Vue, Next.js, and other modern frameworks. Features full npm ecosystem access, integrated terminal, automatic deployment to .bolt.host domains, and AI control over the entire development environment including filesystem and package management."
222+
223+
[[hosted-agents]]
224+
name = "Lovable"
225+
website = "https://lovable.dev/"
226+
repo = ""
227+
open_source = false
228+
summary = "AI-powered web development platform for creating apps and websites through conversational interaction."
229+
detail = "Lovable enables users to create applications and websites by chatting with AI, offering collaborative workspaces, GitHub sync, and Supabase integrations. The platform supports various project types from prototypes to production apps with deployment options and MCP server capabilities for enhanced AI development workflows."
230+
231231
[categories]
232232
tools = ["Memory", "Task management", "Codebase understanding", "Security", "Other tools", "Agent feedback"]

0 commit comments

Comments
 (0)