Spaces:
Running on Zero
Running on Zero
Add AGENTS.md and CLAUDE.md documentation files
Browse files- Introduced AGENTS.md with important instructions for using Hugging Face Spaces, including guidelines for pushing changes and accessing logs.
- Added CLAUDE.md as a reference to AGENTS.md for easier navigation.
AGENTS.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
IMPORTANT: This is a repo of Hugging Face Spaces. Please read the following instructions carefully.
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
- Never build an run this on a local machine. Every change made do git push to the repository and the demo will be automatically updated.
|
| 5 |
+
- All changes made automatically do git push to hugging face spaces, no need to clarify.
|
| 6 |
+
- Always use `hf spaces logs Liratanak/Krea-2 -f` to see the logs of the demo and debug if necessary.
|
| 7 |
+
- Use playwright-mcp to open web page to get more information related to the given task.
|
| 8 |
+
- Huggingface token is in .env file, you can access it if need.
|
CLAUDE.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
@AGENTS.md
|