Changes and rename claude.md to instructions.md
Browse files
CLAUDE.md → Instructions.md
RENAMED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
# CLAUDE.md
|
| 2 |
-
|
| 3 |
-
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
| 4 |
|
| 5 |
## Key Commands
|
| 6 |
|
|
@@ -109,7 +106,7 @@ All inherit from `openenv.core.env_server` (`Action`, `Observation`, `State`). U
|
|
| 109 |
|
| 110 |
Serialization uses `_safe_dict()` in app.py which handles Pydantic models, dataclasses, and enums recursively.
|
| 111 |
|
| 112 |
-
##
|
| 113 |
|
| 114 |
`inference.py` emits structured logs required by the hackathon evaluator:
|
| 115 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
## Key Commands
|
| 3 |
|
|
|
|
| 106 |
|
| 107 |
Serialization uses `_safe_dict()` in app.py which handles Pydantic models, dataclasses, and enums recursively.
|
| 108 |
|
| 109 |
+
## Log Format (inference.py)
|
| 110 |
|
| 111 |
`inference.py` emits structured logs required by the hackathon evaluator:
|
| 112 |
```
|