This repository contains configuration files and reusable scripts for various Sablier repositories.
The files are meant to be extended and customized as needed.
Use AGENTS.md
to provide a default context to Claude Code, Gemini CLI, etc.
[!TIP] Copy the
AGENTS.md
file to your root directory, and symlink each context file to it. For example, if you use Claude Code, you can symlink theCLAUDE.md
file to~/AGENTS.md
:ln -s ~/AGENTS.md ~/.claude/CLAUDE.md
Tool | Config File |
---|---|
🔍 Biome | biome.jsonc |
📝 EditorConfig | .editorconfig |
✨ Prettier | prettier.json |
The setup GitHub Actions workflow is used to setup the requisite dependencies in a GitHub CI workflow.
This repo provides reusable Just files under the just directory.
This is meant to be run by Sablier Labs employees and staff.
See setup.sh
for details.
See vscode/settings.json
.
This project is licensed under MIT.