Card snapshot
devpipeline-ai.dev
·
2026-07-26 22:52:14 UTC
·
57ad5077f16d9108c79132fe5ddba15eede1f2c8b3b31cf527a6874f19b746b3
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "devpipeline Agent",
"description": "Full-stack development agent for devpipeline. Manages CI/CD pipelines, code reviews, and production deployments.",
"url": "https://devpipeline-ai.dev",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"skills": [
{
"id": "deploy",
"name": "deploy",
"description": "Deploy to staging or production via GitHub Actions",
"tags": [
"cicd",
"deployment"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "review",
"name": "review",
"description": "Review pull requests with automated code analysis",
"tags": [
"code-review",
"security"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "debug",
"name": "debug",
"description": "Analyze error logs and suggest fixes",
"tags": [
"debugging",
"observability"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "db-migrate",
"name": "db-migrate",
"description": "Run database migrations and seed data",
"tags": [
"database",
"migration"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "secrets",
"name": "secrets",
"description": "Manage secrets in AWS Secrets Manager",
"tags": [
"secrets",
"aws"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"provider": {
"organization": "DevPipeline AI",
"url": "https://devpipeline-ai.dev"
}
}