From dae8805cda8e62230aa5515ae2ae08d08500ddae Mon Sep 17 00:00:00 2001 From: Zoey Rose Date: Tue, 11 Aug 2026 16:29:16 +0000 Subject: [PATCH 1/2] docs(project): disclose agentic development model --- CONTRIBUTING.md | 5 +++++ README.md | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 683469a..2828f02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,11 @@ Do not consult or copy Gridarta/classic implementation, tests, comments, configuration, structure, or assets. Behavior observation does not authorize source reuse; follow `PROVENANCE.md` and the root grant registry exactly. +Direct human-written code contributions are welcome. They follow the same +clean-room provenance, maintainer review, tests, and repository validation as +code developed through the project's primary Codex-driven workflows; using an +agent is not a contribution requirement. + Keep authority in the owning released dependency. New editor code must not add a parser, writer, renderer, server/client/protocol edge, direct filesystem write from UI code, or manifest-local sibling override. Run `tools/validate.sh` and diff --git a/README.md b/README.md index 547d882..4a4f83b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,27 @@ This is the fresh MIT Rust authoring application for Atrinik. It is independent of Gridarta, `atrinik/classic`, the connected client, protocol, and server. +## Development model + +The editor is part of Atrinik's agentic next-generation reimplementation. Its +fresh MIT-licensed Rust code is developed primarily through OpenAI Codex +workflows under maintainer direction and review, with clean-room provenance +controls, tests, and repository validation. This describes the project's +current primary development workflow, not every line, commit, or contributor; +direct human-written code contributions are welcome. + +This is a clean-room reimplementation and improvement of Classic/Gridarta-era +authoring workflows, not a mechanical translation or source port. Follow the +[replacement roadmap](https://github.com/atrinik/atrinik/issues/168) and the +[canonical project authorship statement](https://atrinik.org/licenses/) for +the wider project boundaries. + +The editor operates on maps, quests, lore, archetypes, pixel art, and other +content owned and directed by human creators. The editor's MIT license does not +change that content's authorship, provenance, or license, and the editor must +not add a generative-content feature that conflicts with the owning content +repository's policy. + ## M1 architecture The editor pins the immutable v1.0.0 source revisions of From 87affca890b75db09165aa86db207395fb43d675 Mon Sep 17 00:00:00 2001 From: Zoey Rose Date: Tue, 11 Aug 2026 16:33:16 +0000 Subject: [PATCH 2/2] docs(project): link canonical authorship statement --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4a4f83b..f590eaa 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ direct human-written code contributions are welcome. This is a clean-room reimplementation and improvement of Classic/Gridarta-era authoring workflows, not a mechanical translation or source port. Follow the [replacement roadmap](https://github.com/atrinik/atrinik/issues/168) and the -[canonical project authorship statement](https://atrinik.org/licenses/) for -the wider project boundaries. - -The editor operates on maps, quests, lore, archetypes, pixel art, and other -content owned and directed by human creators. The editor's MIT license does not -change that content's authorship, provenance, or license, and the editor must -not add a generative-content feature that conflicts with the owning content -repository's policy. +[canonical project authorship statement](https://github.com/atrinik/atrinik/issues/331) +for the wider project boundaries. + +The editor operates on human-authored maps, quests, lore, archetypes, pixel +art, and other creative game content with its own exact creator or upstream +provenance and licenses. That content is distinct from the editor's +MIT-licensed code, and the editor must not add a generative-content feature +that conflicts with the owning content repository's policy. ## M1 architecture