-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
74 lines (73 loc) · 1.73 KB
/
catalog-info.yaml
File metadata and controls
74 lines (73 loc) · 1.73 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Backstage Catalog Entity for operator
# Generated by assess agent
# Kind detected: cli-devtool (CLIs / Developer Tools)
# Tier: Ecosystem
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: operator
title: Operator
description: Multi-agent orchestration dashboard for gbqr.us - TUI application for managing ticket queues, launching Claude Code agents, and tracking progress across projects.
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: untra/operator
tags:
- rust
- cli
- tui
- developer-tools
- agent-orchestration
links:
- url: https://github.com/untra/operator
title: GitHub Repository
icon: github
spec:
type: tool
lifecycle: production
owner: platform-devops
system: untra
providesApis:
- operator-rest-api
dependsOn:
- resource:claude-code
- resource:tmux
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: operator-rest-api
title: Operator REST API
description: REST API for issue type management, collections, and health checks.
tags:
- rest
- openapi
spec:
type: openapi
lifecycle: production
owner: platform-devops
system: untra
definition: |
openapi: 3.0.0
info:
title: Operator REST API
version: 0.1.7
paths:
/api/v1/health:
get:
summary: Health check
/api/v1/status:
get:
summary: Server status
/api/v1/issuetypes:
get:
summary: List issue types
post:
summary: Create issue type
/api/v1/issuetypes/{key}:
get:
summary: Get issue type
put:
summary: Update issue type
/api/v1/collections:
get:
summary: List collections