Skip to content

Commit dc75f72

Browse files
committed
chore: update repository references to AGIBuild/Fulora
- Update GitHub URLs in documentation, package.json, and workflows - Keep project names, package IDs, and internal namespaces as Agibuild.Fulora - Reflect new repository slug (Fulora) across the codebase Made-with: Cursor
1 parent c5ff32e commit dc75f72

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

.github/markdown-link-check-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ignorePatterns": [
33
{ "pattern": "^https?://img\\.shields\\.io" },
4-
{ "pattern": "^https?://raw\\.githubusercontent\\.com/AGIBuild/Agibuild\\.Fulora/badges/" },
4+
{ "pattern": "^https?://raw\\.githubusercontent\\.com/AGIBuild/Fulora/badges/" },
55
{ "pattern": "^https?://localhost" },
66
{ "pattern": "^https?://example\\.com" },
77
{ "pattern": "^app://" }

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ jobs:
826826
run: |
827827
TAG="${{ needs.version.outputs.tag }}"
828828
SHA="${{ needs.version.outputs.sha }}"
829-
RELEASE_NAME="Agibuild.Fulora $TAG"
829+
RELEASE_NAME="Fulora $TAG"
830830
VERSION_SUFFIX="${{ needs.version.outputs.version_suffix }}"
831831
832832
if gh release view "$TAG" >/dev/null 2>&1; then

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<Authors>Agibuild</Authors>
5555
<Company>Agibuild</Company>
5656
<Copyright>Copyright (c) $([System.DateTime]::UtcNow.Year) Agibuild</Copyright>
57-
<PackageProjectUrl>https://github.com/AGIBuild/Agibuild.Fulora</PackageProjectUrl>
58-
<RepositoryUrl>https://github.com/AGIBuild/Agibuild.Fulora.git</RepositoryUrl>
57+
<PackageProjectUrl>https://github.com/AGIBuild/Fulora</PackageProjectUrl>
58+
<RepositoryUrl>https://github.com/AGIBuild/Fulora.git</RepositoryUrl>
5959
<RepositoryType>git</RepositoryType>
6060

6161
<!-- SPDX license expression for all NuGet packages -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p align="center">
99
<img src="https://img.shields.io/nuget/v/Agibuild.Fulora.Avalonia?logo=nuget&label=NuGet&color=004880&style=flat-square" />
1010
<img src="https://img.shields.io/nuget/dt/Agibuild.Fulora.Avalonia?logo=nuget&label=Downloads&color=00a86b&style=flat-square" />
11-
<a href="https://github.com/AGIBuild/Agibuild.Fulora/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/AGIBuild/Agibuild.Fulora/ci.yml?label=CI&logo=github&style=flat-square" /></a>
11+
<a href="https://github.com/AGIBuild/Fulora/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/AGIBuild/Fulora/ci.yml?label=CI&logo=github&style=flat-square" /></a>
1212
<img src="https://img.shields.io/badge/License-MIT-yellow?style=flat-square" />
1313
</p>
1414

docs/ai-integration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Build AI-powered hybrid desktop apps with **Fulora** — combining Avalonia's native shell with a modern React frontend, `IAsyncEnumerable<T>` streaming, and `Microsoft.Extensions.AI`.
44

5-
> **Source code**: [`samples/avalonia-ai-chat/`](https://github.com/AGIBuild/Agibuild.Fulora/tree/main/samples/avalonia-ai-chat)
5+
> **Source code**: [`samples/avalonia-ai-chat/`](https://github.com/AGIBuild/Fulora/tree/main/samples/avalonia-ai-chat)
66
77
---
88

docs/demo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sample application demonstrates the full capabilities of **Agibuild.Fulora** — a cross-platform hybrid framework that combines Avalonia's native desktop shell with a modern React frontend, communicating through a type-safe C# ↔ JavaScript bridge.
44

5-
> **Source code**: [`samples/avalonia-react/`](https://github.com/AGIBuild/Agibuild.Fulora/tree/main/samples/avalonia-react)
5+
> **Source code**: [`samples/avalonia-react/`](https://github.com/AGIBuild/Fulora/tree/main/samples/avalonia-react)
66
77
## Architecture Overview
88

docs/release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ After updating the version, commit the `Directory.Build.props` change and push t
5151
## Monitoring a Release
5252

5353
1. Push to `main` → CI runs automatically
54-
2. Watch the [Actions tab](https://github.com/AGIBuild/Agibuild.Fulora/actions) for the "CI and Release" workflow
54+
2. Watch the [Actions tab](https://github.com/AGIBuild/Fulora/actions) for the "CI and Release" workflow
5555
3. After three platforms pass, click **Review deployments** to approve the release
5656
4. Release Promotion publishes packages, creates tag + GitHub Release
5757
5. Deploy Documentation builds and deploys the docfx site

packages/bridge-ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/AGIBuild/Agibuild.Fulora.git",
31+
"url": "https://github.com/AGIBuild/Fulora.git",
3232
"directory": "packages/bridge-ai"
3333
},
34-
"homepage": "https://github.com/AGIBuild/Agibuild.Fulora#readme",
34+
"homepage": "https://github.com/AGIBuild/Fulora#readme",
3535
"author": "AGIBuild",
3636
"keywords": [
3737
"ai",

packages/bridge-plugin-biometric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/AGIBuild/Agibuild.Fulora.git",
22+
"url": "https://github.com/AGIBuild/Fulora.git",
2323
"directory": "packages/bridge-plugin-biometric"
2424
}
2525
}

packages/bridge-plugin-drag-drop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/AGIBuild/Agibuild.Fulora.git",
22+
"url": "https://github.com/AGIBuild/Fulora.git",
2323
"directory": "packages/bridge-plugin-drag-drop"
2424
}
2525
}

0 commit comments

Comments
 (0)