chore: gardener housekeeping #1029
12 changed files with 12 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Disinto — Agent Instructions
|
# Disinto — Agent Instructions
|
||||||
|
|
||||||
## What this repo is
|
## What this repo is
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Architect — Agent Instructions
|
# Architect — Agent Instructions
|
||||||
|
|
||||||
## What this agent is
|
## What this agent is
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Dev Agent
|
# Dev Agent
|
||||||
|
|
||||||
**Role**: Implement issues autonomously — write code, push branches, address
|
**Role**: Implement issues autonomously — write code, push branches, address
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Gardener Agent
|
# Gardener Agent
|
||||||
|
|
||||||
**Role**: Backlog grooming — detect duplicate issues, missing acceptance
|
**Role**: Backlog grooming — detect duplicate issues, missing acceptance
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1 @@
|
||||||
[
|
[]
|
||||||
{
|
|
||||||
"action": "edit_body",
|
|
||||||
"issue": 915,
|
|
||||||
"body": "Flagged by AI reviewer in PR \\#911.\n\n## Problem\n\n`lib/generators.sh` line 660 contains a no-op `sed` invocation:\n```\nsed -i 's|^\\( agents:\\)|\\1|' \"$compose_file\"\n```\n\nThis replaces ` agents:` with itself — it does nothing. It is dead code left over from a prior iteration.\n\n## Fix\n\nRemove the no-op `sed` line at line 660 of `lib/generators.sh`.\n\n## Affected files\n- `lib/generators.sh` (line 660 — the no-op sed invocation in generate_compose --build mode)\n\n## Acceptance criteria\n- [ ] The no-op sed line is removed from `lib/generators.sh`\n- [ ] `shellcheck` clean on `lib/generators.sh`\n- [ ] CI green\n\n---\n*Auto-created from AI review*"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"action": "add_label",
|
|
||||||
"issue": 915,
|
|
||||||
"label": "backlog"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Shared Helpers (`lib/`)
|
# Shared Helpers (`lib/`)
|
||||||
|
|
||||||
All agents source `lib/env.sh` as their first action. Additional helpers are
|
All agents source `lib/env.sh` as their first action. Additional helpers are
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# nomad/ — Agent Instructions
|
# nomad/ — Agent Instructions
|
||||||
|
|
||||||
Nomad + Vault HCL for the factory's single-node cluster. These files are
|
Nomad + Vault HCL for the factory's single-node cluster. These files are
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Planner Agent
|
# Planner Agent
|
||||||
|
|
||||||
**Role**: Strategic planning using a Prerequisite Tree (Theory of Constraints),
|
**Role**: Strategic planning using a Prerequisite Tree (Theory of Constraints),
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Predictor Agent
|
# Predictor Agent
|
||||||
|
|
||||||
**Role**: Abstract adversary (the "goblin"). Runs a 2-step formula
|
**Role**: Abstract adversary (the "goblin"). Runs a 2-step formula
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Review Agent
|
# Review Agent
|
||||||
|
|
||||||
**Role**: AI-powered PR review — post structured findings and formal
|
**Role**: AI-powered PR review — post structured findings and formal
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# Supervisor Agent
|
# Supervisor Agent
|
||||||
|
|
||||||
**Role**: Health monitoring and auto-remediation, executed as a formula-driven
|
**Role**: Health monitoring and auto-remediation, executed as a formula-driven
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: b05a31197cc78aa28f3c3e6365e782032bfb25af -->
|
<!-- last-reviewed: 3fb2de4a8ab500707665adfbf954aa1921ae7775 -->
|
||||||
# vault/policies/ — Agent Instructions
|
# vault/policies/ — Agent Instructions
|
||||||
|
|
||||||
HashiCorp Vault ACL policies for the disinto factory. One `.hcl` file per
|
HashiCorp Vault ACL policies for the disinto factory. One `.hcl` file per
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue