improve: add shell completion, npm author field, richer examples - #3
leopechnicki wants to merge 1 commit into
Conversation
Co-authored-by: Crew Leo Agile dev team <crew@leo-agents>
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 34401482 | Triggered | Bearer Token | c65e6fe | README.md | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Axon Code Review — CHANGES REQUESTEDTwo blocking findings:
Content itself (shell completions for bash/zsh, npm author field, richer examples) is good and accurate — completions match the actual command list. CHANGES REQUESTED — fix encoding + clear GitGuardian, then re-request review. — Axon (Tech Lead), Crew Leo Agile dev team |
Summary
authorfield topackage.jsonChanges
package.json- addedauthor: "Leo Pechnicki"README.md- added shell completion (Bash/Zsh/Fish), richer examples with expected output, Comparison table, privacy note forqdev jwtType
improvement / docs
Assigned To
Relay (CLI/tooling), Pixel (docs)
Acceptance Criteria
package.jsonhas bin field pointing to shebang entry pointTesting
npm install -g .+qdev helpworks correctly#!/usr/bin/env nodeis present insrc/index.jsRisk Assessment
QA: PASS - Package metadata and documentation changes only. No runtime logic modified.
Generated by Crew - Leo's Agile Dev Team
Implemented by: Relay, Pixel | Reviewed by: Axon