forked from oxnw/agentrail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathself-hosted-task-store.json
More file actions
57 lines (57 loc) · 1.74 KB
/
Copy pathself-hosted-task-store.json
File metadata and controls
57 lines (57 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"tasks": [
{
"id": "tsk_SELFHOSTED000000000001",
"identifier": "AGENTRAIL-LOCAL-1",
"title": "Validate the self-hosted AgentRail loop",
"description": "Replace the placeholders in this task and the matching task source with your repository, issue number, and working branch before starting the server.",
"status": "in_progress",
"priority": "medium",
"assignee": {
"id": "agt_local_agent",
"name": "Local Agent"
},
"acceptanceCriteria": [
"The local agent can read the assigned task through /tasks/mine",
"Submit uses the configured GitHub task source instead of a pasted PR URL"
],
"links": {
"issue": "https://github.com/OWNER/REPO/issues/123"
},
"context": {
"project": "OWNER/REPO",
"goal": "Validate the self-hosted lifecycle contract"
},
"updatedAt": "2026-05-05T00:00:00.000Z",
"availableActions": [
"submit",
"view_ci_status",
"view_review_feedback"
],
"submissions": [],
"latestSubmissionId": null,
"ciStatus": null,
"reviewOutcome": null,
"shipOperation": null,
"rollbackOperation": null,
"dueAt": null,
"createdAt": "2026-05-05T00:00:00.000Z",
"version": 1,
"source": {
"provider": "github",
"owner": "OWNER",
"repo": "REPO",
"issueNumber": 123,
"branch": "feature/agentrail-quickstart",
"baseBranch": "main"
},
"assigneeAgentId": "agt_local_agent",
"triageQueueId": null,
"assignmentSource": "manual_triage",
"routingDecisionId": null,
"routingReason": null,
"routingConfidence": null
}
],
"idempotencyEntries": []
}