@legioncodeinc/rflectr 0.1.0 → 0.1.1

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.
Files changed (34) hide show
  1. package/README.md +1 -5
  2. package/dist/cli.js +1 -1
  3. package/library/README.md +39 -39
  4. package/library/issues/README.md +46 -46
  5. package/library/issues/backlog/README.md +26 -26
  6. package/library/issues/completed/README.md +13 -13
  7. package/library/issues/in-work/README.md +13 -13
  8. package/library/knowledge/README.md +34 -34
  9. package/library/knowledge/private/README.md +40 -40
  10. package/library/knowledge/private/standards/documentation-framework.md +154 -154
  11. package/library/knowledge/public/README.md +49 -49
  12. package/library/notes/README.md +21 -21
  13. package/library/requirements/README.md +51 -51
  14. package/library/requirements/backlog/README.md +30 -30
  15. package/library/requirements/completed/README.md +14 -14
  16. package/library/requirements/completed/prd-002-provider-registry/prd-002-provider-registry-index.md +263 -0
  17. package/library/requirements/completed/prd-003-model-discovery-classification/prd-003-model-discovery-classification-index.md +260 -0
  18. package/library/requirements/completed/prd-004-translation-layer/prd-004-translation-layer-index.md +196 -0
  19. package/library/requirements/completed/prd-005-local-proxy-catalog-routing/prd-005-local-proxy-catalog-routing-index.md +176 -0
  20. package/library/requirements/completed/prd-006-credential-storage/prd-006-credential-storage-index.md +190 -0
  21. package/library/requirements/completed/prd-006-credential-storage/qa/.gitkeep +0 -0
  22. package/library/requirements/completed/prd-007-oauth-device-flows/prd-007-oauth-device-flows-index.md +208 -0
  23. package/library/requirements/completed/prd-008-preferences-tiers-favorites/prd-008-preferences-tiers-favorites-index.md +249 -0
  24. package/library/requirements/completed/prd-008-preferences-tiers-favorites/qa/.gitkeep +0 -0
  25. package/library/requirements/completed/prd-009-codex-integration/prd-009-codex-integration-index.md +212 -0
  26. package/library/requirements/completed/prd-009-codex-integration/qa/.gitkeep +0 -0
  27. package/library/requirements/completed/prd-010-gemini-cli-integration/prd-010-gemini-cli-integration-index.md +211 -0
  28. package/library/requirements/completed/prd-010-gemini-cli-integration/qa/.gitkeep +0 -0
  29. package/library/requirements/completed/prd-011-claude-desktop-integration/prd-011-claude-desktop-integration-index.md +228 -0
  30. package/library/requirements/completed/prd-012-server-gateway/prd-012-server-gateway-index.md +356 -0
  31. package/library/requirements/completed/prd-012-server-gateway/qa/.gitkeep +0 -0
  32. package/library/requirements/in-work/README.md +19 -19
  33. package/library/requirements/reports/README.md +31 -31
  34. package/package.json +1 -1
@@ -1,31 +1,31 @@
1
- ---
2
- ai_description: |
3
- Contains routine code-scan, QA, and security reports NOT tied to any
4
- specific PRD or IRD. Naming: <YYYY-MM-DD>-<type>-report.md.
5
- Authored by quality-guardian or security-guardian.
6
- Do NOT put per-PRD QA reports here — those go in prd-<###>-<slug>/qa/.
7
- Do NOT put IRD QA reports here — those go in ird-<###>-<slug>/qa/.
8
- human_description: |
9
- Routine scan and audit reports not tied to a specific PRD or IRD.
10
- Examples: weekly security scans, periodic QA sweeps, dependency audits.
11
- Naming: 2026-05-23-security-scan.md, 2026-06-01-qa-sweep.md.
12
- Per-PRD QA reports live inside the PRD folder's qa/ subfolder instead.
13
- ---
14
-
15
- # Requirements — Reports
16
-
17
- Routine code-scan and audit reports not tied to any specific PRD.
18
-
19
- ## Naming
20
-
21
- `<YYYY-MM-DD>-<type>-report.md`
22
-
23
- Examples:
24
- - `2026-05-23-security-scan.md`
25
- - `2026-06-01-qa-sweep.md`
26
- - `2026-06-15-dependency-audit.md`
27
-
28
- ## What does NOT belong here
29
-
30
- - QA reports for a specific PRD → `requirements/backlog/prd-<###>-<slug>/qa/`
31
- - QA reports for a specific IRD → `issues/backlog/ird-<###>-<slug>/qa/`
1
+ ---
2
+ ai_description: |
3
+ Contains routine code-scan, QA, and security reports NOT tied to any
4
+ specific PRD or IRD. Naming: <YYYY-MM-DD>-<type>-report.md.
5
+ Authored by quality-guardian or security-guardian.
6
+ Do NOT put per-PRD QA reports here — those go in prd-<###>-<slug>/qa/.
7
+ Do NOT put IRD QA reports here — those go in ird-<###>-<slug>/qa/.
8
+ human_description: |
9
+ Routine scan and audit reports not tied to a specific PRD or IRD.
10
+ Examples: weekly security scans, periodic QA sweeps, dependency audits.
11
+ Naming: 2026-05-23-security-scan.md, 2026-06-01-qa-sweep.md.
12
+ Per-PRD QA reports live inside the PRD folder's qa/ subfolder instead.
13
+ ---
14
+
15
+ # Requirements — Reports
16
+
17
+ Routine code-scan and audit reports not tied to any specific PRD.
18
+
19
+ ## Naming
20
+
21
+ `<YYYY-MM-DD>-<type>-report.md`
22
+
23
+ Examples:
24
+ - `2026-05-23-security-scan.md`
25
+ - `2026-06-01-qa-sweep.md`
26
+ - `2026-06-15-dependency-audit.md`
27
+
28
+ ## What does NOT belong here
29
+
30
+ - QA reports for a specific PRD → `requirements/backlog/prd-<###>-<slug>/qa/`
31
+ - QA reports for a specific IRD → `issues/backlog/ird-<###>-<slug>/qa/`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legioncodeinc/rflectr",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },