Core Go library for the projectfile.org tools
  • Go 98.8%
  • Shell 0.8%
  • Makefile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Damián Búho c2ca2dd15d
All checks were successful
published / documentation-is-ok (push) Successful in 0s
published / projectfile-is-valid (push) Successful in 4s
published / source-is-tested (push) Successful in 5s
published / source-is-compliant (push) Successful in 5s
published / projectfile-is-ok (push) Successful in 4s
published / source-is-secure (push) Successful in 11s
published / source-passes-lint (push) Successful in 43s
published / source-is-ok (push) Successful in 0s
published / inputs-are-ok (push) Successful in 0s
published / artifacts-are-ok (push) Successful in 0s
published / ready-to-publish (push) Successful in 0s
published / module-published (push) Successful in 4s
published / published (push) Successful in 0s
fix: version without prefix
2026-09-13 15:39:20 -03:00
.forgejo/workflows build: fix caches in workflows 2026-09-10 00:41:43 -03:00
.github build: refresh workflows 2026-09-11 10:51:00 -03:00
.makefile chore(makefile): sync m6e submodules 2026-09-11 10:10:38 -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-09-10 00:05:48 -03:00
internal fix(cache): floor include TTL against origin freshness directives 2026-09-08 13:04:42 -03:00
LICENSES chore(license): fix license files 2026-07-29 20:38:56 -03:00
pkg feat(cache): add status summary for includes cache 2026-09-07 04:43:01 -03:00
.claudeignore chore: sorting for claudeignore 2026-09-13 12:49:38 -03:00
.containerignore chore: sorting for containerignore 2026-09-13 12:55:55 -03:00
.gitattributes chore: sorting for attributes 2026-09-13 12:43:48 -03:00
.gitignore chore: sorting for gitignore 2026-09-13 12:46:36 -03:00
.gitmodules build: hard .gitmodules before big refactoring of m6e 2026-09-02 18:40:25 -03:00
.gremlins.toml chore: init 2026-07-08 12:01:35 -03:00
AGENTS.md chore: new m6e commands 2026-09-08 19:59:42 -03:00
AI_POLICY.md chore(docs): prevent user data from triggering textlint 2026-08-19 23:24:08 -03:00
CITATION.cff chore: sync cffr 2026-09-13 14:52:39 -03:00
CLAUDE.md chore: init 2026-07-08 12:01:35 -03:00
CODE_OF_CONDUCT.md docs: cleanup code of conduct 2026-08-18 02:18:09 -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 docs: refresh contributing 2026-08-18 01:59:04 -03:00
go.mod chore(deps): bump golang.org/x/text v0.40.0 → v0.41.0 2026-09-07 20:05:47 -03:00
go.sum chore(deps): bump golang.org/x/text v0.40.0 → v0.41.0 2026-09-07 20:05:47 -03:00
go.sum.license chore: init 2026-07-08 12:01:35 -03:00
lefthook.yaml chore: rename ci-resolver to pf-ci 2026-08-29 22:24:56 -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 fix: version without prefix 2026-09-13 15:39:20 -03:00
README.md docs(readme): correct toxic colors 2026-08-30 22:57:25 -03:00
SECURITY.md docs: clean up security.md (temporarily disable how to link) 2026-08-18 01:37:48 -03:00
SUPPORT.md docs: clean up support.md 2026-08-18 02:20:47 -03:00

Español · Українська

projectfile/core

Core Go library for the projectfile.org tools

Stand with Ukraine Projectfile inside License Commit style Workflow Versioning PRs welcome Citation REUSE compliance

Project status Last commit on kiota.ch

Publish pipeline on kiota.ch Vulnerability audit on kiota.ch Dependency freshness on kiota.ch Analysis sweep on kiota.ch

Building

Run make with no arguments for the default target; run make help to list every target.

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 ready-to-publish — Run the pseudo-CI pipeline locally — build, test and scan, without publishing

Policies

License

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