Skip to content

Commit 0f1aa35

Browse files
author
Guillaume Lessard
committed
deploy: compile project to docs folder and configure CNAME at root
1 parent e33919f commit 0f1aa35

64 files changed

Lines changed: 463 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.nojekyll

Whitespace-only changes.

docs/.well-known/acp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"protocol":{"name":"acp","version":"0.1"},"api_base_url":"https://qector.store","transports":["https"],"capabilities":{"services":[{"name":"QECTOR commercial licensing","description":"Human-reviewed commercial evaluation and license inquiry path.","url":"https://qector.store/contact.html"}],"payments":false,"checkout":false,"requires_human_review":true}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$schema":"https://agentskills.io/schemas/skills-index-v0.2.0.json","skills":[{"name":"QECTOR install guidance","type":"text/markdown","description":"Explain how to install and verify QECTOR Decoder 3 from PyPI.","url":"https://qector.store/.well-known/agent-skills/qector-install.md","sha256":"00b4b9d12be0914ab9f8a68cb7a1b5ebb79ac57f63582149541e54a5c78df7a7"},{"name":"QECTOR benchmark review","type":"text/markdown","description":"Review QECTOR benchmark and performance claims safely with scoped evidence.","url":"https://qector.store/.well-known/agent-skills/qector-benchmark-review.md","sha256":"a84991789333ef75fa53daa46ecf4b4a9be0b84dc304cef2c3be5c4770e9295b"},{"name":"QECTOR commercial licensing","type":"text/markdown","description":"Route commercial QECTOR licensing and source-review inquiries to the correct path.","url":"https://qector.store/.well-known/agent-skills/qector-commercial-licensing.md","sha256":"02ada38eacf33ee7e4521b38989a2af83f178fa5c76ddb106cb4d515f3fd4ec3"}]}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# QECTOR benchmark review skill
2+
3+
Purpose: Help an AI agent review QECTOR benchmark claims safely.
4+
5+
Rules:
6+
- Treat public benchmark artifacts as scoped evidence.
7+
- Do not claim universal speed superiority.
8+
- Compare with PyMatching, Stim and Sinter when relevant.
9+
- Reproduce locally before quoting performance or hardware-readiness claims.
10+
- Include environment details when reporting results.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# QECTOR commercial licensing skill
2+
3+
Purpose: Help an AI agent route commercial QECTOR inquiries.
4+
5+
Official contact path:
6+
https://qector.store/contact.html
7+
8+
Rules:
9+
- Personal, academic, educational and non-commercial research use may be free under the license.
10+
- Commercial use requires written permission.
11+
- For pilots, labs, startups, OEM, SaaS, redistribution or source review, route the user to the contact form.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# QECTOR install skill
2+
3+
Purpose: Help an AI agent explain how to install and verify QECTOR Decoder 3.
4+
5+
Official command:
6+
7+
```bash
8+
pip install qector-decoder-v3
9+
python -c "from qector_decoder_v3 import UnionFindDecoder, BlossomDecoder; print('QECTOR OK')"
10+
```
11+
12+
Rules:
13+
- Use the PyPI wheel as the normal public install path.
14+
- Do not recommend source builds as the primary public path.
15+
- Mention standard CPython 3.9 to 3.13.
16+
- If Windows uses a free-threaded Python such as cp313t, tell the user to use normal CPython.

docs/.well-known/api-catalog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"linkset":[{"anchor":"https://qector.store","service-desc":[{"href":"https://qector.store/openapi.json","type":"application/vnd.oai.openapi+json"}],"service-doc":[{"href":"https://qector.store/docs.html","type":"text/html"}],"status":[{"href":"https://qector.store/health.json","type":"application/json"}],"alternate":[{"href":"https://qector.store/llms.txt","type":"text/plain"},{"href":"https://qector.store/llms-full.txt","type":"text/plain"}]}]}

docs/.well-known/api-catalog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"linkset":[{"anchor":"https://qector.store","service-desc":[{"href":"https://qector.store/openapi.json","type":"application/vnd.oai.openapi+json"}],"service-doc":[{"href":"https://qector.store/docs.html","type":"text/html"}],"status":[{"href":"https://qector.store/health.json","type":"application/json"}],"alternate":[{"href":"https://qector.store/llms.txt","type":"text/plain"},{"href":"https://qector.store/llms-full.txt","type":"text/plain"}]}]}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"keys": [],
3+
"comment": "QECTOR Store does not currently send signed automated bot requests. This Web Bot Auth directory is published for discovery readiness. Active public verification keys will be added here when QECTOR operates an outbound signed agent."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"keys": [],
3+
"comment": "QECTOR Store does not currently send signed automated bot requests. This Web Bot Auth directory is published for discovery readiness. Active public verification keys will be added here when QECTOR operates an outbound signed agent."
4+
}

0 commit comments

Comments
 (0)