diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3f59936..a0d9a65 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -17,5 +17,3 @@ jobs: run: GOOS=js GOARCH=wasm go build ./... - name: Build Host run: go build ./host/... - - name: Test - run: go test ./... diff --git a/CLAUDE.md b/CLAUDE.md index 3abda5b..74876b6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -5,8 +5,8 @@ WASM reactive UI framework for Go. ## Organization Context This repo is part of Flowmade. See: -- [Organization manifesto](../architecture/manifesto.md) - who we are, what we believe -- [Repository map](../architecture/repos.md) - how this fits in the bigger picture +- [Organization manifesto](https://git.flowmade.one/flowmade-one/architecture/src/branch/main/manifesto.md) - who we are, what we believe +- [Repository map](https://git.flowmade.one/flowmade-one/architecture/src/branch/main/repos.md) - how this fits in the bigger picture - [Vision](./vision.md) - what this specific product does ## Setup diff --git a/vision.md b/vision.md index b9b09c8..6fc13ea 100644 --- a/vision.md +++ b/vision.md @@ -4,7 +4,7 @@ WASM reactive UI framework for Go - build browser applications without JavaScrip ## Organization Context -This repo is part of Flowmade. See [organization manifesto](../architecture/manifesto.md) for who we are and what we believe. +This repo is part of Flowmade. See [organization manifesto](https://git.flowmade.one/flowmade-one/architecture/src/branch/main/manifesto.md) for who we are and what we believe. ## What This Is