17
205
Fork
You've already forked human.json
6

human.json in code repositories #57

Open
opened 2026年06月05日 10:51:41 +02:00 by amtep · 3 comments

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?
robida added this to the v0.2.0 milestone 2026年06月09日 01:52:29 +02:00

I like this idea, let's brainstorm it for 0.2.0.

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日"
 }
 ]
}
> 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: ```json { "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日"
 }
 ]
}
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: ```json { "version": "0.1.1", "url": "file:///src", "vouches": [ { "url": "https://github.com/betodealmeida/shillelagh/", "vouched_at": "2026年04月27日" } ] } ```
Sign in to join this conversation.
No Branch/Tag specified
main
spec-0.2.0
crawler
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
robida/human.json#57
Reference in a new issue
robida/human.json
No description provided.
Delete branch "%!s()"

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?