fix(agents): stop legacy agent rendering

This commit is contained in:
2026-06-01 08:36:13 +02:00
parent 6c6164043b
commit b2ca12f86c
2 changed files with 2 additions and 40 deletions
+1 -30
View File
@@ -1,35 +1,6 @@
{inputs, ...}: {
{...}: {
coding.agents.pi = {
enable = true;
agentsInput = inputs.agents;
modelOverrides = {
chiron = "openai-codex/gpt-5.5";
chiron-forge = "openai-codex/gpt-5.5";
};
# Coding rules for Pi agent
# Rules sourced from AGENTS repo
codingRules = {
# Language-specific rules
languages = [
"nix" # Nix language conventions
];
# Standard concerns from AGENTS repo
concerns = [
"coding-style" # General coding principles
"naming" # Naming conventions (camelCase, snake_case, etc.)
"documentation" # Documentation standards
"testing" # Testing guidelines (Arrange-Act-Assert)
"git-workflow" # Conventional commits, branch naming
"git-identity" # Git identity configuration for agents
"project-structure" # Project layout conventions
];
# No framework-specific rules for NixOS config
frameworks = [];
};
settings = {
packages = [