I would like to use human.json in code repositories such as on github, but I don't know how to get a html <link> to it in that case.
Is it also possible to vouch for a repository's code, without vouching for the entire github web UI?
I would like to use human.json in code repositories such as on github, but I don't know how to get a html <link> to it in that case.
Is it also possible to vouch for a repository's code, without vouching for the entire github web UI?
I like this idea, let's brainstorm it for 0.2.0.
Is it also possible to vouch for a repository's code, without vouching for the entire github web UI?
This is supported in 0.1.1, you can have something like this:
{
"version": "0.1.1",
"url": "https://robida.net",
"vouches": [
{
"url": "https://github.com/betodealmeida/shillelagh/",
"vouched_at": "2026年04月27日"
}
]
}
For GitHub and other forges (like Codeberg), I think we can just drop the human.json file in the repo root, and use file:// as the protocol. For example:
{
"version": "0.1.1",
"url": "file:///src",
"vouches": [
{
"url": "https://github.com/betodealmeida/shillelagh/",
"vouched_at": "2026年04月27日"
}
]
}
No due date set.
No dependencies set.
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?