mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 23:03:35 +00:00
feat(coding-agent): refine resource metadata and display
This commit is contained in:
parent
79ab767beb
commit
725d6bbf35
10 changed files with 213 additions and 109 deletions
|
|
@ -15,8 +15,8 @@ import {
|
|||
const deployTemplate: PromptTemplate = {
|
||||
name: "deploy",
|
||||
description: "Deploy the application",
|
||||
source: "(custom)",
|
||||
filePath: "<inline>",
|
||||
source: "path",
|
||||
filePath: "/virtual/prompts/deploy.md",
|
||||
content: `# Deploy Instructions
|
||||
|
||||
1. Build: npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue