qcoder 0.5.0a4__tar.gz → 0.5.0a6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/CHANGELOG.md +20 -0
- qcoder-0.5.0a6/PKG-INFO +135 -0
- qcoder-0.5.0a6/README.md +105 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/pyproject.toml +1 -1
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/__init__.py +1 -1
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/cli.py +292 -75
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/core/run_config.py +6 -0
- qcoder-0.5.0a6/src/qcoder/core/share_safe.py +278 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/context/bundle.py +2 -1
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/context/markdown.py +7 -1
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/review/bundle.py +4 -1
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/review/markdown.py +7 -1
- qcoder-0.5.0a6/src/qcoder/explorer/__init__.py +2 -0
- qcoder-0.5.0a6/src/qcoder/explorer/derived_evidence.py +319 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pipelines/analyze.py +11 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pipelines/context.py +4 -1
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pipelines/review.py +13 -1
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pro_preview/client.py +33 -2
- qcoder-0.5.0a6/src/qcoder.egg-info/PKG-INFO +135 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder.egg-info/SOURCES.txt +3 -0
- qcoder-0.5.0a4/PKG-INFO +0 -133
- qcoder-0.5.0a4/README.md +0 -103
- qcoder-0.5.0a4/src/qcoder.egg-info/PKG-INFO +0 -133
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/LICENSE +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/MANIFEST.in +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/NOTICE +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/setup.cfg +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/__main__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/core/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/core/context.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/core/qasm2/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/core/qasm2/adjoint_eligibility.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/core/qasm2/mirror_build.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/core/schema.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/context/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/adapters/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/adapters/cirq_intake.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/adapters/pennylane_intake.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/adapters/qiskit_intake.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/extractor.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/features/compute_v0.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/features/glossary_v0.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/features/schema_v0.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/ir.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/labeling.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/parsers/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/qasm2_regex_parser.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/reps/cut_profile.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/reps/depth.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/reps/entangling_layers.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/reps/gate_set_stats.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/reps/interaction_graph.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/reps/interaction_graph_metrics.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/feature_extraction/reps/spans.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/guidance/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/guidance/model_pack.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/guidance/resource.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/guidance/structural_scores.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/profiles/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/profiles/feature_profiles_v0.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/review/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/review/counts_v0.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/engines/review/qiskit_counts.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/model_packs/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/model_packs/resource_guidance_local_v0.json +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pipelines/batch.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pro_preview/__init__.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pro_preview/config.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pro_preview/errors.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/pro_preview/manifest.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder/tools/batch.py +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder.egg-info/dependency_links.txt +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder.egg-info/entry_points.txt +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder.egg-info/requires.txt +0 -0
- {qcoder-0.5.0a4 → qcoder-0.5.0a6}/src/qcoder.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## 0.5.0a6
|
|
5
|
+
|
|
6
|
+
- Add share-safe / redacted artifact mode for artifacts intended for ChatGPT, Cursor, email, GitHub issues, or support threads.
|
|
7
|
+
- Add `--share-safe` / `--redact` to OSS artifact commands and Explorer evidence file output.
|
|
8
|
+
- Emit share-safety metadata in JSON artifacts: `share_safe`, `redactions_applied`, `raw_qasm_included`, `local_paths_included`, and `tokens_included`.
|
|
9
|
+
- Add a visible share-safe note to Markdown artifacts.
|
|
10
|
+
- Fix Windows free-text path redaction, including `C:\Users\...` paths, Windows forward-slash paths, UNC paths, home-relative paths, Linux home paths, and WSL-mounted Windows paths.
|
|
11
|
+
- Preserve normal rich local artifacts by default; share-safe mode is opt-in.
|
|
12
|
+
- Share-safe mode is designed for safer sharing and users should still review artifacts before sharing. It is not a privacy guarantee.
|
|
13
|
+
- Remaining P1 hardening: forward-slash UNC variants, broader Linux root patterns, independent post-scan hardening, and expanded docs wording.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## 0.5.0a5
|
|
17
|
+
|
|
18
|
+
- Add `qcoder explorer evidence` as the primary Explorer Beta guided-evidence surface.
|
|
19
|
+
- Add derived-context Explorer evidence for user-owned OpenQASM 2 artifacts without raw hosted QASM upload.
|
|
20
|
+
- Preserve `qcoder student evidence` as a beta compatibility alias.
|
|
21
|
+
- Align public package wording with qCoder OSS and Explorer Beta; Pro is not launched or a current public product.
|
|
22
|
+
- Preserve the OSS local artifact path (`analyze`, `batch`, `context`, `review`) for no-account, no-token local workflows.
|
|
23
|
+
|
|
4
24
|
## 0.5.0a4
|
|
5
25
|
|
|
6
26
|
- Add public Student aliases: `qcoder student status` and `qcoder student demo`.
|
qcoder-0.5.0a6/PKG-INFO
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: qcoder
|
|
3
|
+
Version: 0.5.0a6
|
|
4
|
+
Summary: Quantum circuit analysis and structured feature extraction tools.
|
|
5
|
+
Author-email: Quantum Ready Solutions <support@qcoder.ai>
|
|
6
|
+
Maintainer-email: Quantum Ready Solutions <support@qcoder.ai>
|
|
7
|
+
License-Expression: Apache-2.0
|
|
8
|
+
Project-URL: Homepage, https://qcoder.ai
|
|
9
|
+
Project-URL: Documentation, https://qcoder.ai/manual/
|
|
10
|
+
Project-URL: Repository, https://github.com/QuantumReadySolutions/qCoder
|
|
11
|
+
Project-URL: Issues, https://github.com/QuantumReadySolutions/qCoder/issues
|
|
12
|
+
Classifier: Development Status :: 3 - Alpha
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: Science/Research
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
|
+
Requires-Python: >=3.11
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
License-File: NOTICE
|
|
22
|
+
Requires-Dist: numpy
|
|
23
|
+
Provides-Extra: qiskit
|
|
24
|
+
Requires-Dist: qiskit>=1.0; extra == "qiskit"
|
|
25
|
+
Provides-Extra: cirq
|
|
26
|
+
Requires-Dist: cirq-core>=1.4; extra == "cirq"
|
|
27
|
+
Provides-Extra: pennylane
|
|
28
|
+
Requires-Dist: pennylane>=0.44; extra == "pennylane"
|
|
29
|
+
Dynamic: license-file
|
|
30
|
+
|
|
31
|
+
# qCoder
|
|
32
|
+
|
|
33
|
+
`qcoder` is a local, deterministic quantum circuit evidence CLI.
|
|
34
|
+
|
|
35
|
+
The current public local path is **qCoder OSS**. OSS commands run locally and do not call hosted services, upload telemetry, or run QPU/simulator jobs.
|
|
36
|
+
|
|
37
|
+
## Public CLI surface
|
|
38
|
+
|
|
39
|
+
- `qcoder analyze`
|
|
40
|
+
- `qcoder batch`
|
|
41
|
+
- `qcoder context`
|
|
42
|
+
- `qcoder review`
|
|
43
|
+
- `qcoder explorer` (Explorer Beta account-backed status/demo/evidence checks)
|
|
44
|
+
- `qcoder student` (temporary compatibility alias for Explorer Beta)
|
|
45
|
+
- `qcoder pro` (archived pilot/bootstrap client contract; non-confidential local plumbing only, not a current public product path)
|
|
46
|
+
|
|
47
|
+
## Current product boundaries
|
|
48
|
+
|
|
49
|
+
Public `qcoder` ships **OSS local commands** plus Explorer Beta compatibility commands. Pro is not launched and is not a current public product path.
|
|
50
|
+
|
|
51
|
+
- **OSS commands** (`analyze`, `batch`, `context`, `review`) are Apache-2.0, local-first/offline, and useful without an account or token. They do not upload data, call a qCoder hosted service, or run QPU/simulator jobs.
|
|
52
|
+
- **Explorer Beta commands** (`qcoder explorer status`, `qcoder explorer demo`, `qcoder explorer evidence`) are account-backed checks for Explorer Beta status, built-in guided evidence samples, and derived-context guided evidence for user-owned OpenQASM 2 artifacts. The older `qcoder student ...` commands remain available as beta compatibility aliases.
|
|
53
|
+
- Explorer Beta custom evidence uses locally derived qCoder context/features. The CLI may read QASM locally, but the hosted request must not include raw QASM, raw source text, local paths, operation lists, raw counts, notebooks, prompts, tokens, auth headers, or cookies.
|
|
54
|
+
- Explorer Beta custom evidence is stateless in this v0 slice; it does not create persistent Explorer history.
|
|
55
|
+
- **`qcoder pro` bootstrap/workflow commands** are archived pilot/client-contract surfaces. They are not a Pro purchase path, not a current public signup path, and not generally available hosted Pro.
|
|
56
|
+
- There is **no generally available production hosted Pro service**, Pro account/token issuance, artifact/source upload, telemetry/training ingest, confidential local analyzer/cards, QPU/provider execution, or launched Pro V0.0 behavior in this public-main surface.
|
|
57
|
+
- **No confidential Pro analysis or cards** are bundled in this package. Token-gating is **access control only**, not a secrecy boundary.
|
|
58
|
+
|
|
59
|
+
## Quick start
|
|
60
|
+
|
|
61
|
+
Install:
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
pip install qcoder
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Analyze a circuit:
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
qcoder analyze path/to/circuit.qasm --json
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
Create local context and review artifacts:
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
qcoder context path/to/circuit.qasm --out-json preflight.context.json --out-md preflight.context.md
|
|
77
|
+
qcoder review --counts-json counts.json --format qiskit_counts --preflight-json preflight.context.json --out-json execution.review.json --out-md execution.review.md
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
For artifacts you intend to paste into ChatGPT, Cursor, email, GitHub issues, or support threads, add `--share-safe`:
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
qcoder analyze path/to/circuit.qasm --json --share-safe
|
|
84
|
+
qcoder context path/to/circuit.qasm --out-json preflight.context.json --out-md preflight.context.md --share-safe
|
|
85
|
+
qcoder review --counts-json counts.json --format qiskit_counts --preflight-json preflight.context.json --out-json execution.review.json --out-md execution.review.md --share-safe
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
Share-safe mode is designed for safer sharing: it redacts local paths and token/header-like strings, adds `share_safe=true`, and marks raw QASM/local paths/tokens as not included. Review artifacts before sharing; this is not a guarantee that all sensitive project content has been removed.
|
|
89
|
+
|
|
90
|
+
Explorer Beta compatibility checks and archived Pro bootstrap:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
qcoder explorer status
|
|
94
|
+
qcoder explorer demo
|
|
95
|
+
qcoder explorer evidence
|
|
96
|
+
qcoder explorer evidence --qasm path/to/circuit.qasm
|
|
97
|
+
qcoder explorer evidence --context-json preflight.context.json
|
|
98
|
+
qcoder explorer evidence --qasm path/to/circuit.qasm --out-json explorer.json --out-md explorer.md --share-safe
|
|
99
|
+
qcoder pro --help
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
**Support-safe checklist**
|
|
103
|
+
|
|
104
|
+
Safe to share with QRS support:
|
|
105
|
+
|
|
106
|
+
- `qcoder --version`
|
|
107
|
+
- command name
|
|
108
|
+
- HTTP status or CLI error code
|
|
109
|
+
- `job_id`, if produced
|
|
110
|
+
- redacted output
|
|
111
|
+
- manifest schema/version
|
|
112
|
+
|
|
113
|
+
Do not share:
|
|
114
|
+
|
|
115
|
+
- bearer tokens
|
|
116
|
+
- secrets
|
|
117
|
+
- source code
|
|
118
|
+
- repository archives
|
|
119
|
+
- notebooks
|
|
120
|
+
- private prompts or chat transcripts
|
|
121
|
+
- raw QASM/source artifacts through unsupported paths
|
|
122
|
+
|
|
123
|
+
Architecture notes: [`docs/architecture.md`](docs/architecture.md).
|
|
124
|
+
|
|
125
|
+
## Optional extras
|
|
126
|
+
|
|
127
|
+
```bash
|
|
128
|
+
pip install "qcoder[qiskit]"
|
|
129
|
+
pip install "qcoder[cirq]"
|
|
130
|
+
pip install "qcoder[pennylane]"
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
## License
|
|
134
|
+
|
|
135
|
+
Apache-2.0 (see `LICENSE` and `NOTICE`).
|
qcoder-0.5.0a6/README.md
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
# qCoder
|
|
2
|
+
|
|
3
|
+
`qcoder` is a local, deterministic quantum circuit evidence CLI.
|
|
4
|
+
|
|
5
|
+
The current public local path is **qCoder OSS**. OSS commands run locally and do not call hosted services, upload telemetry, or run QPU/simulator jobs.
|
|
6
|
+
|
|
7
|
+
## Public CLI surface
|
|
8
|
+
|
|
9
|
+
- `qcoder analyze`
|
|
10
|
+
- `qcoder batch`
|
|
11
|
+
- `qcoder context`
|
|
12
|
+
- `qcoder review`
|
|
13
|
+
- `qcoder explorer` (Explorer Beta account-backed status/demo/evidence checks)
|
|
14
|
+
- `qcoder student` (temporary compatibility alias for Explorer Beta)
|
|
15
|
+
- `qcoder pro` (archived pilot/bootstrap client contract; non-confidential local plumbing only, not a current public product path)
|
|
16
|
+
|
|
17
|
+
## Current product boundaries
|
|
18
|
+
|
|
19
|
+
Public `qcoder` ships **OSS local commands** plus Explorer Beta compatibility commands. Pro is not launched and is not a current public product path.
|
|
20
|
+
|
|
21
|
+
- **OSS commands** (`analyze`, `batch`, `context`, `review`) are Apache-2.0, local-first/offline, and useful without an account or token. They do not upload data, call a qCoder hosted service, or run QPU/simulator jobs.
|
|
22
|
+
- **Explorer Beta commands** (`qcoder explorer status`, `qcoder explorer demo`, `qcoder explorer evidence`) are account-backed checks for Explorer Beta status, built-in guided evidence samples, and derived-context guided evidence for user-owned OpenQASM 2 artifacts. The older `qcoder student ...` commands remain available as beta compatibility aliases.
|
|
23
|
+
- Explorer Beta custom evidence uses locally derived qCoder context/features. The CLI may read QASM locally, but the hosted request must not include raw QASM, raw source text, local paths, operation lists, raw counts, notebooks, prompts, tokens, auth headers, or cookies.
|
|
24
|
+
- Explorer Beta custom evidence is stateless in this v0 slice; it does not create persistent Explorer history.
|
|
25
|
+
- **`qcoder pro` bootstrap/workflow commands** are archived pilot/client-contract surfaces. They are not a Pro purchase path, not a current public signup path, and not generally available hosted Pro.
|
|
26
|
+
- There is **no generally available production hosted Pro service**, Pro account/token issuance, artifact/source upload, telemetry/training ingest, confidential local analyzer/cards, QPU/provider execution, or launched Pro V0.0 behavior in this public-main surface.
|
|
27
|
+
- **No confidential Pro analysis or cards** are bundled in this package. Token-gating is **access control only**, not a secrecy boundary.
|
|
28
|
+
|
|
29
|
+
## Quick start
|
|
30
|
+
|
|
31
|
+
Install:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
pip install qcoder
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
Analyze a circuit:
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
qcoder analyze path/to/circuit.qasm --json
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Create local context and review artifacts:
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
qcoder context path/to/circuit.qasm --out-json preflight.context.json --out-md preflight.context.md
|
|
47
|
+
qcoder review --counts-json counts.json --format qiskit_counts --preflight-json preflight.context.json --out-json execution.review.json --out-md execution.review.md
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
For artifacts you intend to paste into ChatGPT, Cursor, email, GitHub issues, or support threads, add `--share-safe`:
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
qcoder analyze path/to/circuit.qasm --json --share-safe
|
|
54
|
+
qcoder context path/to/circuit.qasm --out-json preflight.context.json --out-md preflight.context.md --share-safe
|
|
55
|
+
qcoder review --counts-json counts.json --format qiskit_counts --preflight-json preflight.context.json --out-json execution.review.json --out-md execution.review.md --share-safe
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Share-safe mode is designed for safer sharing: it redacts local paths and token/header-like strings, adds `share_safe=true`, and marks raw QASM/local paths/tokens as not included. Review artifacts before sharing; this is not a guarantee that all sensitive project content has been removed.
|
|
59
|
+
|
|
60
|
+
Explorer Beta compatibility checks and archived Pro bootstrap:
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
qcoder explorer status
|
|
64
|
+
qcoder explorer demo
|
|
65
|
+
qcoder explorer evidence
|
|
66
|
+
qcoder explorer evidence --qasm path/to/circuit.qasm
|
|
67
|
+
qcoder explorer evidence --context-json preflight.context.json
|
|
68
|
+
qcoder explorer evidence --qasm path/to/circuit.qasm --out-json explorer.json --out-md explorer.md --share-safe
|
|
69
|
+
qcoder pro --help
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**Support-safe checklist**
|
|
73
|
+
|
|
74
|
+
Safe to share with QRS support:
|
|
75
|
+
|
|
76
|
+
- `qcoder --version`
|
|
77
|
+
- command name
|
|
78
|
+
- HTTP status or CLI error code
|
|
79
|
+
- `job_id`, if produced
|
|
80
|
+
- redacted output
|
|
81
|
+
- manifest schema/version
|
|
82
|
+
|
|
83
|
+
Do not share:
|
|
84
|
+
|
|
85
|
+
- bearer tokens
|
|
86
|
+
- secrets
|
|
87
|
+
- source code
|
|
88
|
+
- repository archives
|
|
89
|
+
- notebooks
|
|
90
|
+
- private prompts or chat transcripts
|
|
91
|
+
- raw QASM/source artifacts through unsupported paths
|
|
92
|
+
|
|
93
|
+
Architecture notes: [`docs/architecture.md`](docs/architecture.md).
|
|
94
|
+
|
|
95
|
+
## Optional extras
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
pip install "qcoder[qiskit]"
|
|
99
|
+
pip install "qcoder[cirq]"
|
|
100
|
+
pip install "qcoder[pennylane]"
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
## License
|
|
104
|
+
|
|
105
|
+
Apache-2.0 (see `LICENSE` and `NOTICE`).
|