Skip to content

Commit 9cc4637

Browse files
tylerwillisclaude
andcommitted
chore: migrate to company ownership — Unsupervisedcom/2119, LICENSE, 0.6.1
Repository/homepage/bugs URLs and the generated config-template link point to github.com/Unsupervisedcom/2119; LICENSE copyright reassigned to Unsupervised. npm package name unchanged (rfc2119). Prepares the metadata for the GitHub transfer + npm co-ownership. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CBuPQpo6XcLaBHfBwcJcRa
1 parent a92ad03 commit 9cc4637

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"reviewId": "REQ-003.2.2--0e2870584d77",
3+
"requirementId": "REQ-003.2.2",
4+
"hash": "0e2870584d77",
5+
"verdict": "pass",
6+
"summary": "writeVerdict emits plain JSON to .2119/verdicts/; init gitignores only .2119/reviews/, leaving verdicts committed (verified: verdict .json files are git-tracked, dir absent from .gitignore)",
7+
"timestamp": "2026-07-13T16:01:22.723Z"
8+
}

.2119/verdicts/REQ-003.2.2--603d66ffb44f.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Tyler Willis
3+
Copyright (c) 2026 Unsupervised
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "rfc2119",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Spec-driven test enforcement for coding agents: RFC 2119 requirements docs, requirement-to-test traceability, and judgment reviews that are hard to cheat.",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/tylerwillis/2119.git"
8+
"url": "git+https://github.com/Unsupervisedcom/2119.git"
99
},
10-
"homepage": "https://github.com/tylerwillis/2119#readme",
10+
"homepage": "https://github.com/Unsupervisedcom/2119#readme",
1111
"bugs": {
12-
"url": "https://github.com/tylerwillis/2119/issues"
12+
"url": "https://github.com/Unsupervisedcom/2119/issues"
1313
},
1414
"keywords": [
1515
"rfc2119",

src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
type AgentName,
1111
} from "./adapters.js";
1212

13-
const CONFIG_TEMPLATE = `# 2119 configuration — https://github.com/tylerwillis/2119
13+
const CONFIG_TEMPLATE = `# 2119 configuration — https://github.com/Unsupervisedcom/2119
1414
# All fields optional; these are the defaults unless noted.
1515
#
1616
# specs:

0 commit comments

Comments
 (0)