first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Project Agent
|
||||
|
||||
Use this skill when the user asks to create a development task, formalize a feature request, analyze a repository, or create a Taiga task with code context.
|
||||
|
||||
The project-agent service is available at:
|
||||
|
||||
http://host.docker.internal:8787
|
||||
|
||||
## Create code-aware Taiga task
|
||||
|
||||
When the user asks to create a task with repository/code context, call:
|
||||
|
||||
```bash
|
||||
curl -sS -X POST http://host.docker.internal:8787/tasks/from-code \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"project":"PROJECT_NAME","text":"USER_TASK_TEXT"}'
|
||||
Reference in New Issue
Block a user