feat: add gitea agentic runtime control plane
This commit is contained in:
29
workflows/gitea-issue-delivery.lock.json
Normal file
29
workflows/gitea-issue-delivery.lock.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": 1,
|
||||
"workflow_name": "gitea-issue-delivery",
|
||||
"provider": "gitea",
|
||||
"source": "workflows/gitea-issue-delivery.md",
|
||||
"triggers": [
|
||||
{
|
||||
"event": "issue_comment",
|
||||
"commands": [
|
||||
"@devops-agent"
|
||||
]
|
||||
}
|
||||
],
|
||||
"safe_outputs": {
|
||||
"add_comment": {
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"required_evidence": [
|
||||
"issue_comment",
|
||||
"verification_summary"
|
||||
],
|
||||
"policy": {
|
||||
"require_human_merge": true,
|
||||
"require_fixed_issue": true,
|
||||
"path_scope": []
|
||||
},
|
||||
"instructions": "# Gitea Issue Delivery\n\nStart from a fixed issue selected by a human or explicit trigger.\n\nCreate or update plan state before code changes, keep writes within declared safe outputs,\nand publish verification evidence back to the issue thread.\n"
|
||||
}
|
||||
34
workflows/gitea-issue-delivery.md
Normal file
34
workflows/gitea-issue-delivery.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: gitea-issue-delivery
|
||||
provider: gitea
|
||||
on:
|
||||
issue_comment:
|
||||
commands: ["@devops-agent"]
|
||||
permissions:
|
||||
issues: write
|
||||
pull_requests: write
|
||||
safe_outputs:
|
||||
add_comment:
|
||||
max: 3
|
||||
plan:
|
||||
required: true
|
||||
statuses:
|
||||
- selected
|
||||
- planned
|
||||
- in_progress
|
||||
- pending_test
|
||||
- pending_review
|
||||
evidence:
|
||||
required:
|
||||
- issue_comment
|
||||
- verification_summary
|
||||
policy:
|
||||
require_fixed_issue: true
|
||||
require_human_merge: true
|
||||
---
|
||||
# Gitea Issue Delivery
|
||||
|
||||
Start from a fixed issue selected by a human or explicit trigger.
|
||||
|
||||
Create or update plan state before code changes, keep writes within declared safe outputs,
|
||||
and publish verification evidence back to the issue thread.
|
||||
Reference in New Issue
Block a user