Add README and LICENSE (GPL-3.0-or-later) #23

Merged
vnprc merged 2 commits from agent/license-memory into master 2026-07-17 18:14:52 +01:00
Member

Add a README and a GPL-3.0-or-later LICENSE, implementing allod/strategy#11.

README.md documents the repo's purpose (the durable, git-tracked workflow memory that coding agents read at session start), its structure (the memory.md root index plus per-topic files), the memory-hygiene rules, and the tool-adapter mechanism — matching the house style of the existing allod READMEs. LICENSE opens with a short copyright and SPDX notice (SPDX-License-Identifier: GPL-3.0-or-later) followed by the verbatim GNU General Public License version 3 text.

Refs allod/strategy#11

Risk

Adds two documentation/metadata files (README.md, LICENSE); no workflow-memory content changes.

Validation

README claims were verified against the actual memory.md index, topic files, and adapters. LICENSE contains the unmodified GPLv3 body (closing "END OF TERMS AND CONDITIONS" present).

Add a README and a GPL-3.0-or-later LICENSE, implementing allod/strategy#11. README.md documents the repo's purpose (the durable, git-tracked workflow memory that coding agents read at session start), its structure (the `memory.md` root index plus per-topic files), the memory-hygiene rules, and the tool-adapter mechanism — matching the house style of the existing allod READMEs. LICENSE opens with a short copyright and SPDX notice (SPDX-License-Identifier: GPL-3.0-or-later) followed by the verbatim GNU General Public License version 3 text. Refs allod/strategy#11 ## Risk Adds two documentation/metadata files (README.md, LICENSE); no workflow-memory content changes. ## Validation README claims were verified against the actual `memory.md` index, topic files, and adapters. LICENSE contains the unmodified GPLv3 body (closing "END OF TERMS AND CONDITIONS" present).
Author
Member

Expanding this PR to also add the repo's README (it was LICENSE-only), per the follow-up request to write READMEs for the repos that were missing them.

Expanding this PR to also add the repo's README (it was LICENSE-only), per the follow-up request to write READMEs for the repos that were missing them.
allod-agent changed title from Add LICENSE (GPL-3.0-or-later) to Add README and LICENSE (GPL-3.0-or-later) 2026-07-17 15:03:26 +01:00
vnprc approved these changes 2026-07-17 18:14:46 +01:00
vnprc merged commit 8319317ae1 into master 2026-07-17 18:14:52 +01:00
vnprc deleted branch agent/license-memory 2026-07-17 18:14:52 +01:00
Sign in to join this conversation.
No description provided.