Public Repo Scope¶
Radar Flow Studio uses a split-repository model.
Private Source, Public Distribution¶
The private radar-flow monorepo remains the engineering source of truth.
This public repository is the release envelope:
- installers and release notes
- public docs
- support intake
- feature requests
- discussions
Why This Separation Exists¶
This keeps distribution and support public while allowing the product source, internal build details, and internal design work to remain private.
What Maintainers Should Avoid Copying Here¶
- private source files
- internal-only architecture documents
- unpublished roadmap notes
- internal runbooks or security procedures
What Is Safe To Publish Here¶
- user-facing release notes
- install instructions
- public troubleshooting steps
- supported platform information
- public issue templates and support workflows