@friday-night/tools
v0.4.2
Published
Extensible tool contracts and built-in workspace tools for Friday.
Maintainers
Readme
@friday-night/tools
Extensible tool contracts and built-in workspace tools for Friday.
Install
npm install @friday-night/toolsBuilt-in tools
The first release is intentionally read-only:
list_files— list files and directories under a workspace pathread_file— read a UTF-8 file from the workspacegrep— literal text search inside the workspace
Tools execute inside a WorkspaceContext from @friday-night/core. The workspace defines the boundary; this package defines capabilities that run inside that boundary.
Development
npm install
npm run build
npm test