From af21c04ceae32f3f001f5757aeb2844d6c0a9a8c Mon Sep 17 00:00:00 2001 From: CyberViser <262890853+cyberviser@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:15:46 -0500 Subject: [PATCH 1/5] Add fork ownership notice --- FORK_NOTICE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 FORK_NOTICE.md diff --git a/FORK_NOTICE.md b/FORK_NOTICE.md new file mode 100644 index 00000000..314422dc --- /dev/null +++ b/FORK_NOTICE.md @@ -0,0 +1,22 @@ +# Fork Notice + +This repository is a fork of . + +The upstream project remains owned by its original authors and remains subject +to its original license and attribution terms. + +This fork is operated by Johnny Watters (0ai-Cyberviser) through the GitHub +accounts cyberviser, cyberviser-dotcom, and 0ai-Cyberviser. + +## Scope of claim + +Johnny Watters (0ai-Cyberviser) claims ownership only over any original, +fork-specific modifications, notices, metadata, branding adjustments, and other +new material added in this fork to the extent permitted by law. + +No claim is made here to exclusive ownership of the upstream codebase. + +## Contacts + +- 0ai@cyberviserai.com +- cyberviser@proton.me \ No newline at end of file From 469d02a06346d33040fe3d35901214e89642a1da Mon Sep 17 00:00:00 2001 From: Johnny Watters <262890853+cyberviser@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:06:00 -0500 Subject: [PATCH 2/5] Add security policy --- SECURITY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..859a92f6 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +This repository is a fork operated by Johnny Watters (`0ai-Cyberviser`) as part of the `0AI` company portfolio. Upstream licensing remains in force. + +If you discover a security vulnerability or a safety issue, do not open a public issue first. + +Report privately to: + +- 0ai@cyberviserai.com +- cyberviser@proton.me + +Please include: + +- affected repository +- impact summary +- reproduction details +- any suggested remediation + +If the issue belongs to upstream code or project governance, report upstream as well when appropriate. \ No newline at end of file From 24fae3a7208779d430ff03a742db0973fd838615 Mon Sep 17 00:00:00 2001 From: Johnny Watters <262890853+cyberviser@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:06:01 -0500 Subject: [PATCH 3/5] Add support policy --- SUPPORT.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 00000000..04260b4a --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,16 @@ +# Support + +This repository is a fork operated by Johnny Watters (`0ai-Cyberviser`) as part of the `0AI` company portfolio. Upstream licensing remains in force. + +For general support or portfolio contact: + +- 0ai@cyberviserai.com +- cyberviser@proton.me + +Public GitHub accounts in this portfolio: + +- `0ai-Cyberviser` +- `cyberviser` +- `cyberviser-dotcom` + +Use the repository issue tracker for public, non-sensitive questions when appropriate. \ No newline at end of file From f440806b4108c7c9b3c41edb186f6b3bb108ad0e Mon Sep 17 00:00:00 2001 From: Johnny Watters <262890853+cyberviser@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:06:03 -0500 Subject: [PATCH 4/5] Add codeowners --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..262fe229 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @cyberviser @0ai-Cyberviser \ No newline at end of file From 966186c3c12ac3d53f52fc0821f3356a8b77518a Mon Sep 17 00:00:00 2001 From: Johnny Watters <262890853+cyberviser@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:06:04 -0500 Subject: [PATCH 5/5] Add issue contact routing --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..2bcd1ee0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: 0AI Support + url: https://github.com/cyberviser/copilot-cli/blob/main/SUPPORT.md + about: Portfolio support and owner contact for this repository. + - name: Private Security Reporting + url: https://github.com/cyberviser/copilot-cli/blob/main/SECURITY.md + about: Report vulnerabilities and safety issues privately. \ No newline at end of file