From 32d9404b51fe20c7a0d8bac9dc92578a6eed71ec Mon Sep 17 00:00:00 2001 From: ssdeanx Date: Thu, 16 Apr 2026 06:23:44 -0400 Subject: [PATCH] chore: update .gitignore and add AGENT.md file - Remove AGENT.md from .gitignore to track it in the repository. - Create a new AGENT.md file in the src/stories directory. --- .gitignore | 2 +- src/stories/AGENT.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/stories/AGENT.md diff --git a/.gitignore b/.gitignore index 656d732e..ddd219fa 100644 --- a/.gitignore +++ b/.gitignore @@ -234,4 +234,4 @@ src/mastra/public/workspace/tbc-shaman.md *storybook.log storybook-static -src/stories/AGENT.md + diff --git a/src/stories/AGENT.md b/src/stories/AGENT.md new file mode 100644 index 00000000..e69de29b