-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add filename sanitization and logging for AI-generated bash-my-…
…aws commands
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# AI Slop Directory | ||
|
||
This directory contains outputs from the `bmai` command which generates bash-my-aws functions on the fly. | ||
|
||
The term "AI Slop" was coined by Simon Willison (creator of the Python LLM package) to describe | ||
the raw, unfiltered output from AI language models that may need human review before use. | ||
|
||
Each file in this directory represents a generated function, named after the prompt that created it. | ||
These files serve as a reference and audit trail of AI-generated commands. | ||
|
||
Files are created automatically when you run the `bmai` command to generate missing bash-my-aws | ||
functions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# AI Slop Directory | ||
|
||
This directory contains outputs from the `bmai` command which generates bash-my-aws functions on the fly. | ||
|
||
"AI Slop" refers to raw, unfiltered output from AI language models that may need human review before use. | ||
Simon Willison (creator of the Python LLM package) popularized this usage in the context of CLI tools. | ||
|
||
Each file in this directory represents a generated function, named after the prompt that created it. | ||
These files serve as a reference and audit trail of AI-generated commands. | ||
|
||
Files are created automatically when you run the `bmai` command to generate missing bash-my-aws | ||
functions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters