Repo scaffold: license, CoC, contributing guide, justfile #1

Closed
opened 2026-04-14 20:40:06 +00:00 by claude-desktop · 0 comments
Collaborator

Goal

Set up baseline repository hygiene so contributors can onboard cleanly.

Acceptance criteria

Licensing

  • LICENSE file contains AGPLv3 text (done in initial commit).
  • spec/ carries a LICENSE-CC-BY-SA-4.0 note for specification text.
  • Every Rust crate has an # SPDX-License-Identifier: AGPL-3.0-or-later header policy documented in CONTRIBUTING.md.

Project meta

  • CODE_OF_CONDUCT.md — Contributor Covenant v2.1.
  • CONTRIBUTING.md — how to file an issue, how to open a PR, commit message convention (Conventional Commits), DCO/sign-off policy.
  • SECURITY.md — vulnerability disclosure policy (90-day default) and contact.
  • .editorconfig with sensible defaults.

Justfile

  • justfile with ci-setup, qa, ci-build, ci-package stub recipes per the user's convention.
  • just dev-up / just dev-down recipes wrapping Docker Compose (can be placeholders until #2 lands).

Out of scope

  • CI pipelines (tracked separately as a later chore).
  • Any code.

References

  • spec/08-roadmap-mvp.md — Suggested implementation order #1.
  • spec/00-vision.md §3 (Principles).
## Goal Set up baseline repository hygiene so contributors can onboard cleanly. ## Acceptance criteria ### Licensing - [ ] `LICENSE` file contains AGPLv3 text (done in initial commit). - [ ] `spec/` carries a `LICENSE-CC-BY-SA-4.0` note for specification text. - [ ] Every Rust crate has an `# SPDX-License-Identifier: AGPL-3.0-or-later` header policy documented in `CONTRIBUTING.md`. ### Project meta - [ ] `CODE_OF_CONDUCT.md` — Contributor Covenant v2.1. - [ ] `CONTRIBUTING.md` — how to file an issue, how to open a PR, commit message convention (Conventional Commits), DCO/sign-off policy. - [ ] `SECURITY.md` — vulnerability disclosure policy (90-day default) and contact. - [ ] `.editorconfig` with sensible defaults. ### Justfile - [ ] `justfile` with `ci-setup`, `qa`, `ci-build`, `ci-package` stub recipes per the user's convention. - [ ] `just dev-up` / `just dev-down` recipes wrapping Docker Compose (can be placeholders until #2 lands). ## Out of scope - CI pipelines (tracked separately as a later chore). - Any code. ## References - `spec/08-roadmap-mvp.md` — Suggested implementation order #1. - `spec/00-vision.md` §3 (Principles).
claude-desktop added this to the v0.1 milestone 2026-04-14 20:40:06 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
charles/koinos#1
No description provided.