Spaces:
Sleeping
Sleeping
Commit
·
5b9100d
1
Parent(s):
c50b2cc
Add CLAUDE.md with environment usage guidelines
Browse files
CLAUDE.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ALWAYS use ONLY Environments for ANY and ALL file, code, or shell operations—NO EXCEPTIONS—even for simple or generic requests.
|
2 |
+
|
3 |
+
DO NOT install or use the git cli with the environment_run_cmd tool. All environment tools will handle git operations for you. Changing ".git" yourself will compromise the integrity of your environment.
|
4 |
+
|
5 |
+
You MUST inform the user how to view your work using `git checkout <branch_name>`. Failure to do this will make your work inaccessible to others.
|