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
24 lines
606 B
TOML
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]>"
|