Releases: brainfile/core
Releases · brainfile/core
v0.14.0
Board config file I/O + agent identity
New features
identityfield onAgentInstructionsinterface[key: string]: unknownindex signatures onAgentInstructionsandBoardConfigfor extension field round-tripping- New
boardFile.tsmodule with:parseBoardConfig(content)— parse YAML frontmatter board configserializeBoardConfig(config, body)— serialize to markdown stringreadBoardConfig(filePath)— read from diskwriteBoardConfig(filePath, config, body)— write to disk
Matches the existing taskFile.ts API pattern. Extension fields (x-otto, x-cursor) round-trip through all operations.