From ecfff0bb639ee78b33e2b248da8f72458c852095 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Thu, 18 Jun 2026 06:12:59 +0200 Subject: [PATCH 1/8] chore(oss): align 8cli with the Qodeca open-source governance standard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brings 8cli up to the same OSS-governance bar as qodeca/erfana and qodeca/erfana-skills (cross-repo lens-review remediation). Licensing / IP (REUSE 3.3 — `reuse lint` now passes): - Add LICENSES/GPL-3.0-only.txt so the repo is REUSE-conformant (was claiming GPL via REUSE.toml with no LICENSES/ dir → lint failed). - Add CLA.md (mirrors the sibling repos' §3 dual-licensing grant) and reference it from CONTRIBUTING.md; the CLA-assistant bot still needs installing for the repo (org-admin web step). - Add COPYRIGHT with the relicensing record (internal monorepo → GPL-3.0-only, effective 2026-06-13). - Switch REUSE.toml to the `path = "**"` aggregate catch-all so new files are covered by default (was an enumerated list that missed CHANGELOG, templates, etc.). - Standardize the copyright holder to "Qodeca sp. z o.o." across every inline SPDX header, REUSE.toml, and package.json author (was bare "Qodeca"). - Wrap the literal SPDX token in scripts/check-headers.sh with REUSE-Ignore comments so it is not parsed as a license expression. Brand / trademark: - Add TRADEMARKS.md (reserve "8cli"/"Qodeca" per GPLv3 §7(e), forks must rename incl. the npm name; n8n + Anthropic nominative-use notes). - README: add the Anthropic non-affiliation line to the Disclaimer, a "Built by Qodeca" + "Related projects" block, and a dedicated Security section; note the CLA in Contributing. Security / supply chain: - SHA-pin actions in publish.yml (the OIDC npm-publish workflow) to the same vetted SHAs ci.yml already uses; Dependabot maintains them. - Add a REUSE compliance step to ci.yml. - Add .github/CODEOWNERS gating CI and credential surfaces to @marcinobel. --- .github/CODEOWNERS | 15 + .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/dependabot.yml | 2 +- .github/workflows/ci.yml | 6 +- .github/workflows/publish.yml | 6 +- CHANGELOG.md | 2 +- CLA.md | 35 ++ CLAUDE.md | 2 +- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 12 +- COPYRIGHT | 37 ++ LICENSES/GPL-3.0-only.txt | 674 +++++++++++++++++++++ README.md | 29 +- REUSE.toml | 25 +- SECURITY.md | 2 +- THIRD-PARTY-LICENSES.md | 2 +- TRADEMARKS.md | 29 + bin/8cli.ts | 2 +- eslint.config.js | 2 +- package.json | 2 +- scripts/check-headers.sh | 4 +- src/cli.ts | 2 +- src/client/base.ts | 2 +- src/client/internal-api.ts | 2 +- src/client/public-api.ts | 2 +- src/commands/audit.ts | 2 +- src/commands/auth.ts | 2 +- src/commands/config.ts | 2 +- src/commands/credential.ts | 2 +- src/commands/datatable.ts | 2 +- src/commands/execution.ts | 2 +- src/commands/folder.ts | 2 +- src/commands/project.ts | 2 +- src/commands/source-control.ts | 2 +- src/commands/tag.ts | 2 +- src/commands/user.ts | 2 +- src/commands/variable.ts | 2 +- src/commands/workflow.ts | 2 +- src/config.ts | 2 +- src/formatters/index.ts | 2 +- src/formatters/json.ts | 2 +- src/formatters/table.ts | 2 +- src/keychain/index.ts | 2 +- src/keychain/linux.ts | 2 +- src/keychain/macos.ts | 2 +- src/keychain/windows.ts | 2 +- src/types.ts | 2 +- test/base-retry.test.ts | 2 +- test/config.test.ts | 2 +- test/e2e-macos/auth.e2e.ts | 2 +- test/e2e/COVERAGE.md | 2 +- test/e2e/audit.e2e.ts | 2 +- test/e2e/auth.e2e.ts | 2 +- test/e2e/config.e2e.ts | 2 +- test/e2e/credential.e2e.ts | 2 +- test/e2e/datatable.e2e.ts | 2 +- test/e2e/execution.e2e.ts | 2 +- test/e2e/folder.e2e.ts | 2 +- test/e2e/project.e2e.ts | 2 +- test/e2e/setup/global.ts | 2 +- test/e2e/setup/helpers.ts | 2 +- test/e2e/setup/matchers.ts | 2 +- test/e2e/setup/redact.ts | 2 +- test/e2e/setup/vitest.d.ts | 2 +- test/e2e/source-control.e2e.ts | 2 +- test/e2e/tag.e2e.ts | 2 +- test/e2e/transport.e2e.ts | 2 +- test/e2e/user.e2e.ts | 2 +- test/e2e/variable.e2e.ts | 2 +- test/e2e/workflow.e2e.ts | 2 +- test/formatters.test.ts | 2 +- test/keychain.test.ts | 2 +- test/pagination.test.ts | 2 +- vitest.config.ts | 2 +- vitest.e2e-macos.config.ts | 2 +- vitest.e2e.config.ts | 2 +- 79 files changed, 914 insertions(+), 94 deletions(-) create mode 100644 .github/CODEOWNERS create mode 100644 CLA.md create mode 100644 COPYRIGHT create mode 100644 LICENSES/GPL-3.0-only.txt create mode 100644 TRADEMARKS.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c1289fb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,15 @@ +# Code owners for qodeca/8cli +# +# Outside (fork) pull requests that touch these paths require review from +# @marcinobel. CODEOWNERS only gates pull requests; the maintainer's own +# direct pushes are unaffected. +# +# When a second maintainer is onboarded, replace the catch-all with finer +# path-scoped rules while @marcinobel keeps gatekeeping the security-critical +# surfaces listed below (CI/release automation and credential handling). + +* @marcinobel + +# Security-critical surfaces (explicit for emphasis; covered by the catch-all): +/.github/ @marcinobel +/scripts/ @marcinobel diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 01e1690..1b2a8d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-only -# SPDX-FileCopyrightText: 2026 Qodeca +# SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. name: Bug report description: Report a problem with 8cli diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8c175f8..20e7851 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-only -# SPDX-FileCopyrightText: 2026 Qodeca +# SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. blank_issues_enabled: false contact_links: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 59ce5d5..977b473 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-only -# SPDX-FileCopyrightText: 2026 Qodeca +# SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. name: Feature request description: Suggest a new command, flag, or capability diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dde0e1f..955f956 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ ## Summary diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 285acb3..bd99fb4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-only -# SPDX-FileCopyrightText: 2026 Qodeca +# SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. # Keeps SHA-pinned GitHub Actions and npm dependencies current. # Note: the n8n test image is pinned (tag+digest) in test/e2e/setup/global.ts; diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e213cd7..7ddeaf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-only -# SPDX-FileCopyrightText: 2026 Qodeca +# SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. name: CI @@ -31,6 +31,10 @@ jobs: cache: npm - run: npm ci - run: npm run check:headers + - name: REUSE compliance + # charset-normalizer extra avoids reuse's "no encoding module" error on + # minimal runners. pipx is preinstalled on ubuntu-latest. + run: pipx run --spec "reuse[charset-normalizer]" reuse lint - run: npm run typecheck - run: npm run lint - run: npm run format:check diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index af99cd1..d7f5ea0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-only -# SPDX-FileCopyrightText: 2026 Qodeca +# SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. name: Publish @@ -23,8 +23,8 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: 22 cache: npm diff --git a/CHANGELOG.md b/CHANGELOG.md index e4164d3..f185878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog diff --git a/CLA.md b/CLA.md new file mode 100644 index 0000000..fb4251e --- /dev/null +++ b/CLA.md @@ -0,0 +1,35 @@ +# Contributor License Agreement (CLA) + +This Contributor License Agreement ("Agreement") is between you ("Contributor") and **Qodeca sp. z o.o.** ("Qodeca", the project steward). It applies to any contribution you submit to the 8cli project. + +## 1. Definitions + +"Contribution" means any original work of authorship — code, documentation, assets, or other material — that you intentionally submit to the project (for example, via a pull request). + +## 2. Copyright + +You retain ownership of the copyright in your Contribution. This Agreement does not transfer your copyright. + +## 3. Broad licence grant + +You grant to Qodeca and to recipients of software distributed by Qodeca a **perpetual, worldwide, non-exclusive, royalty-free, irrevocable licence** to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute your Contribution and such derivative works **under the project's current open-source licence (GPL-3.0-only) and under any other licensing terms Qodeca may choose**, including proprietary or commercial terms (dual-licensing). This grant is what preserves the project's ability to be offered under additional terms in the future; without it, contributions could only ever be redistributed under GPL-3.0-only. + +## 4. Patent grant + +You grant to Qodeca and to recipients of the software a perpetual, worldwide, non-exclusive, royalty-free, irrevocable patent licence to make, have made, use, offer to sell, sell, import, and otherwise transfer your Contribution, where such licence applies only to patent claims you can license that are necessarily infringed by your Contribution alone or by combination with the project. + +## 5. Your representations + +You represent that: (a) each Contribution is your original creation, or you have the right to submit it under this Agreement; (b) your Contribution does not knowingly violate any third party's rights; and (c) if your employer has rights to intellectual property you create, you have permission to make the Contribution, or your employer has waived such rights. + +## 6. No obligation + +You understand that the decision to include your Contribution in any project or release is entirely at the discretion of the maintainers, and this Agreement does not obligate Qodeca to use your Contribution. + +## 7. No warranty + +Contributions are provided "as is", without warranty of any kind. + +## How to sign + +Signing is handled automatically: open a pull request, and the CLA-assistant bot will post a one-time link to record your agreement. Your Git author identity on the PR is used as your signature of record. diff --git a/CLAUDE.md b/CLAUDE.md index dbbc984..7a92cfb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -195,7 +195,7 @@ to any new file: ``` // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. ``` In `bin/8cli.ts` the header sits immediately after the `#!/usr/bin/env node` shebang. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7191a9a..9cb5337 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,6 +1,6 @@ # Code of conduct diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2feeb73..a23c97f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to 8cli @@ -8,8 +8,11 @@ SPDX-FileCopyrightText: 2026 Qodeca Thanks for your interest in improving 8cli. This document covers how to set up the project, the quality gates your change must pass, and how to submit it. -By contributing, you agree that your contributions are licensed under the project's -**GPL-3.0-only** license, and that you have the right to submit them under that license. +By contributing, you agree to the project's [Contributor License Agreement](./CLA.md) +(CLA). It confirms you have the right to submit your contribution and grants Qodeca a +broad licence (GPL-3.0-only plus any other terms Qodeca may choose, preserving the +dual-licensing option). Signing is automatic: the CLA-assistant bot posts a one-time +link on your first pull request, and your Git author identity is your signature. ## Prerequisites @@ -56,7 +59,7 @@ npm run test:e2e:macos # the real macOS keychain (macOS only, no Docker) - **License header** – every new file under `bin/` or `src/` must start with: ``` // SPDX-License-Identifier: GPL-3.0-only - // SPDX-FileCopyrightText: 2026 Qodeca + // SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. ``` (In `bin/8cli.ts` it goes immediately after the shebang.) - **Commits** – use [Conventional Commits](https://www.conventionalcommits.org/) @@ -75,6 +78,7 @@ npm run test:e2e:macos # the real macOS keychain (macOS only, no Docker) 2. Make your change with tests and docs updated. 3. Ensure all quality gates pass. 4. Open a pull request describing the change and linking any related issue. +5. Sign the [CLA](./CLA.md) via the one-time link the bot posts on your PR. ## Reporting bugs and requesting features diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..72b9f7b --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,37 @@ +# Copyright and licensing notice + +Copyright (c) 2026 Qodeca sp. z o.o. + +8cli — an AI-first, JSON-native CLI for remotely managing n8n instances — is +released under the GNU General Public License, version 3 only (`GPL-3.0-only`). +The full license text is in [`LICENSE`](LICENSE) (and, per the REUSE +specification, in [`LICENSES/GPL-3.0-only.txt`](LICENSES/GPL-3.0-only.txt)). + +## Relicensing record + +8cli was originally developed as part of an internal Qodeca monorepo and was not +publicly distributed before its open-source release. Qodeca sp. z o.o., as the +sole copyright holder of the contents of this repository at the time of release, +authorises and releases this work under `GPL-3.0-only`, effective 2026-06-13 +(the initial public OSS release). This notice is the authorising act of record. + +Authorised by: Marcin Obel, on behalf of Qodeca sp. z o.o. + +## Names, logos, and trademarks + +The `GPL-3.0-only` grant covers source code and documentation. It does **not** +grant rights to the names "8cli" or "Qodeca", the Qodeca logo, or any Qodeca +trademark or service mark. The third-party name "n8n" is a trademark of its +respective owner and is used here only descriptively (nominative use). See +[`TRADEMARKS.md`](TRADEMARKS.md). + +## Third-party components + +Bundled third-party dependencies retain their own licenses, reproduced in +[`THIRD-PARTY-LICENSES.md`](THIRD-PARTY-LICENSES.md). + +## Per-file licensing + +Per-file license information follows the REUSE specification +(): inline SPDX identifiers in source files and glob +rules in [`REUSE.toml`](REUSE.toml). Run `reuse lint` to verify coverage. diff --git a/LICENSES/GPL-3.0-only.txt b/LICENSES/GPL-3.0-only.txt new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSES/GPL-3.0-only.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md index ab0f3ea..8bc7d52 100644 --- a/README.md +++ b/README.md @@ -168,12 +168,24 @@ because the public API does not expose folder information. As a result: sponsored by n8n GmbH. "n8n" is a trademark of n8n GmbH, used here only to describe compatibility. +"Claude" and "Claude Code" are trademarks of Anthropic; 8cli is not affiliated with or +endorsed by Anthropic — it is simply designed to be usable by terminal coding agents. See +[`TRADEMARKS.md`](./TRADEMARKS.md) for the full trademark policy, including Qodeca's own marks. + ## Contributing Contributions are welcome – see [`CONTRIBUTING.md`](./CONTRIBUTING.md) for setup and the -quality gates, and [`CODE_OF_CONDUCT.md`](./CODE_OF_CONDUCT.md) for community standards. To -report a security vulnerability, follow [`SECURITY.md`](./SECURITY.md) (do not open a public -issue). +quality gates, and [`CODE_OF_CONDUCT.md`](./CODE_OF_CONDUCT.md) for community standards. +Contributions are accepted under **GPL-3.0-only** and require signing the project +[Contributor License Agreement](./CLA.md); the CLA-assistant bot prompts first-time +contributors automatically on their pull request. + +## Security + +8cli keeps secrets in the OS keychain (never in config files) and refuses plaintext-HTTP URLs +by default. Report security vulnerabilities **privately** via +[GitHub's private advisory reporting](https://github.com/qodeca/8cli/security/advisories/new) – +see [`SECURITY.md`](./SECURITY.md). Please do not open a public issue for an unfixed vulnerability. ## License @@ -185,3 +197,14 @@ dependencies are not distributed. This project was extracted from an internal Qodeca monorepo; prior commit history is not preserved in this repository. + +## Built by Qodeca + +8cli is built by **[Qodeca](https://qodeca.com)** — a Warsaw-based software team building +software since 2014 for the fitness, sport, and healthcare industries, where HIPAA, GDPR, and +PCI DSS are the baseline, not the exception. We build a lot of our tooling in the open. + +**Related projects:** [erfana](https://github.com/qodeca/erfana) (agent-native Markdown +workspace) · [erfana-skills](https://github.com/qodeca/erfana-skills) (Claude Code plugin). + +[qodeca.com](https://qodeca.com) · [LinkedIn](https://www.linkedin.com/company/qodecasoftwaredevelopment) · [hi@qodeca.com](mailto:hi@qodeca.com) diff --git a/REUSE.toml b/REUSE.toml index 6c15cb7..d40fcda 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,21 +1,18 @@ version = 1 SPDX-PackageName = "8cli" -SPDX-PackageSupplier = "Qodeca" +SPDX-PackageSupplier = "Qodeca sp. z o.o." SPDX-PackageDownloadLocation = "https://github.com/qodeca/8cli" -# Copyright and license for files that do not carry an inline SPDX header -# (configuration, lockfiles, and documentation without a comment header). +# REUSE specification (https://reuse.software/spec-3.3/) coverage for files that +# cannot carry an inline SPDX header (markdown with line-1 frontmatter, JSON, +# lockfiles, dotfiles). Source files under bin/ and src/ carry inline +# `SPDX-License-Identifier` headers instead. The `**` catch-all keeps any new +# file covered by default; per-asset overrides are added as more specific +# [[annotations]] blocks, or via `.license` sidecar files, with +# precedence = "closest". + [[annotations]] -path = [ - "README.md", - "CLAUDE.md", - "package.json", - "package-lock.json", - "tsconfig.json", - ".gitignore", - ".prettierrc.json", - ".prettierignore", -] +path = "**" precedence = "aggregate" -SPDX-FileCopyrightText = "2026 Qodeca" +SPDX-FileCopyrightText = "2026 Qodeca sp. z o.o." SPDX-License-Identifier = "GPL-3.0-only" diff --git a/SECURITY.md b/SECURITY.md index 5586bf0..f6a6593 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,6 @@ # Security policy diff --git a/THIRD-PARTY-LICENSES.md b/THIRD-PARTY-LICENSES.md index 9bd1cf7..d4dcc69 100644 --- a/THIRD-PARTY-LICENSES.md +++ b/THIRD-PARTY-LICENSES.md @@ -1,6 +1,6 @@ # Third-party licenses diff --git a/TRADEMARKS.md b/TRADEMARKS.md new file mode 100644 index 0000000..796d5f2 --- /dev/null +++ b/TRADEMARKS.md @@ -0,0 +1,29 @@ +# Trademark policy + +The 8cli source code and documentation are licensed under the [GNU General Public License v3.0 only](LICENSE) (`GPL-3.0-only`). **That license covers copyright, not trademarks.** + +## What is not licensed + +The names **"8cli"** and **"Qodeca"**, and any associated Qodeca marks, are trademarks of **Qodeca sp. z o.o.** The GPL does not grant any right to use them — see GPLv3 section 7(e), which expressly permits a licensor to decline to grant trademark rights. Nothing in the license or this repository transfers, licenses, or dilutes those marks. + +## What you may do + +- **Use the software** under the terms of the GPL-3.0-only license. +- **Refer to the project by name** in a descriptive, nominative way — for example, "built with 8cli", "compatible with 8cli", or "a fork of 8cli". This is ordinary fair/nominative use and needs no permission. + +## What you may not do without permission + +- Use "8cli" or "Qodeca" (or a confusingly similar name) as the **name of your own distribution, fork, product, or service**. If you distribute a modified version, **rename it** so users are not misled about its origin — including a different npm package name (do not publish under `@qodeca/8cli` or a confusingly similar name). +- Use the marks in a way that implies endorsement, affiliation, or official status. +- Register, or attempt to register, these names or marks (or confusingly similar ones) as your own. + +## Third-party trademarks + +This project interoperates with third-party software and refers to their marks only descriptively (nominative use): + +- **"n8n"** is a trademark of **n8n GmbH**. 8cli is an independent, third-party tool and is not affiliated with, endorsed by, or sponsored by n8n GmbH. +- **"Claude"** and **"Claude Code"** are trademarks of **Anthropic**. 8cli is not affiliated with or endorsed by Anthropic; it is merely designed to be usable by terminal coding agents. + +## Questions + +If you are unsure whether a use is permitted, ask first by opening a GitHub issue. We aim to be permissive about genuine community and descriptive use, and strict only about uses that could confuse users about origin or endorsement. diff --git a/bin/8cli.ts b/bin/8cli.ts index f25a76b..670cb08 100644 --- a/bin/8cli.ts +++ b/bin/8cli.ts @@ -1,6 +1,6 @@ #!/usr/bin/env node // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { run } from '../src/cli.js'; diff --git a/eslint.config.js b/eslint.config.js index 3ca27a3..5615389 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import js from '@eslint/js'; import tseslint from 'typescript-eslint'; diff --git a/package.json b/package.json index 9a11519..5c38938 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "n8n remote management CLI – AI-first, JSON-native", "type": "module", "license": "GPL-3.0-only", - "author": "Qodeca", + "author": "Qodeca sp. z o.o.", "homepage": "https://github.com/qodeca/8cli#readme", "repository": { "type": "git", diff --git a/scripts/check-headers.sh b/scripts/check-headers.sh index 9a68710..c85633f 100755 --- a/scripts/check-headers.sh +++ b/scripts/check-headers.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # SPDX-License-Identifier: GPL-3.0-only -# SPDX-FileCopyrightText: 2026 Qodeca +# SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. # # Fail if any TypeScript source file under bin/ or src/ is missing the # required SPDX license header. Run in CI and locally via `npm run check:headers`. @@ -9,7 +9,9 @@ set -euo pipefail missing=0 while IFS= read -r -d '' file; do + # REUSE-IgnoreStart if ! grep -q 'SPDX-License-Identifier: GPL-3.0-only' "$file"; then + # REUSE-IgnoreEnd echo "Missing SPDX header: $file" missing=1 fi diff --git a/src/cli.ts b/src/cli.ts index 1eec535..1a721de 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { createRequire } from 'node:module'; diff --git a/src/client/base.ts b/src/client/base.ts index 028e680..3e1f149 100644 --- a/src/client/base.ts +++ b/src/client/base.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import type { ApiError, PaginatedResponse } from '../types.js'; diff --git a/src/client/internal-api.ts b/src/client/internal-api.ts index 42c4676..92c5f42 100644 --- a/src/client/internal-api.ts +++ b/src/client/internal-api.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { BaseClient, ApiRequestError } from './base.js'; import type { Folder } from '../types.js'; diff --git a/src/client/public-api.ts b/src/client/public-api.ts index fdc7bc3..01814cd 100644 --- a/src/client/public-api.ts +++ b/src/client/public-api.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { BaseClient } from './base.js'; import type { diff --git a/src/commands/audit.ts b/src/commands/audit.ts index acf42bc..5613b0a 100644 --- a/src/commands/audit.ts +++ b/src/commands/audit.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig } from '../config.js'; diff --git a/src/commands/auth.ts b/src/commands/auth.ts index 8751d8a..f8642fc 100644 --- a/src/commands/auth.ts +++ b/src/commands/auth.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { readFileSync } from 'node:fs'; import { Command } from 'commander'; diff --git a/src/commands/config.ts b/src/commands/config.ts index 8f9e725..8019340 100644 --- a/src/commands/config.ts +++ b/src/commands/config.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig, maskApiKey } from '../config.js'; diff --git a/src/commands/credential.ts b/src/commands/credential.ts index ac212bf..daeeae3 100644 --- a/src/commands/credential.ts +++ b/src/commands/credential.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig } from '../config.js'; diff --git a/src/commands/datatable.ts b/src/commands/datatable.ts index 5d91f6a..2cea84e 100644 --- a/src/commands/datatable.ts +++ b/src/commands/datatable.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { readFileSync } from 'node:fs'; import { Command } from 'commander'; diff --git a/src/commands/execution.ts b/src/commands/execution.ts index df6a6c1..c053660 100644 --- a/src/commands/execution.ts +++ b/src/commands/execution.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig } from '../config.js'; diff --git a/src/commands/folder.ts b/src/commands/folder.ts index 787cfb1..4db47e4 100644 --- a/src/commands/folder.ts +++ b/src/commands/folder.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolve, relative, join, dirname } from 'node:path'; diff --git a/src/commands/project.ts b/src/commands/project.ts index 3f001fe..00e9f66 100644 --- a/src/commands/project.ts +++ b/src/commands/project.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig } from '../config.js'; diff --git a/src/commands/source-control.ts b/src/commands/source-control.ts index 05fd902..f729db7 100644 --- a/src/commands/source-control.ts +++ b/src/commands/source-control.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig } from '../config.js'; diff --git a/src/commands/tag.ts b/src/commands/tag.ts index 44ff15a..d081cef 100644 --- a/src/commands/tag.ts +++ b/src/commands/tag.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig } from '../config.js'; diff --git a/src/commands/user.ts b/src/commands/user.ts index f0c9611..220acc6 100644 --- a/src/commands/user.ts +++ b/src/commands/user.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig } from '../config.js'; diff --git a/src/commands/variable.ts b/src/commands/variable.ts index e4815f8..feb27a7 100644 --- a/src/commands/variable.ts +++ b/src/commands/variable.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { resolveConfig } from '../config.js'; diff --git a/src/commands/workflow.ts b/src/commands/workflow.ts index 886eff5..44a0fce 100644 --- a/src/commands/workflow.ts +++ b/src/commands/workflow.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { Command } from 'commander'; import { existsSync, mkdirSync, readFileSync, readdirSync, writeFileSync } from 'node:fs'; diff --git a/src/config.ts b/src/config.ts index 57f797d..7725354 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { existsSync, readFileSync } from 'node:fs'; import { resolve } from 'node:path'; diff --git a/src/formatters/index.ts b/src/formatters/index.ts index d35bfba..bc6f5fe 100644 --- a/src/formatters/index.ts +++ b/src/formatters/index.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import type { OutputOptions } from '../types.js'; import { outputJson } from './json.js'; diff --git a/src/formatters/json.ts b/src/formatters/json.ts index be53047..568b3d7 100644 --- a/src/formatters/json.ts +++ b/src/formatters/json.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. /** * Output data as formatted JSON to stdout. diff --git a/src/formatters/table.ts b/src/formatters/table.ts index 3213c82..aa40f10 100644 --- a/src/formatters/table.ts +++ b/src/formatters/table.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import Table from 'cli-table3'; import type { ColumnDef } from '../types.js'; diff --git a/src/keychain/index.ts b/src/keychain/index.ts index f08cfff..98dd7f1 100644 --- a/src/keychain/index.ts +++ b/src/keychain/index.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { platform } from 'node:os'; diff --git a/src/keychain/linux.ts b/src/keychain/linux.ts index 23a66ea..7ee5376 100644 --- a/src/keychain/linux.ts +++ b/src/keychain/linux.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. export function setSecret(_account: string, _value: string): void { throw new Error( diff --git a/src/keychain/macos.ts b/src/keychain/macos.ts index 3b25767..75dc6e1 100644 --- a/src/keychain/macos.ts +++ b/src/keychain/macos.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { execFileSync } from 'node:child_process'; diff --git a/src/keychain/windows.ts b/src/keychain/windows.ts index a2d9fb2..0e4f4ad 100644 --- a/src/keychain/windows.ts +++ b/src/keychain/windows.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. export function setSecret(_account: string, _value: string): void { throw new Error( diff --git a/src/types.ts b/src/types.ts index c128355..13ff153 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. // ── Config ────────────────────────────────────────────────────────────────── diff --git a/test/base-retry.test.ts b/test/base-retry.test.ts index b405168..13c3f09 100644 --- a/test/base-retry.test.ts +++ b/test/base-retry.test.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { afterEach, describe, expect, it, vi } from 'vitest'; import { PublicApiClient } from '../src/client/public-api.js'; diff --git a/test/config.test.ts b/test/config.test.ts index 4fbd29f..4af124b 100644 --- a/test/config.test.ts +++ b/test/config.test.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, it, expect } from 'vitest'; import { assertSecureUrl, maskApiKey } from '../src/config.js'; diff --git a/test/e2e-macos/auth.e2e.ts b/test/e2e-macos/auth.e2e.ts index 4bc1449..7b8011d 100644 --- a/test/e2e-macos/auth.e2e.ts +++ b/test/e2e-macos/auth.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { createServer, type Server } from 'node:http'; import { afterAll, beforeAll, describe, expect, it } from 'vitest'; diff --git a/test/e2e/COVERAGE.md b/test/e2e/COVERAGE.md index 8ea82bd..8ee4e97 100644 --- a/test/e2e/COVERAGE.md +++ b/test/e2e/COVERAGE.md @@ -1,6 +1,6 @@ # e2e coverage map diff --git a/test/e2e/audit.e2e.ts b/test/e2e/audit.e2e.ts index 360eb02..351fa02 100644 --- a/test/e2e/audit.e2e.ts +++ b/test/e2e/audit.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, json, run8cli } from './setup/helpers.js'; diff --git a/test/e2e/auth.e2e.ts b/test/e2e/auth.e2e.ts index 2cb2574..abeb449 100644 --- a/test/e2e/auth.e2e.ts +++ b/test/e2e/auth.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, json, run8cli } from './setup/helpers.js'; diff --git a/test/e2e/config.e2e.ts b/test/e2e/config.e2e.ts index 182c7d3..57f2849 100644 --- a/test/e2e/config.e2e.ts +++ b/test/e2e/config.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, json, run8cli } from './setup/helpers.js'; diff --git a/test/e2e/credential.e2e.ts b/test/e2e/credential.e2e.ts index 32257bc..b14d545 100644 --- a/test/e2e/credential.e2e.ts +++ b/test/e2e/credential.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, apiFetch, run8cli, track, uniqueName } from './setup/helpers.js'; diff --git a/test/e2e/datatable.e2e.ts b/test/e2e/datatable.e2e.ts index 6458d8a..ca1531a 100644 --- a/test/e2e/datatable.e2e.ts +++ b/test/e2e/datatable.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { mkdtempSync, writeFileSync } from 'node:fs'; import { tmpdir } from 'node:os'; diff --git a/test/e2e/execution.e2e.ts b/test/e2e/execution.e2e.ts index ab2294d..43df1c5 100644 --- a/test/e2e/execution.e2e.ts +++ b/test/e2e/execution.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, run8cli } from './setup/helpers.js'; diff --git a/test/e2e/folder.e2e.ts b/test/e2e/folder.e2e.ts index e7e3da6..67d6250 100644 --- a/test/e2e/folder.e2e.ts +++ b/test/e2e/folder.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { mkdtempSync } from 'node:fs'; import { tmpdir } from 'node:os'; diff --git a/test/e2e/project.e2e.ts b/test/e2e/project.e2e.ts index d1ba60b..9e34bd8 100644 --- a/test/e2e/project.e2e.ts +++ b/test/e2e/project.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, run8cli, uniqueName } from './setup/helpers.js'; diff --git a/test/e2e/setup/global.ts b/test/e2e/setup/global.ts index 10088a1..224de6c 100644 --- a/test/e2e/setup/global.ts +++ b/test/e2e/setup/global.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { existsSync } from 'node:fs'; import { resolve } from 'node:path'; diff --git a/test/e2e/setup/helpers.ts b/test/e2e/setup/helpers.ts index d72433f..a6082f5 100644 --- a/test/e2e/setup/helpers.ts +++ b/test/e2e/setup/helpers.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. // Bridges the ambient vitest augmentations (ProvidedContext + custom matcher); // test/ is outside tsconfig's include, so a reference is the way to load them. diff --git a/test/e2e/setup/matchers.ts b/test/e2e/setup/matchers.ts index 38e496e..50f8fb8 100644 --- a/test/e2e/setup/matchers.ts +++ b/test/e2e/setup/matchers.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { expect } from 'vitest'; import type { CliResult } from './helpers.js'; diff --git a/test/e2e/setup/redact.ts b/test/e2e/setup/redact.ts index 6593764..0a2b6c8 100644 --- a/test/e2e/setup/redact.ts +++ b/test/e2e/setup/redact.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. /** * Normalize n8n API output for snapshotting. `toMatchFileSnapshot` does not diff --git a/test/e2e/setup/vitest.d.ts b/test/e2e/setup/vitest.d.ts index 2876d68..b076695 100644 --- a/test/e2e/setup/vitest.d.ts +++ b/test/e2e/setup/vitest.d.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import 'vitest'; diff --git a/test/e2e/source-control.e2e.ts b/test/e2e/source-control.e2e.ts index f0791ea..49bbfbf 100644 --- a/test/e2e/source-control.e2e.ts +++ b/test/e2e/source-control.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, run8cli } from './setup/helpers.js'; diff --git a/test/e2e/tag.e2e.ts b/test/e2e/tag.e2e.ts index 963ac75..62be8bc 100644 --- a/test/e2e/tag.e2e.ts +++ b/test/e2e/tag.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, apiFetch, json, run8cli, track, uniqueName } from './setup/helpers.js'; diff --git a/test/e2e/transport.e2e.ts b/test/e2e/transport.e2e.ts index 7dc01bb..dedaf54 100644 --- a/test/e2e/transport.e2e.ts +++ b/test/e2e/transport.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { run8cli } from './setup/helpers.js'; diff --git a/test/e2e/user.e2e.ts b/test/e2e/user.e2e.ts index 09cb56e..ad5487d 100644 --- a/test/e2e/user.e2e.ts +++ b/test/e2e/user.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, json, run8cli } from './setup/helpers.js'; diff --git a/test/e2e/variable.e2e.ts b/test/e2e/variable.e2e.ts index 29ae11d..20fc172 100644 --- a/test/e2e/variable.e2e.ts +++ b/test/e2e/variable.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, expect, it } from 'vitest'; import { apiEnv, run8cli } from './setup/helpers.js'; diff --git a/test/e2e/workflow.e2e.ts b/test/e2e/workflow.e2e.ts index 0672afc..b840056 100644 --- a/test/e2e/workflow.e2e.ts +++ b/test/e2e/workflow.e2e.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { mkdtempSync, readFileSync, readdirSync, writeFileSync } from 'node:fs'; import { tmpdir } from 'node:os'; diff --git a/test/formatters.test.ts b/test/formatters.test.ts index 7326c67..cc9177d 100644 --- a/test/formatters.test.ts +++ b/test/formatters.test.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, it, expect, vi, afterEach } from 'vitest'; import { output, outputJson } from '../src/formatters/index.js'; diff --git a/test/keychain.test.ts b/test/keychain.test.ts index ede5828..eb29797 100644 --- a/test/keychain.test.ts +++ b/test/keychain.test.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { describe, it, expect } from 'vitest'; import { diff --git a/test/pagination.test.ts b/test/pagination.test.ts index ab01965..91a81f7 100644 --- a/test/pagination.test.ts +++ b/test/pagination.test.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { afterEach, describe, expect, it, vi } from 'vitest'; import { PublicApiClient } from '../src/client/public-api.js'; diff --git a/vitest.config.ts b/vitest.config.ts index dfae6ce..9d0edf8 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { defineConfig } from 'vitest/config'; diff --git a/vitest.e2e-macos.config.ts b/vitest.e2e-macos.config.ts index 8a559c4..216fd69 100644 --- a/vitest.e2e-macos.config.ts +++ b/vitest.e2e-macos.config.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { defineConfig } from 'vitest/config'; diff --git a/vitest.e2e.config.ts b/vitest.e2e.config.ts index f58eee9..b112942 100644 --- a/vitest.e2e.config.ts +++ b/vitest.e2e.config.ts @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-3.0-only -// SPDX-FileCopyrightText: 2026 Qodeca +// SPDX-FileCopyrightText: 2026 Qodeca sp. z o.o. import { defineConfig } from 'vitest/config'; From c14116952aa9d1f6e5513d97f863e769fb82cdf1 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Thu, 18 Jun 2026 07:44:00 +0200 Subject: [PATCH 2/8] chore(security,docs): harden publish workflow and soften CLA wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lens-review remediation (round 2). Security / supply chain: - publish.yml: pin `npm@11` instead of mutable `npm@latest` in the OIDC publish job (#2); add `environment: release` to gate the token mint behind a protected environment (#3 — configure required reviewer + v* tag filter in repo settings for it to take effect). - ci.yml: pin `reuse==6.2.0` for the REUSE lint step (reproducibility, #13). Docs: - CLA.md / CONTRIBUTING.md / README: drop the claim that a CLA-assistant bot auto-posts a signing link (none is installed); opening a PR is the agreement, bot may be added later (#1). - README: normalize the new prose to en dashes (house style, #11). --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 6 +++++- CLA.md | 2 +- CONTRIBUTING.md | 7 ++++--- README.md | 10 +++++----- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ddeaf2..e49e561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: REUSE compliance # charset-normalizer extra avoids reuse's "no encoding module" error on # minimal runners. pipx is preinstalled on ubuntu-latest. - run: pipx run --spec "reuse[charset-normalizer]" reuse lint + run: pipx run --spec "reuse[charset-normalizer]==6.2.0" reuse lint - run: npm run typecheck - run: npm run lint - run: npm run format:check diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7f5ea0..2f416df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,10 @@ permissions: jobs: publish: runs-on: ubuntu-latest + # Gate the OIDC publish behind a protected environment: configure `release` + # in repo settings with a required reviewer + a `v*` tag deployment filter + # so the npm token is only minted after approval. + environment: release steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 @@ -29,7 +33,7 @@ jobs: node-version: 22 cache: npm registry-url: https://registry.npmjs.org - - run: npm install -g npm@latest # trusted publishing needs npm >= 11.5.1 + - run: npm install -g npm@11 # trusted publishing needs npm >= 11.5.1 (pinned major, not @latest) - run: npm ci - run: npm test - run: npm publish --access public diff --git a/CLA.md b/CLA.md index fb4251e..0398939 100644 --- a/CLA.md +++ b/CLA.md @@ -32,4 +32,4 @@ Contributions are provided "as is", without warranty of any kind. ## How to sign -Signing is handled automatically: open a pull request, and the CLA-assistant bot will post a one-time link to record your agreement. Your Git author identity on the PR is used as your signature of record. +By opening a pull request, you agree to the terms of this CLA; your Git author identity on the PR is your signature of record. (A CLA-assistant bot to record signatures automatically may be enabled in the future.) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a23c97f..1da368a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,9 @@ the quality gates your change must pass, and how to submit it. By contributing, you agree to the project's [Contributor License Agreement](./CLA.md) (CLA). It confirms you have the right to submit your contribution and grants Qodeca a broad licence (GPL-3.0-only plus any other terms Qodeca may choose, preserving the -dual-licensing option). Signing is automatic: the CLA-assistant bot posts a one-time -link on your first pull request, and your Git author identity is your signature. +dual-licensing option). By opening a pull request you agree to the CLA; your Git author +identity is your signature of record. (Automatic recording via a CLA-assistant bot may be +added in the future.) ## Prerequisites @@ -78,7 +79,7 @@ npm run test:e2e:macos # the real macOS keychain (macOS only, no Docker) 2. Make your change with tests and docs updated. 3. Ensure all quality gates pass. 4. Open a pull request describing the change and linking any related issue. -5. Sign the [CLA](./CLA.md) via the one-time link the bot posts on your PR. +5. By opening the pull request you agree to the [CLA](./CLA.md). ## Reporting bugs and requesting features diff --git a/README.md b/README.md index 8bc7d52..799eafd 100644 --- a/README.md +++ b/README.md @@ -169,16 +169,16 @@ sponsored by n8n GmbH. "n8n" is a trademark of n8n GmbH, used here only to descr compatibility. "Claude" and "Claude Code" are trademarks of Anthropic; 8cli is not affiliated with or -endorsed by Anthropic — it is simply designed to be usable by terminal coding agents. See +endorsed by Anthropic – it is simply designed to be usable by terminal coding agents. See [`TRADEMARKS.md`](./TRADEMARKS.md) for the full trademark policy, including Qodeca's own marks. ## Contributing Contributions are welcome – see [`CONTRIBUTING.md`](./CONTRIBUTING.md) for setup and the quality gates, and [`CODE_OF_CONDUCT.md`](./CODE_OF_CONDUCT.md) for community standards. -Contributions are accepted under **GPL-3.0-only** and require signing the project -[Contributor License Agreement](./CLA.md); the CLA-assistant bot prompts first-time -contributors automatically on their pull request. +Contributions are accepted under **GPL-3.0-only** and require agreeing to the project +[Contributor License Agreement](./CLA.md) – by opening a pull request you agree to its +terms (your Git author identity is your record). ## Security @@ -200,7 +200,7 @@ preserved in this repository. ## Built by Qodeca -8cli is built by **[Qodeca](https://qodeca.com)** — a Warsaw-based software team building +8cli is built by **[Qodeca](https://qodeca.com)** – a Warsaw-based software team building software since 2014 for the fitness, sport, and healthcare industries, where HIPAA, GDPR, and PCI DSS are the baseline, not the exception. We build a lot of our tooling in the open. From 8ccd99c8b2987531d8558b39469ab5f329af4a33 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Fri, 19 Jun 2026 12:55:40 +0200 Subject: [PATCH 3/8] docs: add SUPPORT.md and CITATION.cff, require signed release tags - SUPPORT.md routes questions/bugs/security/commercial enquiries (F4) - CITATION.cff (CFF 1.2.0) adds machine-readable citation metadata (F3) - CONTRIBUTING release flow now mandates signed annotated tags and notes the protected release-environment approval gate --- CITATION.cff | 12 ++++++++++++ CONTRIBUTING.md | 6 ++++-- SUPPORT.md | 29 +++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 CITATION.cff create mode 100644 SUPPORT.md diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..99656a4 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,12 @@ +cff-version: 1.2.0 +message: 'If you use this software, please cite it using these metadata.' +title: 8cli +abstract: 'AI-first, JSON-native CLI for remotely managing n8n instances.' +type: software +authors: + - name: 'Qodeca sp. z o.o.' +repository-code: 'https://github.com/qodeca/8cli' +url: 'https://github.com/qodeca/8cli' +license: GPL-3.0-only +version: 0.1.1 +date-released: 2026-06-14 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1da368a..243a0cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,10 +93,12 @@ Releases publish to npm automatically via **trusted publishing** (OIDC) – do n 1. Bump `version` in `package.json` (follow [SemVer](https://semver.org)). 2. Move the relevant `CHANGELOG.md` entries from `[Unreleased]` into the new version section. -3. Commit, then create a matching tag and a **GitHub Release** (for example `v0.2.0`). +3. Commit, then create a matching **signed, annotated** tag + (`git tag -s v0.2.0 -m "v0.2.0"`) and a **GitHub Release** (for example `v0.2.0`). 4. Publishing the release triggers `.github/workflows/publish.yml`, which runs the tests and then `npm publish` over OIDC – no token, with provenance attestation generated - automatically. + automatically. The job runs in the protected `release` environment, so a maintainer must + approve the deployment before the npm token is minted. Trusted publishing is configured for `@qodeca/8cli` against the `qodeca` GitHub org, the `8cli` repository, and the `publish.yml` workflow. The package is owned under the Qodeca diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..5367a86 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,29 @@ + + +# Support + +Thanks for using 8cli. Here is where to get help, depending on what you need. + +## Questions and discussion + +For usage questions, ideas, and general discussion, use +[GitHub Discussions](https://github.com/qodeca/8cli/discussions). + +## Bugs and feature requests + +Open a [GitHub issue](https://github.com/qodeca/8cli/issues) using the bug-report or +feature-request template. Please include your 8cli version (`8cli --version`) and Node.js +version for bugs. + +## Security issues + +Do not report security vulnerabilities through public issues or discussions. Use GitHub's +private vulnerability reporting as described in [`SECURITY.md`](./SECURITY.md). + +## Commercial support + +8cli is built and maintained by [Qodeca](https://qodeca.com). For commercial support or +related enquiries, contact us via the website. From ac5244026a2d99af89734ddd061b25c1f5a4f8b5 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Fri, 19 Jun 2026 12:55:40 +0200 Subject: [PATCH 4/8] style: use en dashes per house style in governance and coverage docs --- CLA.md | 2 +- TRADEMARKS.md | 6 +++--- test/e2e/COVERAGE.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CLA.md b/CLA.md index 0398939..ac8d565 100644 --- a/CLA.md +++ b/CLA.md @@ -4,7 +4,7 @@ This Contributor License Agreement ("Agreement") is between you ("Contributor") ## 1. Definitions -"Contribution" means any original work of authorship — code, documentation, assets, or other material — that you intentionally submit to the project (for example, via a pull request). +"Contribution" means any original work of authorship – code, documentation, assets, or other material – that you intentionally submit to the project (for example, via a pull request). ## 2. Copyright diff --git a/TRADEMARKS.md b/TRADEMARKS.md index 796d5f2..9c0cec2 100644 --- a/TRADEMARKS.md +++ b/TRADEMARKS.md @@ -4,16 +4,16 @@ The 8cli source code and documentation are licensed under the [GNU General Publi ## What is not licensed -The names **"8cli"** and **"Qodeca"**, and any associated Qodeca marks, are trademarks of **Qodeca sp. z o.o.** The GPL does not grant any right to use them — see GPLv3 section 7(e), which expressly permits a licensor to decline to grant trademark rights. Nothing in the license or this repository transfers, licenses, or dilutes those marks. +The names **"8cli"** and **"Qodeca"**, and any associated Qodeca marks, are trademarks of **Qodeca sp. z o.o.** The GPL does not grant any right to use them – see GPLv3 section 7(e), which expressly permits a licensor to decline to grant trademark rights. Nothing in the license or this repository transfers, licenses, or dilutes those marks. ## What you may do - **Use the software** under the terms of the GPL-3.0-only license. -- **Refer to the project by name** in a descriptive, nominative way — for example, "built with 8cli", "compatible with 8cli", or "a fork of 8cli". This is ordinary fair/nominative use and needs no permission. +- **Refer to the project by name** in a descriptive, nominative way – for example, "built with 8cli", "compatible with 8cli", or "a fork of 8cli". This is ordinary fair/nominative use and needs no permission. ## What you may not do without permission -- Use "8cli" or "Qodeca" (or a confusingly similar name) as the **name of your own distribution, fork, product, or service**. If you distribute a modified version, **rename it** so users are not misled about its origin — including a different npm package name (do not publish under `@qodeca/8cli` or a confusingly similar name). +- Use "8cli" or "Qodeca" (or a confusingly similar name) as the **name of your own distribution, fork, product, or service**. If you distribute a modified version, **rename it** so users are not misled about its origin – including a different npm package name (do not publish under `@qodeca/8cli` or a confusingly similar name). - Use the marks in a way that implies endorsement, affiliation, or official status. - Register, or attempt to register, these names or marks (or confusingly similar ones) as your own. diff --git a/test/e2e/COVERAGE.md b/test/e2e/COVERAGE.md index 8ee4e97..bc15eaa 100644 --- a/test/e2e/COVERAGE.md +++ b/test/e2e/COVERAGE.md @@ -68,7 +68,7 @@ representative success shapes. ## Deferred (with rationale) -- **Real workflow executions** — `exec get --data` / `exec delete` happy paths and `exec list` filter _semantics_ (the current array assertion only checks the filters are accepted). Requires triggering a real run (manual/webhook); comparatively expensive and brittle for marginal contract value. -- **Licensed folders / projects happy paths** — require an n8n license. 8cli targets free Community n8n, so the gated-error contract is the correct coverage. `folder sync --dry` no-mutation preview also needs folders (licensed). -- **`config show` snapshot** — output includes the random container `url` and the masked `apiKey`, neither volatile-by-key; would need `redact.ts` extended to mask them. Asserted by field instead. -- **Per-command `--table` snapshots** — over-coverage; one formatter assertion (`dt list`) plus the `wf`/`tag` table checks suffice. +- **Real workflow executions** – `exec get --data` / `exec delete` happy paths and `exec list` filter _semantics_ (the current array assertion only checks the filters are accepted). Requires triggering a real run (manual/webhook); comparatively expensive and brittle for marginal contract value. +- **Licensed folders / projects happy paths** – require an n8n license. 8cli targets free Community n8n, so the gated-error contract is the correct coverage. `folder sync --dry` no-mutation preview also needs folders (licensed). +- **`config show` snapshot** – output includes the random container `url` and the masked `apiKey`, neither volatile-by-key; would need `redact.ts` extended to mask them. Asserted by field instead. +- **Per-command `--table` snapshots** – over-coverage; one formatter assertion (`dt list`) plus the `wf`/`tag` table checks suffice. From 253ad9d363b9c1ca7c3e9582f6eb06b4cce37396 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Fri, 19 Jun 2026 14:02:31 +0200 Subject: [PATCH 5/8] docs: sync changelog, CLAUDE.md and README with governance/release changes - CHANGELOG [Unreleased]: REUSE/SPDX compliance, governance set (CLA, COPYRIGHT, TRADEMARKS, SUPPORT, CITATION, CODEOWNERS, Dependabot), signed-tag/trusted-publish release flow, SHA-pinned Actions - CLAUDE.md: note reuse lint CI step and the signed-tag + protected release environment - README: add Support section linking SUPPORT.md --- CHANGELOG.md | 16 ++++++++++++++++ CLAUDE.md | 7 ++++--- README.md | 7 +++++++ 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f185878..d896e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + +- REUSE 3.3 / SPDX licensing compliance: `LICENSES/GPL-3.0-only.txt`, `REUSE.toml`, and an + `SPDX-License-Identifier` header on every source file, enforced by a `reuse lint` CI step. +- Open-source governance set: `CLA.md`, `COPYRIGHT`, `TRADEMARKS.md`, `SUPPORT.md`, and + `CITATION.cff`, plus `.github/CODEOWNERS` and a Dependabot config for npm and GitHub Actions. + +### Changed + +- Releases are cut from a signed tag, and the npm publish workflow runs behind a protected + `release` environment (OIDC trusted publishing, no stored token). + +### Security + +- GitHub Actions are pinned to full commit SHAs, hardening the release supply chain. + ## [0.1.1] - 2026-06-14 ### Fixed diff --git a/CLAUDE.md b/CLAUDE.md index 7a92cfb..1710b56 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -184,9 +184,10 @@ source-control – assert the gated-error contract). `test/e2e-macos/` covers th `security` keychain without Docker. Command→branch→spec coverage map: `test/e2e/COVERAGE.md`. CI (`.github/workflows/ci.yml`) runs three jobs on every push and PR: `check` (typecheck, -lint, format check, unit tests, build, `npm audit`, SPDX-header check), `e2e` (Linux + -Docker), and `e2e-macos`. Releases publish to npm via OIDC trusted publishing when a GitHub -Release is published (`.github/workflows/publish.yml`). +lint, format check, unit tests, build, `npm audit`, SPDX-header check, `reuse lint`), `e2e` +(Linux + Docker), and `e2e-macos`. Releases publish to npm via OIDC trusted publishing – from +a signed tag, behind a protected `release` environment – when a GitHub Release is published +(`.github/workflows/publish.yml`). ## Licensing and headers diff --git a/README.md b/README.md index 799eafd..d7e9d00 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,13 @@ compatibility. endorsed by Anthropic – it is simply designed to be usable by terminal coding agents. See [`TRADEMARKS.md`](./TRADEMARKS.md) for the full trademark policy, including Qodeca's own marks. +## Support + +See [`SUPPORT.md`](./SUPPORT.md) for where to get help: usage questions go to +[GitHub Discussions](https://github.com/qodeca/8cli/discussions), bugs and feature requests to +[issues](https://github.com/qodeca/8cli/issues). Report security issues privately (see +[Security](#security)). + ## Contributing Contributions are welcome – see [`CONTRIBUTING.md`](./CONTRIBUTING.md) for setup and the From 72ba7be7945ccf83583487b8f4592d20db9ffb31 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Fri, 19 Jun 2026 14:10:33 +0200 Subject: [PATCH 6/8] docs: mark sc push as unsupported and add Node.js badge - sc push is a public-API stub that always returns ERR_NOT_SUPPORTED; the README commands table, the command --help description, and CLAUDE.md now say so instead of implying it works (fixes the OSS-readiness D11 material-false-claim finding) - add a Node.js engines badge to the README header (D1) --- CLAUDE.md | 2 +- README.md | 7 ++++++- src/commands/source-control.ts | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1710b56..42bec92 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -59,7 +59,7 @@ src/ │ ├── folder.ts folder tree|create|delete|move|sync │ ├── datatable.ts dt list|get|rows|create|delete|insert │ ├── audit.ts audit run -│ └── source-control.ts sc status|pull|push +│ └── source-control.ts sc status|pull|push (push: unsupported stub – public API has no push) └── formatters/ ├── index.ts Output dispatcher (JSON default, table opt-in) ├── json.ts JSON.stringify to stdout diff --git a/README.md b/README.md index d7e9d00..00c0031 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![CI](https://github.com/qodeca/8cli/actions/workflows/ci.yml/badge.svg)](https://github.com/qodeca/8cli/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/@qodeca/8cli)](https://www.npmjs.com/package/@qodeca/8cli) [![License: GPL-3.0-only](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE) +[![Node.js](https://img.shields.io/node/v/@qodeca/8cli)](https://www.npmjs.com/package/@qodeca/8cli) An AI-first command-line interface for remote-managing [n8n](https://n8n.io) instances. JSON output by default, no interactive prompts, composable with `jq` and other tools – @@ -82,10 +83,14 @@ Configuration can also come from environment variables (`N8N_URL`, `N8N_API_KEY` | `folder` | | `tree`, `create`, `delete`, `move`, `sync` | | `datatable` | `dt` | `list`, `get`, `rows`, `create`, `delete`, `insert` | | `audit` | | `run` | -| `source-control` | `sc` | `status`, `pull`, `push` | +| `source-control` | `sc` | `status`, `pull`, `push`\* | Run `8cli --help` for the options of any group. +\* `sc push` is a stub: n8n's public API has no push endpoint, so the command returns a +structured `ERR_NOT_SUPPORTED` error. Push from the n8n UI instead – `sc status` and +`sc pull` work normally. + ## Global options | Flag | Purpose | diff --git a/src/commands/source-control.ts b/src/commands/source-control.ts index f729db7..1db05e3 100644 --- a/src/commands/source-control.ts +++ b/src/commands/source-control.ts @@ -45,7 +45,7 @@ export function registerSourceControlCommands(program: Command): void { }); sc.command('push') - .description('Push to source control') + .description('Push to source control (not supported via the n8n public API)') .option('--force', 'Force push, overwriting remote changes') .action(async () => { outputError( From 9e8a5aa6b339f1beaf1d10c0749c35fbbfb53e18 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Fri, 19 Jun 2026 14:17:55 +0200 Subject: [PATCH 7/8] chore(deps): bump undici 8.4.1 -> 8.5.0 to clear high-severity audit Transitive dev-only dep (via testcontainers); not in the published package, but npm audit --audit-level=high in CI fails on the undici advisories (GHSA-vmh5-mc38-953g, GHSA-pr7r-676h-xcf6, GHSA-38rv-x7px-6hhq). audit now clean. --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 052f198..e650bf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "vitest": "^4.1.8" }, "engines": { - "node": ">=22" + "node": ">=22.22" } }, "node_modules/@balena/dockerignore": { @@ -4432,9 +4432,9 @@ } }, "node_modules/undici": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.4.1.tgz", - "integrity": "sha512-RNHlB4fxZK0IrkhBsxhlbx7s8kFWwr7rzzOqj5nvZugw3ig3RsB7KW3zVlV0eu8POl+rx5d1hmL7rRg0z1owow==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", + "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "dev": true, "license": "MIT", "engines": { From e0fcfd4d1cefec1f3ec48e791cb7a7679779e848 Mon Sep 17 00:00:00 2001 From: Marcin Obel Date: Fri, 19 Jun 2026 16:34:14 +0200 Subject: [PATCH 8/8] ci: also run CI on pushes to develop Previously CI ran only on push to main and on pull_request, so direct pushes to the default branch (develop) were unverified. Add develop to the push branches. --- .github/workflows/ci.yml | 6 +++--- CLAUDE.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e49e561..d88d662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,14 +5,14 @@ name: CI on: push: - branches: [main] + branches: [main, develop] pull_request: # Least privilege: grant nothing by default, then `contents: read` per job. permissions: {} -# Cancel superseded PR runs (unique group per branch); main/tag runs get a -# unique group via run_id so post-merge e2e is never cancelled. +# Cancel superseded PR runs (unique group per branch); main/develop/tag runs get +# a unique group via run_id so post-merge e2e is never cancelled. concurrency: group: ci-${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true diff --git a/CLAUDE.md b/CLAUDE.md index 42bec92..df7b0f3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -183,7 +183,8 @@ required; targets free Community n8n, so license-gated groups – variable/proje source-control – assert the gated-error contract). `test/e2e-macos/` covers the real `security` keychain without Docker. Command→branch→spec coverage map: `test/e2e/COVERAGE.md`. -CI (`.github/workflows/ci.yml`) runs three jobs on every push and PR: `check` (typecheck, +CI (`.github/workflows/ci.yml`) runs three jobs on pushes to `main`/`develop` and on every +pull request: `check` (typecheck, lint, format check, unit tests, build, `npm audit`, SPDX-header check, `reuse lint`), `e2e` (Linux + Docker), and `e2e-macos`. Releases publish to npm via OIDC trusted publishing – from a signed tag, behind a protected `release` environment – when a GitHub Release is published