mirror of
https://github.com/vee1e/flare-floss.git
synced 2026-09-01 09:49:59 +00:00
Runs serve cached documents by default, which silently mixes output from different code revisions. Document FLOSS_CACHE_ENABLE=0 for reproducing and diffing.
656 B
656 B
AGENTS.md
- To set up the development environment, make sure that a venv is created and the pre-commit and pre-push hooks are installed, see
.pre-commit-config.yaml - All lints, formatters and tests in
.github/workflowsmust pass before making a PR. Enforce this strictly. - The
floss/folder has the main functionality, whilescripts/has auxiliary plugins and scripts. Docs are indoc/. - Result caching is on by default. When reproducing or diffing output across commits, disable it with
FLOSS_CACHE_ENABLE=0(orFLOSS_CACHE_DIRto point it at a scratch dir) — otherwise a run may serve a cached document written by earlier code.