Versions in this module Expand all Collapse all v0 v0.59.0 Jun 18, 2026 Changes in this version + const DefaultGraphBranch + type Options struct + Branch string + type StateWorktree struct + Path string + func OpenOrCreate(ctx context.Context, branchName string) (*StateWorktree, error) + func (w *StateWorktree) CommitAndPush(ctx context.Context, msg string) error + func (w *StateWorktree) ReadFile(relPath string) ([]byte, error) + func (w *StateWorktree) Remove(ctx context.Context) + func (w *StateWorktree) RemoveFile(relPath string) error + func (w *StateWorktree) WriteFile(relPath string, data []byte) error + type Store struct + func NewStore(opts Options) (*Store, error) + func (s *Store) Delete(ctx context.Context, key persistence.Key) error + func (s *Store) List(ctx context.Context, namespace string) ([]persistence.Key, error) + func (s *Store) Load(ctx context.Context, key persistence.Key) (*corerpv20250801preview.ApplicationGraphResponse, error) + func (s *Store) Save(ctx context.Context, key persistence.Key, ...) error v0.59.0-rc1 Jun 17, 2026