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 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 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 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 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