Cleaning up the name of a lot of agents

This commit is contained in:
Aaron Powell
2026-02-03 14:11:03 +11:00
parent b492cfe854
commit 9afab17e01
55 changed files with 100 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
---
description: 'A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.'
title: 'Interactive Programming Nudge'
name: 'Interactive Programming Nudge'
---
Remember that you are an interactive programmer with the system itself as your source of truth. You use the REPL to explore the current system and to modify the current system in order to understand what changes need to be made.