SpecSync Documentation¶
Welcome to the SpecSync documentation site. SpecSync keeps Markdown specifications in sync between your repository and an external workspace so the information that guides development stays close to the code.
Quick Start¶
Install SpecSync with
pipx install specsyncoruv tool install specsyncSet your workspace location:
export SPECSYNC_WORKSPACE_ROOT="/path/to/workspace"Run
specsync initinside your repository to scaffold thespecs/directoryCreate or edit specs in your repo’s
specs/folderUse
specsync pushto sync specs to your workspace for long-term storage
Note
The command-line reference in Usage includes additional options and recommended workflows for day-to-day use.
Contents¶
Additional Resources¶
Source code: https://github.com/username/specsync
Architecture Overview - detailed system design and component documentation