Modern open-source C# .NET 10 Asheron's Call client. Faithful port of retail client behaviour to Silk.NET with a plugin API.
Three additions / changes to CLAUDE.md after a brainstorming session that produced a new strategic roadmap and Foundation phase spec: 1. "How to operate" rewritten to be more explicit that the agent is the lead engineer and should stop only for visual verification. Everything else — picking phases, jumping across commit boundaries, shipping whole multi-step phases in one session, spawning subagents, adding and stripping diagnostic logging — is the agent's call. The closing line is "if you catch yourself about to ask 'should I continue?', the answer is always yes." 2. New "Subagent policy" section. Default is Sonnet for all execution work — implementers, researchers, spec-followers. Opus is reserved for load-bearing quality review at phase boundaries. This codifies what the memory files already said (feedback_subagent_models.md) but is binding in CLAUDE.md so it applies to every new session including ones that haven't read memory yet. 3. New "Roadmap discipline" section. Points at docs/plans/2026-04-11-roadmap.md as the single source of truth and docs/superpowers/specs/*.md as the per-phase detailed specs. Five rules: re-read before starting new work, brainstorm when reality diverges, update the shipped table when a phase lands, don't invent phase numbers mid-session, name the phase in every commit message. Directly addresses the "Phase 11 / Phase 9.3 mid-sentence" process smell the agent hit in this session. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| docs | ||
| src | ||
| tests | ||
| .gitignore | ||
| AcDream.slnx | ||
| CLAUDE.md | ||
| README.md | ||
acdream
Experimental modern open-source Asheron's Call client in C# / .NET 10.
Status: pre-alpha, not playable. Phase 0 only — dat file asset inventory.
Stack: .NET 10, Chorizite.DatReaderWriter for dat parsing. Silk.NET + Avalonia planned for rendering/UI (not yet wired up).
Requires: A retail Asheron's Call install (Turbine/Microsoft property — supply your own). Set ACDREAM_DAT_DIR environment variable to the directory containing client_portal.dat, client_cell_1.dat, client_highres.dat, and client_local_English.dat, or pass it as the first CLI argument.
Layout
src/AcDream.Cli/— console app that dumps asset counts from a dat directoryreferences/— local read-only reference material (ACE, ACViewer, WorldBuilder, DatReaderWriter, holtburger, retail AC install). Gitignored.
Run
dotnet run --project src/AcDream.Cli -- "C:\path\to\Asheron's Call"
Or set ACDREAM_DAT_DIR and run without args.