No description
  • Go 98.7%
  • Shell 0.9%
  • Makefile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Damián Búho acaafe14f4
Some checks failed
published / projectfile-is-valid (push) Successful in 4s
published / source-is-tested (push) Successful in 4s
published / source-is-compliant (push) Successful in 4s
published / source-is-secure (push) Successful in 8s
published / source-passes-lint (push) Successful in 15s
published / built (push) Has been skipped
published / artifact-ready (push) Has been skipped
published / ready-to-publish (push) Has been skipped
published / module-published (push) Has been skipped
published / published (push) Has been skipped
published / projectfile-is-synced (push) Failing after 18s
published / source-is-ready (push) Has been skipped
chore: readme fix
2026-07-30 12:57:03 -03:00
.forgejo/workflows fix(ci): unblock the publish gate 2026-07-30 11:34:08 -03:00
.github fix(ci): unblock the publish gate 2026-07-30 11:34:08 -03:00
.makefile fix(ci): unblock the publish gate 2026-07-30 11:34:08 -03:00
.scripts refactor(spdx)!: let the consumer register the licence corpus 2026-07-21 18:51:07 -03:00
docs docs(makefile): update help documentation 2026-07-30 10:22:33 -03:00
internal feat(cache): per-binary cache slots + SPDX deprecation skip 2026-07-30 09:54:53 -03:00
LICENSES chore(license): fix license files 2026-07-29 20:38:56 -03:00
pkg feat(cache): per-binary cache slots + SPDX deprecation skip 2026-07-30 09:54:53 -03:00
.claudeignore chore(spdx): untrack embedded license texts and ignore the build dir 2026-07-18 17:50:19 -03:00
.fdignore chore: init 2026-07-08 12:01:35 -03:00
.gitattributes build: add .gitattributes 2026-07-29 20:38:31 -03:00
.gitignore refactor(spdx)!: let the consumer register the licence corpus 2026-07-21 18:51:07 -03:00
.gitmodules build: migrate to m6e library 2026-07-17 14:15:11 -03:00
.gremlins.toml chore: init 2026-07-08 12:01:35 -03:00
.releaserc.yaml chore: init 2026-07-08 12:01:35 -03:00
.textlintignore chore: init 2026-07-08 12:01:35 -03:00
AGENTS.md feat(cache): per-binary cache slots + SPDX deprecation skip 2026-07-30 09:54:53 -03:00
CITATION.cff chore: cleanup docs 2026-07-29 21:28:50 -03:00
CLAUDE.md chore: init 2026-07-08 12:01:35 -03:00
CODE_OF_CONDUCT.md chore: init 2026-07-08 12:01:35 -03:00
CODEOWNERS chore: init 2026-07-08 12:01:35 -03:00
cog.toml fix(release): enforce v-prefixed tags via cog tag_prefix 2026-07-29 21:02:31 -03:00
CONTRIBUTING.md chore: cleanup docs 2026-07-29 21:28:50 -03:00
go.mod chore(deps): bump x/text and modernize dependencies 2026-07-29 13:19:20 -03:00
go.sum chore(deps): bump x/text and modernize dependencies 2026-07-29 13:19:20 -03:00
go.sum.license chore: init 2026-07-08 12:01:35 -03:00
lefthook.yaml build: rename lefthook 2026-07-29 20:37:41 -03:00
LICENSE chore(license): fix license files 2026-07-29 20:38:56 -03:00
Makefile chore: init 2026-07-08 12:01:35 -03:00
projectfile.yaml chore: cleanup docs 2026-07-29 21:28:50 -03:00
README.md chore: readme fix 2026-07-30 12:57:03 -03:00
SECURITY.md chore: init 2026-07-08 12:01:35 -03:00
SUPPORT.md chore: cleanup docs 2026-07-29 21:28:50 -03:00

projectfile/core

Core Go library for projectfile.org tools

License PRs welcome REUSE compliance

Project status Last commit

Building

Pipeline entry points:

  • make analyze — Run the heavy analysis sweep (mutation testing, benchmarks)
  • make audited — Re-scan the pinned dependencies and published artifacts for new vulnerabilities
  • make check-outdated — Report every pinned dependency that lags upstream
  • make published — Build, test, scan and publish the release artifacts

Documentation

Policies

Project

Other

License

This project is licensed under MIT — see the LICENSE file for details.