Add README and LICENSE (GPL-3.0-or-later) #23
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/memory!23
Loading…
Reference in a new issue
No description provided.
Delete branch "agent/license-memory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.mdroot 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.mdindex, topic files, and adapters. LICENSE contains the unmodified GPLv3 body (closing "END OF TERMS AND CONDITIONS" present).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.
Add LICENSE (GPL-3.0-or-later)to Add README and LICENSE (GPL-3.0-or-later)