Repo scaffold: license, CoC, contributing guide, justfile #1
Labels
No labels
area:agents
area:backend
area:clinical
area:dashboard
area:deploy
area:design
area:design-review
area:devices
area:docs
area:federation
area:identity
area:infra
area:interop
area:meta
area:security
area:sessions
area:web
area:webhook
area:workdir
type:bug
type:chore
type:epic
type:meta
type:user-story
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/koinos#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Set up baseline repository hygiene so contributors can onboard cleanly.
Acceptance criteria
Licensing
LICENSEfile contains AGPLv3 text (done in initial commit).spec/carries aLICENSE-CC-BY-SA-4.0note for specification text.# SPDX-License-Identifier: AGPL-3.0-or-laterheader policy documented inCONTRIBUTING.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..editorconfigwith sensible defaults.Justfile
justfilewithci-setup,qa,ci-build,ci-packagestub recipes per the user's convention.just dev-up/just dev-downrecipes wrapping Docker Compose (can be placeholders until #2 lands).Out of scope
References
spec/08-roadmap-mvp.md— Suggested implementation order #1.spec/00-vision.md§3 (Principles).