Documentation
¶
Overview ¶
Package state provides generic JSON state persistence and port resolution shared across databricks-claude, databricks-codex, and databricks-opencode.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
Load reads and unmarshals JSON from path into a value of type T. Returns the zero value if the file does not exist or cannot be parsed.
func ResolvePort ¶
ResolvePort returns the port to use, following the resolution chain:
- flagPort (if > 0)
- savedPort (if > 0)
- defaultPort
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.