Skip to content

feat: improve log runs #39

@S1M0N38

Description

@S1M0N38

New format for each log entry:

---@class FunctionCall
---@field name string The name of the function being called
---@field arguments table The parameters passed to the function

---@class LogEntry
---@field timestamp_ms number Timestamp in milliseconds since epoch
---@field function FunctionCall Function call information
---@field game_state_before G Game state before function call
---@field game_state_after G Game state after function call

This is related to #38.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions