Skip to content

chore(capy): Add repository setup files#3

Open
capy-ai[bot] wants to merge 2 commits intomainfrom
capy/add-capy-setup
Open

chore(capy): Add repository setup files#3
capy-ai[bot] wants to merge 2 commits intomainfrom
capy/add-capy-setup

Conversation

@capy-ai
Copy link
Copy Markdown
Contributor

@capy-ai capy-ai Bot commented Apr 19, 2026

This PR adds .capy/ directory with settings and agent instruction files tailored to the GARZA OS monorepo. The configuration integrates the existing ./scripts/setup.sh bootstrap, adds a terminal/preview for the infrastructure dashboard, and provides stack-first, security, and infra-state guidance for build, review, and captain agents.

Open GARZA-004 GARZA-004


Open in Devin Review

@capy-ai capy-ai Bot added the capy Generated by capy.ai label Apr 19, 2026
Comment thread .capy/settings.json Outdated
"terminals": [
{
"name": "garza-dashboard",
"command": "cd /home/garza-os-github/services/garza-dashboard && npm start"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Hardcoded absolute path will break for any developer whose repo is not cloned to /home/garza-os-github/.

The setup hook already uses a relative path (./scripts/setup.sh), so the terminal command should do the same. Consider using a repo-relative or environment-variable-based path instead.

Suggested change
"command": "cd /home/garza-os-github/services/garza-dashboard && npm start"
"command": "cd services/garza-dashboard && npm start"

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Apr 19, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Previously flagged issue resolved: The hardcoded absolute path /home/garza-os-github/services/garza-dashboard in .capy/settings.json has been fixed to use a relative path in the new commit.

Files Reviewed (4 files)
  • .capy/BUILD.md — no issues
  • .capy/CAPTAIN.md — no issues
  • .capy/REVIEW.md — no issues
  • .capy/settings.json — no issues (previous WARNING resolved)

Reviewed by claude-sonnet-4.6 · 193,540 tokens

devin-ai-integration[bot]

This comment was marked as resolved.

capy-ai[bot]

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

capy Generated by capy.ai

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant