chore(pi): remove build-source and eval prompt files

These aren't useful for direct invocation — the agent should just follow AGENTS.md instead.

Assisted-by: pi (qwen3.6-35b-a3b)
This commit is contained in:
Gabriel Fontes
2026-06-27 02:08:26 -03:00
parent e590f9f5ab
commit 9946269742
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -1,5 +0,0 @@
---
description: Build source output
argument-hint: "<attr>"
---
Build source output: `nix build .#$1.source --no-link --print-out-paths`. Follow AGENTS.md.
-5
View File
@@ -1,5 +0,0 @@
---
description: Evaluate flake attr
argument-hint: "<attr> [extra args]"
---
Evaluate `.#$1`: `nix eval .#$1 --json ${@:2}`. Follow AGENTS.md.