the signals and their derived score are provisional and subject to change.
validate manually before sharing.
ae089ab7a751077bdc304a784db6c070a939868dae089ab7a751077bdc304a784db6c070a939868dAuthored: 2 weeks ago (Mon, 31 Aug 2026 18:16:38 +0000)Match: Co-authored-by: Claude Opus 5 <noreply@anthropic.com>81e5c2449d5808f517ea5ef45758cdbba3d5c879Authored: 1 month ago (Fri, 7 Aug 2026 18:52:04 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>75cb605b2599b959c2f8a78b2f8f265191a2699fAuthored: 1 month ago (Fri, 7 Aug 2026 18:28:54 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>02cf1370df02faebc93dffce3c618949569d995dAuthored: 1 month ago (Fri, 7 Aug 2026 18:11:37 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>148055f464162c346cdbb1e0b5842147145836f0Authored: 1 month ago (Thu, 6 Aug 2026 13:34:09 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>2efcee5a0eb6f21372909992cd44f6d8aa11ef2bAuthored: 1 month ago (Wed, 5 Aug 2026 23:53:07 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>85222fd5c9bb62a3a12c1fdb810a5a63af1316d3Authored: 1 month ago (Wed, 5 Aug 2026 23:44:04 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>8f23fb9289df3f9b6c8c78c81c65fa9804daa80cAuthored: 11 months ago (Sat, 27 Sep 2025 01:33:04 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>5af3d3e904bf35b9ebe03160dbf61445c87099d7Authored: 11 months ago (Sat, 27 Sep 2025 01:21:44 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>563eb6a456ae27210245acac097249f404cd2c0bAuthored: 11 months ago (Sat, 27 Sep 2025 01:07:42 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>.github/copilot-instructions.mdTool: github-copilot## Quick orientation for automated coding agents
This repo is OpenSim (Tranquillity branch) — a large C#/.NET virtual-world server.
Focus on the `OpenSim/` tree (Framework, Server, Region, Services) and the top-level
solution `OpenSim.sln`.
### Big picture
- Language / SDK: C#, .NET 8.0 (see `global.json` and `Directory.Build.props`).
- Entry point(s): `OpenSim/Server/Robust.csproj` builds the main server executable.
- Major areas: `OpenSim/Framework/*`, `OpenSim/Server/*`, `OpenSim/Region/*`, `OpenSim/none