SamSankar commited on
Commit
9f116f1
·
verified ·
1 Parent(s): d5d78aa

Changes and rename claude.md to instructions.md

Browse files
Files changed (1) hide show
  1. CLAUDE.md → Instructions.md +1 -4
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
- ## Hackathon Log Format (inference.py)
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
  ```