Context engineering intro

This commit is contained in:
Cole Medin
2025-07-02 06:54:31 -05:00
parent dc8c843cc5
commit 73d08d2236
11 changed files with 1140 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"permissions": {
"allow": [
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(source:*)",
"Bash(find:*)",
"Bash(mv:*)",
"Bash(mkdir:*)",
"Bash(tree:*)",
"Bash(ruff:*)",
"Bash(touch:*)",
"Bash(cat:*)",
"Bash(ruff check:*)",
"Bash(pytest:*)",
"Bash(python:*)",
"Bash(python -m pytest:*)",
"Bash(python3 -m pytest:*)",
"WebFetch(domain:docs.anthropic.com)"
],
"deny": []
}
}