- Fix stale submodule URLs (gitea.kindred.internal -> git.kindred-systems.com) - Update silo submodule name and commit, add note about repo split - Document actual release mechanism (curl API, not release-action) - Mark macOS/Windows builds as disabled in platform matrix - Update ccache docs: date-based key rotation, rattler-build env forwarding - Document disk cleanup steps and runner cleanup daemon - Update appimagetool extraction note (FUSE unavailable in containers)
32 lines
1.6 KiB
Markdown
32 lines
1.6 KiB
Markdown
# Kindred Create
|
|
|
|
**Last updated:** 2026-02-07
|
|
**Branch:** main @ `7bec3d5c3b2`
|
|
**Kindred Create:** v0.1.0
|
|
**FreeCAD base:** v1.0.0
|
|
|
|
## Documentation
|
|
|
|
| Document | Contents |
|
|
|----------|----------|
|
|
| [ARCHITECTURE.md](ARCHITECTURE.md) | Bootstrap flow, source layout, submodules |
|
|
| [COMPONENTS.md](COMPONENTS.md) | ztools, Silo, Origin commands, theme, icons |
|
|
| [KNOWN_ISSUES.md](KNOWN_ISSUES.md) | Bugs, incomplete features, next steps |
|
|
| [INTEGRATION_PLAN.md](INTEGRATION_PLAN.md) | Architecture layers, integration phases |
|
|
| [CI_CD.md](CI_CD.md) | Build and release workflows |
|
|
|
|
## Submodules
|
|
|
|
| Submodule | Path | Source | Pinned commit |
|
|
|-----------|------|--------|---------------|
|
|
| ztools | `mods/ztools` | `git.kindred-systems.com/forbes/ztools` | `d2f94c3` |
|
|
| silo-mod | `mods/silo` | `git.kindred-systems.com/kindred/silo-mod` | `bf0b843` |
|
|
| OndselSolver | `src/3rdParty/OndselSolver` | `git.kindred-systems.com/kindred/solver` | `5d1988b` |
|
|
| GSL | `src/3rdParty/GSL` | `github.com/microsoft/GSL` | `756c91a` |
|
|
| AddonManager | `src/Mod/AddonManager` | `github.com/FreeCAD/AddonManager` | `01e242e` |
|
|
| googletest | `tests/lib` | `github.com/google/googletest` | `56efe39` |
|
|
|
|
The silo submodule was split from a monorepo into three repos: `silo-client` (shared Python API client), `silo-mod` (FreeCAD workbench, used as Create's submodule), and `silo-calc` (LibreOffice Calc extension). The `silo-mod` repo includes `silo-client` as its own submodule.
|
|
|
|
OndselSolver is forked from `github.com/FreeCAD/OndselSolver` to carry a Newton-Raphson convergence fix (see [KNOWN_ISSUES.md](KNOWN_ISSUES.md#12)).
|