Skip to content

chore: setup Kimchi autonomous infrastructure and community templates - #61

Merged
hieuck merged 6 commits into
mainfrom
chore/setup-kimchi-infrastructure
Jul 8, 2026
Merged

chore: setup Kimchi autonomous infrastructure and community templates#61
hieuck merged 6 commits into
mainfrom
chore/setup-kimchi-infrastructure

Conversation

@hieuck

@hieuck hieuck commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Description

Set up Kimchi autonomous agent infrastructure and complete missing community standards.

Changes

  • Add Kimchi-specific skills under .claude/skills/
  • Add Kimchi GitHub Actions workflows (agent, incident, release, retrospective)
  • Add issue templates (bug report, feature request)
  • Fix PR template to include a Description section (resolves community standards test)
  • Add MIT LICENSE with copyright
  • Ignore generated tooling metadata (.claude/ecc-tools.json, .codex/, .agents/, etc.)

Motivation

The repository is opted into full continuous operation via .kimchi/AUTONOMY.md. These files provide the instructions, skills, and automation triggers required for autonomous cycles.

Testing

  • npm test: 1024 passed
  • npm run lint: 0 errors, 0 warnings

@ecc-tools

ecc-tools Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR.

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@hieuck, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 23 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 077b8ba5-34ba-4fa5-9da3-0d523685c3b4

📥 Commits

Reviewing files that changed from the base of the PR and between d949dfe and de22e99.

📒 Files selected for processing (43)
  • .agents/skills/keepass-browser-bridge/SKILL.md
  • .agents/skills/keepass-browser-bridge/agents/openai.yaml
  • .claude/CLAUDE.md
  • .claude/ecc-tools.json
  • .claude/homunculus/instincts/inherited/KeePassBrowserBridge-instincts.yaml
  • .claude/identity.json
  • .claude/skills/gh-newline-handling/SKILL.md
  • .claude/skills/kimchi-continuous-mode/SKILL.md
  • .claude/skills/kimchi-event-driven-ops/SKILL.md
  • .claude/skills/kimchi-git-workflow/SKILL.md
  • .claude/skills/kimchi-incident-response/SKILL.md
  • .claude/skills/kimchi-internal-review/SKILL.md
  • .claude/skills/kimchi-memory-protocol/SKILL.md
  • .claude/skills/kimchi-release-management/SKILL.md
  • .claude/skills/kimchi-retrospectives/SKILL.md
  • .claude/skills/kimchi-risk-assessment/SKILL.md
  • .claude/skills/receiving-code-review/SKILL.md
  • .claude/skills/requesting-code-review/SKILL.md
  • .codex/AGENTS.md
  • .codex/agents/docs-researcher.toml
  • .codex/agents/explorer.toml
  • .codex/agents/reviewer.toml
  • .codex/config.toml
  • .github/ISSUE_TEMPLATE/feature_request.md
  • .github/PULL_REQUEST_TEMPLATE.md
  • .github/labeler.yml
  • .github/workflows/kimchi-agent.yml
  • .github/workflows/kimchi-incident.yml
  • .github/workflows/kimchi-release.yml
  • .github/workflows/kimchi-retrospective.yml
  • .github/workflows/label.yml
  • .github/workflows/stale.yml
  • .gitignore
  • .kimchi/AGENTS.md
  • .kimchi/AUTONOMY.md
  • .kimchi/MEMORY.md
  • .kimchi/memory/adrs.md
  • .kimchi/memory/context.md
  • .kimchi/memory/conventions.md
  • .kimchi/memory/known-issues.md
  • .kimchi/memory/lessons.md
  • .kimchi/memory/workstreams.md
  • LICENSE
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/setup-kimchi-infrastructure

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Replace generic PR template with a KeePassBrowserBridge-specific
checklist covering Vitest, Playwright, ESLint, .NET plugin builds,
Chrome MV3 / Firefox / KeePass impact, security, compatibility,
i18n, docs, and CHANGELOG updates.

Co-Authored-By: Kimchi <noreply@kimchi.dev>
@ecc-tools

ecc-tools Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR.

Co-Authored-By: Kimchi <noreply@kimchi.dev>
@ecc-tools

ecc-tools Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR.

@ecc-tools

ecc-tools Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR.

- Remove generated metadata from tracking (.agents, .claude, .codex)
- Fix invalid pinned actions/stale SHA to v9.1.0
- Disable autonomous handle-secrets in AUTONOMY.md
- Complete major change criteria in AGENTS.md section 20

Co-Authored-By: Kimchi <noreply@kimchi.dev>
@ecc-tools

ecc-tools Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR.

- Update .github/labeler.yml to actions/labeler v5 syntax

- Fix shell quoting for repo_name in four Kimchi workflows

- Set AUTONOMY.md owner to hieuck and disable deploy commands

- Redirect review output to .kimchi/logs/ in receiving-code-review skill

Co-Authored-By: Kimchi <noreply@kimchi.dev>
@ecc-tools

ecc-tools Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR.

@hieuck
hieuck merged commit 59888c2 into main Jul 8, 2026
17 checks passed
@hieuck
hieuck deleted the chore/setup-kimchi-infrastructure branch July 8, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant