edsger 0.10.2 ā 0.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,13 @@
|
|
|
14
14
|
"WebFetch(domain:supabase.com)",
|
|
15
15
|
"Bash(npm install:*)",
|
|
16
16
|
"Bash(grep:*)",
|
|
17
|
-
"Bash(npx supabase gen types typescript --help:*)"
|
|
17
|
+
"Bash(npx supabase gen types typescript --help:*)",
|
|
18
|
+
"Bash(git -C /Users/steven/development/edsger status)",
|
|
19
|
+
"Bash(git -C /Users/steven/development/edsger diff)",
|
|
20
|
+
"Bash(git -C /Users/steven/development/edsger log --oneline -5)",
|
|
21
|
+
"Bash(git -C /Users/steven/development/edsger add supabase/migrations/20251231000000_drop_unused_views.sql)",
|
|
22
|
+
"Bash(git -C /Users/steven/development/edsger commit -m \"$\\(cat <<''EOF''\nchore: drop unused database views\n\nRemove test_report_summary and user_stories_with_context views that are defined but never used in the application.\n\nš¤ Generated with [Claude Code]\\(https://claude.com/claude-code\\)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
|
|
23
|
+
"Bash(git -C /Users/steven/development/edsger commit -m \"$\\(cat <<''EOF''\nchore: drop unused database views\n\nRemove test_report_summary and user_stories_with_context views\nthat are defined but never used in the application.\n\nš¤ Generated with [Claude Code]\\(https://claude.com/claude-code\\)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")"
|
|
18
24
|
],
|
|
19
25
|
"deny": [],
|
|
20
26
|
"ask": []
|