chore(pi): migrate agent setup #195
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pi-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Migrate the repository's Kilo agent setup to Pi project resources while keeping the existing Kilo files for rollback. This adds Pi settings, Forgejo MCP wiring, Nix-backed pi-lens Rust LSP config, prompt templates, skills, subagent definitions, permission-system config, and a project guardrail extension that ports the RGR/Forgejo/toolchain gates.
Type of change
Verification
cargo test --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo fmt --all -- --checkcargo deny check(when bumping dependencies)git diff --cached --check.pi/extensions/auto-review-guardrails.tsRust/product gates were skipped because this change only adds agent/tooling configuration and documentation; no Rust crates, Nix derivations, CI jobs, release artifacts, or product runtime behavior changed.
Pre-merge checklist
docs/THREAT-MODEL.md, the corresponding red-team test incrates/ar-review/tests/red_team_*.rshas been updated or extended — not applicabledeploy/prometheus/auto_review.rules.yaml) and dashboard (deploy/grafana/auto_review.dashboard.json) still pass their contract tests — not applicableRelated
Based on
docs/PI-MIGRATION-RESEARCH.md.This PR migrates the Kilo agent setup to Pi project resources, adding various configurations and extensions while retaining existing Kilo files for rollback. The changes appear to be well-structured and align with the project's goals, making it safe to merge.