Rename the workspace layout: fluksio -> app, website -> index

The repo moves to git.stroblme.de:Fluksio/app.git and its sibling to
Fluksio/index.git, so every cross-repo path reference moves with it. The
architecture sources the roadmap cites now live in the docs repo under
architecture/, and the brand marks in the index repo's src/assets.

Also replaces the placeholder README with one that reflects the actual layout.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Melvin Strobl
2026-08-09 16:16:08 +02:00
co-authored by Claude Opus 5
parent 0c3e6081f2
commit 4aa2705d34
8 changed files with 60 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { SiCodeberg } from "react-icons/si"
const socialLinks = [
{
icon: SiCodeberg,
href: "https://codeberg.org/fluksio",
href: "https://git.stroblme.de/Fluksio",
label: "Codeberg",
},
]
+1 -1
View File
@@ -72,7 +72,7 @@
*
* `--primary` is #4a7189, not the identity blue #59849b: the latter measures
* 4.04:1 against white, below AA for the label sitting on a bg-primary fill.
* #59849b remains the wordmark colour (org/design/fluksio-*.svg). See the root
* #59849b remains the wordmark colour (index/src/assets/fluksio-*.svg). See the root
* DESIGN-GUIDELINES.md → Colour tokens.
*/
:root {
+1 -1
View File
@@ -5,7 +5,7 @@
* across the app. Mirrors the `--ease-*` / `--duration-*` timing tokens defined
* in `index.css`, so CSS transitions and JS animations stay in sync.
*
* This file is duplicated verbatim in `fluksio` and `website` (the shadcn model,
* This file is duplicated verbatim in `app` and `index` (the shadcn model,
* see ../../DESIGN.md / the root DESIGN-GUIDELINES.md). Keep the two copies
* identical; `make design-check` at the workspace root verifies it.
*