Files
Kareer/REUSE.toml
T
austinandClaude Opus 5 eee3c59f4f
Lint / REUSE compliance (push) Successful in 3s
Build and Test / Build and run tests (push) Failing after 2s
Lint / clang-format (push) Failing after 5s
Add CLAUDE.md with build, test and architecture notes
Covers the build/test/lint commands (including running one test
function and a throwaway --db database), the CLI/GUI split, database
location resolution, the setStage rule, the stage vocabulary, the lane
-based Sankey layout and its geometric test, and the data-driven edit
form. REUSE.toml annotates it as CC0 like the other docs.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01BxDf7HqD1xPnsZP8wt3NTk
2026-09-11 15:42:13 -05:00

24 lines
606 B
TOML

version = 1
SPDX-PackageName = "Kareer"
SPDX-PackageSupplier = "ToServeTheKing <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/toservetheking/Kareer"
[[annotations]]
path = [
"io.github.toservetheking.Kareer.desktop",
"keys/*.asc",
"icons/*.png",
]
SPDX-License-Identifier = "GPL-3.0-or-later"
SPDX-FileCopyrightText = "ToServeTheKing <[email protected]>"
[[annotations]]
path = [
"README.md",
"CONTRIBUTING.md",
"CLAUDE.md",
".gitignore",
]
SPDX-License-Identifier = "CC0-1.0"
SPDX-FileCopyrightText = "ToServeTheKing <[email protected]>"