refactor: rename Kopaya to Eryx

Rename the product, runtime surfaces, sidecar projects, docs, tests, and packaging outputs from Kopaya to Eryx across the repository.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-23 22:01:23 +01:00
co-authored by Copilot
parent fd120b6f60
commit 50a8e5dfbe
50 changed files with 157 additions and 157 deletions
@@ -1,7 +1,7 @@
using Kopaya.AgentHost.Contracts;
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class AgentIdentityResolverTests
{
@@ -1,7 +1,7 @@
using Kopaya.AgentHost.Contracts;
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class AgentInstructionComposerTests
{
@@ -1,6 +1,6 @@
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Services;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class CopilotCliPathResolverTests
{
@@ -1,7 +1,7 @@
using Kopaya.AgentHost.Contracts;
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class CopilotConnectionMetadataResolverTests
{
@@ -1,8 +1,8 @@
using Kopaya.AgentHost.Contracts;
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Microsoft.Extensions.AI;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class CopilotWorkflowRunnerTests
{
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
@@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Kopaya.AgentHost\Kopaya.AgentHost.csproj" />
<ProjectReference Include="..\..\src\Eryx.AgentHost\Eryx.AgentHost.csproj" />
</ItemGroup>
</Project>
@@ -1,7 +1,7 @@
using Kopaya.AgentHost.Contracts;
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class HandoffWorkflowGuidanceTests
{
@@ -1,8 +1,8 @@
using System.Text.Json;
using Kopaya.AgentHost.Contracts;
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class SidecarProtocolHostTests
{
@@ -1,6 +1,6 @@
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Services;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class StreamingTextMergerTests
{
@@ -1,7 +1,7 @@
using Kopaya.AgentHost.Contracts;
using Kopaya.AgentHost.Services;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
namespace Kopaya.AgentHost.Tests;
namespace Eryx.AgentHost.Tests;
public sealed class PatternValidatorTests
{