logseq-matryca-parser 1.2.1__tar.gz → 1.2.2__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.
Files changed (94) hide show
  1. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/CHANGELOG.md +11 -0
  2. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/CONTRIBUTING.md +2 -1
  3. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/PKG-INFO +17 -6
  4. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/README.md +16 -5
  5. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/SECURITY.md +1 -1
  6. logseq_matryca_parser-1.2.2/docs/CODEQL.md +31 -0
  7. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/logseq_ast_primer.md +1 -1
  8. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/pyproject.toml +1 -1
  9. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/__init__.py +1 -1
  10. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/uv.lock +1 -1
  11. logseq_matryca_parser-1.2.1/.github/workflows/codeql.yml +0 -37
  12. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.cursorignore +0 -0
  13. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/CODEOWNERS +0 -0
  14. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/FUNDING.yml +0 -0
  15. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  16. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  17. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  18. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  19. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/dependabot.yml +0 -0
  20. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/ci.yml +0 -0
  21. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/daily-metrics.yml +0 -0
  22. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/github_release.yml +0 -0
  23. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/pypi_publish.yml +0 -0
  24. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.gitignore +0 -0
  25. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.pre-commit-config.yaml +0 -0
  26. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.repomixignore +0 -0
  27. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/CODE_OF_CONDUCT.md +0 -0
  28. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/LICENSE +0 -0
  29. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/Makefile +0 -0
  30. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/NOTICE +0 -0
  31. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/claude-skill-logseq-read/SKILL.md +0 -0
  32. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/claude-skill-logseq-read/scripts/parse_logseq.py +0 -0
  33. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/ARCHITECTURE.md +0 -0
  34. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/RELEASE_PROCESS.md +0 -0
  35. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/ARCHITECTURE_BLUEPRINT.md +0 -0
  36. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/CODE_SCAFFOLD.md +0 -0
  37. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/LOGSEQ_ASSET_RESOLUTION_SPEC.md +0 -0
  38. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/LOGSEQ_DATASCRIPT_MAPPING.md +0 -0
  39. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/LOGSEQ_TEMPORAL_ONTOLOGY.md +0 -0
  40. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/OFFICIAL_MLDOC_SPECS.md +0 -0
  41. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/REFERENCE_SPEC.md +0 -0
  42. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/error_log.md +0 -0
  43. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_AGENT_NATIVE_XRAY.md +0 -0
  44. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_CLI_HYDRATION_AND_ENRICHMENT.md +0 -0
  45. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_CONTEXT_SYNTHESIS_AND_SCOPING.md +0 -0
  46. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_EMBED_EXPANSION_AND_FLUENT_QUERIES.md +0 -0
  47. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_GRAPH_RAG_SEMANTICS.md +0 -0
  48. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_HEADLESS_WRITER.md +0 -0
  49. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_INCREMENTAL_WATCHER.md +0 -0
  50. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_INLINE_SHIELD_AND_NAMESPACES.md +0 -0
  51. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_OBSIDIAN_ADAPTER.md +0 -0
  52. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_ROBUSTNESS_AND_SOFT_BREAKS.md +0 -0
  53. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_TOML_FIX_AND_PYPI_DISTRIBUTION.md +0 -0
  54. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_UUID_AND_GRAPH_SUPERPOWERS.md +0 -0
  55. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/examples/demo_logseq_journal.md +0 -0
  56. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/examples/run_demo.py +0 -0
  57. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/legacy/local_digestor.py +0 -0
  58. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/bindings/utils.js +0 -0
  59. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/tom-select/tom-select.complete.min.js +0 -0
  60. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/tom-select/tom-select.css +0 -0
  61. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/vis-9.1.2/vis-network.css +0 -0
  62. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/vis-9.1.2/vis-network.min.js +0 -0
  63. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/metrics/history.json +0 -0
  64. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/repomix-output-parser.xml +0 -0
  65. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/scripts/debug_pre_release.py +0 -0
  66. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/scripts/extract_changelog.py +0 -0
  67. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/.gitignore +0 -0
  68. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/NOTICE +0 -0
  69. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/__main__.py +0 -0
  70. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/agent_press.py +0 -0
  71. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/agent_writer.py +0 -0
  72. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/exceptions.py +0 -0
  73. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/forge.py +0 -0
  74. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/graph.py +0 -0
  75. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/kinetic.py +0 -0
  76. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/lens.py +0 -0
  77. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logos_core.py +0 -0
  78. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logos_parser.py +0 -0
  79. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logseq_markdown.py +0 -0
  80. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logseq_paths.py +0 -0
  81. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/pyproject.toml +0 -0
  82. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/synapse.py +0 -0
  83. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_agent_press.py +0 -0
  84. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_agent_writer.py +0 -0
  85. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_forge.py +0 -0
  86. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_graph.py +0 -0
  87. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_kinetic.py +0 -0
  88. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_lens.py +0 -0
  89. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_logos_parser.py +0 -0
  90. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_logseq_markdown.py +0 -0
  91. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_logseq_paths.py +0 -0
  92. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_package_version.py +0 -0
  93. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_pre_release_roundtrip.py +0 -0
  94. {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_synapse.py +0 -0
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.2] - 2026-06-18
11
+
12
+ ### Fixed
13
+
14
+ - **CodeQL CI conflict** — removed `.github/workflows/codeql.yml`; SAST runs via GitHub **CodeQL default setup** only (advanced workflow + default setup cannot coexist). See [`docs/CODEQL.md`](docs/CODEQL.md).
15
+
16
+ ### Changed
17
+
18
+ - **README** — CodeQL references updated to default setup; link to `docs/CODEQL.md`.
19
+ - **Documentation** — `docs/CODEQL.md` added; CONTRIBUTING and SECURITY updated for **1.2.2**.
20
+
10
21
  ## [1.2.1] - 2026-06-18
11
22
 
12
23
  ### Added
@@ -15,8 +15,9 @@ User-facing behavior is documented in:
15
15
  - [`README.md`](README.md) — overview, quickstart, and feature matrix
16
16
  - [`docs/ARCHITECTURE.md`](docs/ARCHITECTURE.md) — LOGOS, SYNAPSE, `LogseqGraph`, agents, and data flow
17
17
  - [`docs/logseq_ast_primer.md`](docs/logseq_ast_primer.md) — Logseq Spatial Markdown domain rules
18
- - [`CHANGELOG.md`](CHANGELOG.md) — shipped releases (current: **1.2.1**) and **Unreleased** changes (Keep a Changelog)
18
+ - [`CHANGELOG.md`](CHANGELOG.md) — shipped releases (current: **1.2.2**) and **Unreleased** changes (Keep a Changelog)
19
19
  - [`docs/RELEASE_PROCESS.md`](docs/RELEASE_PROCESS.md) — version bump, tag, and PyPI publish checklist
20
+ - [`docs/CODEQL.md`](docs/CODEQL.md) — CodeQL default setup (no custom `codeql.yml`)
20
21
 
21
22
  When you add or change observable parser or graph behavior, update the relevant doc sections and add a bullet under **`## [Unreleased]`** in `CHANGELOG.md` (see [`.cursor/rules/05-auto-changelog.mdc`](.cursor/rules/05-auto-changelog.mdc)).
22
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: logseq-matryca-parser
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: The Logos Protocol: Deterministic Logseq AST parsing for Matryca.ai.
5
5
  Project-URL: Homepage, https://github.com/MarcoPorcellato/logseq-matryca-parser
6
6
  Project-URL: Repository, https://github.com/MarcoPorcellato/logseq-matryca-parser
@@ -53,7 +53,7 @@ Description-Content-Type: text/markdown
53
53
  [![Status: Stable](https://img.shields.io/badge/Status-Stable-22c55e.svg?style=flat-square)](#)
54
54
  ![Origin: Matryca.ai](https://img.shields.io/badge/Origin-Matryca.ai-gold?style=for-the-badge)
55
55
 
56
- **v1.2.1** — OSS hardening & Python **3.12 | 3.13** CI matrix (see [CHANGELOG](CHANGELOG.md)) — **234 tests**, 80% coverage gate, CodeQL SAST, `uv`-aligned toolchain, GitHub Community Standards, and PyPI pre-flight quality checks.
56
+ **v1.2.2** — CodeQL CI fix & docs (see [CHANGELOG](CHANGELOG.md)) — **234 tests**, no parser API changes; SAST via GitHub CodeQL **default setup** ([`docs/CODEQL.md`](docs/CODEQL.md)).
57
57
 
58
58
  > *Turning a forest of local plain-text files into a unified semantic powerhouse.*
59
59
 
@@ -63,7 +63,7 @@ Description-Content-Type: text/markdown
63
63
 
64
64
  [👉 **TRY THE LIVE INTERACTIVE DEMO**](https://MarcoPorcellato.github.io/logseq-matryca-parser/)
65
65
 
66
- [📘 **ARCHITECTURE**](docs/ARCHITECTURE.md) · [AST Primer](docs/logseq_ast_primer.md) · [Changelog](CHANGELOG.md) · [Release process](docs/RELEASE_PROCESS.md)
66
+ [📘 **ARCHITECTURE**](docs/ARCHITECTURE.md) · [AST Primer](docs/logseq_ast_primer.md) · [CodeQL](docs/CODEQL.md) · [Changelog](CHANGELOG.md) · [Release process](docs/RELEASE_PROCESS.md)
67
67
 
68
68
  </div>
69
69
 
@@ -147,6 +147,17 @@ Logseq Matryca Parser is a deterministic **Stack-Machine engine** that acts as t
147
147
 
148
148
  ---
149
149
 
150
+ ## ⚡ Release highlights (v1.2.2)
151
+
152
+ Patch release — fixes a failing CodeQL GitHub Actions workflow; **no parser or public API changes**.
153
+
154
+ | Area | Change |
155
+ | :--- | :--- |
156
+ | **CodeQL** | Removed duplicate `.github/workflows/codeql.yml`; scanning continues via GitHub **default setup** (Node 24 runners). |
157
+ | **Docs** | New [`docs/CODEQL.md`](docs/CODEQL.md) explains default vs advanced setup and troubleshooting. |
158
+
159
+ ---
160
+
150
161
  ## ⚡ Release highlights (v1.2.1)
151
162
 
152
163
  Infrastructure and contributor experience — no parser API breaks.
@@ -155,11 +166,11 @@ Infrastructure and contributor experience — no parser API breaks.
155
166
  | :--- | :--- |
156
167
  | **Python matrix** | CI and PyPI pre-flight test **3.12** and **3.13**; PyPI classifier for 3.13. |
157
168
  | **Quality gates** | `make all` parity in GitHub Actions (`uv sync --all-extras` → lint, mypy, pytest with **≥80%** coverage). |
158
- | **Security** | CodeQL SAST, `pip-audit` on production deps, expanded `SECURITY.md`, PyPI publish blocked until pre-flight passes. |
169
+ | **Security** | GitHub CodeQL default setup (SAST), `pip-audit` on production deps, expanded `SECURITY.md`, PyPI publish blocked until pre-flight passes. |
159
170
  | **Community** | `CODE_OF_CONDUCT.md`, `CODEOWNERS`, issue-template config, CONTRIBUTING with `uv` workflow. |
160
171
  | **Docs** | Root `ROADMAP_*.md` consolidated under [`docs/roadmaps/`](docs/roadmaps/). |
161
172
 
162
- Contributor setup: [`CONTRIBUTING.md`](CONTRIBUTING.md) · Security: [`SECURITY.md`](SECURITY.md)
173
+ Contributor setup: [`CONTRIBUTING.md`](CONTRIBUTING.md) · Security: [`SECURITY.md`](SECURITY.md) · CodeQL: [`docs/CODEQL.md`](docs/CODEQL.md)
163
174
 
164
175
  ---
165
176
 
@@ -304,7 +315,7 @@ Marker syntax (`[#A]`, `SCHEDULED: <...>`, `DEADLINE: <...>`) is stripped from `
304
315
  ## 🛠️ Quickstart
305
316
 
306
317
  ```bash
307
- # Install from PyPI (latest: v1.2.1)
318
+ # Install from PyPI (latest: v1.2.2)
308
319
  pip install logseq-matryca-parser
309
320
 
310
321
  # Optional: filesystem watcher for live incremental graph updates
@@ -12,7 +12,7 @@
12
12
  [![Status: Stable](https://img.shields.io/badge/Status-Stable-22c55e.svg?style=flat-square)](#)
13
13
  ![Origin: Matryca.ai](https://img.shields.io/badge/Origin-Matryca.ai-gold?style=for-the-badge)
14
14
 
15
- **v1.2.1** — OSS hardening & Python **3.12 | 3.13** CI matrix (see [CHANGELOG](CHANGELOG.md)) — **234 tests**, 80% coverage gate, CodeQL SAST, `uv`-aligned toolchain, GitHub Community Standards, and PyPI pre-flight quality checks.
15
+ **v1.2.2** — CodeQL CI fix & docs (see [CHANGELOG](CHANGELOG.md)) — **234 tests**, no parser API changes; SAST via GitHub CodeQL **default setup** ([`docs/CODEQL.md`](docs/CODEQL.md)).
16
16
 
17
17
  > *Turning a forest of local plain-text files into a unified semantic powerhouse.*
18
18
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  [👉 **TRY THE LIVE INTERACTIVE DEMO**](https://MarcoPorcellato.github.io/logseq-matryca-parser/)
24
24
 
25
- [📘 **ARCHITECTURE**](docs/ARCHITECTURE.md) · [AST Primer](docs/logseq_ast_primer.md) · [Changelog](CHANGELOG.md) · [Release process](docs/RELEASE_PROCESS.md)
25
+ [📘 **ARCHITECTURE**](docs/ARCHITECTURE.md) · [AST Primer](docs/logseq_ast_primer.md) · [CodeQL](docs/CODEQL.md) · [Changelog](CHANGELOG.md) · [Release process](docs/RELEASE_PROCESS.md)
26
26
 
27
27
  </div>
28
28
 
@@ -106,6 +106,17 @@ Logseq Matryca Parser is a deterministic **Stack-Machine engine** that acts as t
106
106
 
107
107
  ---
108
108
 
109
+ ## ⚡ Release highlights (v1.2.2)
110
+
111
+ Patch release — fixes a failing CodeQL GitHub Actions workflow; **no parser or public API changes**.
112
+
113
+ | Area | Change |
114
+ | :--- | :--- |
115
+ | **CodeQL** | Removed duplicate `.github/workflows/codeql.yml`; scanning continues via GitHub **default setup** (Node 24 runners). |
116
+ | **Docs** | New [`docs/CODEQL.md`](docs/CODEQL.md) explains default vs advanced setup and troubleshooting. |
117
+
118
+ ---
119
+
109
120
  ## ⚡ Release highlights (v1.2.1)
110
121
 
111
122
  Infrastructure and contributor experience — no parser API breaks.
@@ -114,11 +125,11 @@ Infrastructure and contributor experience — no parser API breaks.
114
125
  | :--- | :--- |
115
126
  | **Python matrix** | CI and PyPI pre-flight test **3.12** and **3.13**; PyPI classifier for 3.13. |
116
127
  | **Quality gates** | `make all` parity in GitHub Actions (`uv sync --all-extras` → lint, mypy, pytest with **≥80%** coverage). |
117
- | **Security** | CodeQL SAST, `pip-audit` on production deps, expanded `SECURITY.md`, PyPI publish blocked until pre-flight passes. |
128
+ | **Security** | GitHub CodeQL default setup (SAST), `pip-audit` on production deps, expanded `SECURITY.md`, PyPI publish blocked until pre-flight passes. |
118
129
  | **Community** | `CODE_OF_CONDUCT.md`, `CODEOWNERS`, issue-template config, CONTRIBUTING with `uv` workflow. |
119
130
  | **Docs** | Root `ROADMAP_*.md` consolidated under [`docs/roadmaps/`](docs/roadmaps/). |
120
131
 
121
- Contributor setup: [`CONTRIBUTING.md`](CONTRIBUTING.md) · Security: [`SECURITY.md`](SECURITY.md)
132
+ Contributor setup: [`CONTRIBUTING.md`](CONTRIBUTING.md) · Security: [`SECURITY.md`](SECURITY.md) · CodeQL: [`docs/CODEQL.md`](docs/CODEQL.md)
122
133
 
123
134
  ---
124
135
 
@@ -263,7 +274,7 @@ Marker syntax (`[#A]`, `SCHEDULED: <...>`, `DEADLINE: <...>`) is stripped from `
263
274
  ## 🛠️ Quickstart
264
275
 
265
276
  ```bash
266
- # Install from PyPI (latest: v1.2.1)
277
+ # Install from PyPI (latest: v1.2.2)
267
278
  pip install logseq-matryca-parser
268
279
 
269
280
  # Optional: filesystem watcher for live incremental graph updates
@@ -6,7 +6,7 @@ Security fixes are provided **only for the latest released version** on [PyPI](h
6
6
 
7
7
  | Version | Supported |
8
8
  | ------- | --------- |
9
- | **1.2.1** (latest) | Yes |
9
+ | **1.2.2** (latest) | Yes |
10
10
  | Older releases | No |
11
11
 
12
12
  We recommend always running the current release and upgrading promptly when a security advisory is published.
@@ -0,0 +1,31 @@
1
+ # CodeQL code scanning
2
+
3
+ **Logseq Matryca Parser** (v1.2.2+) uses **GitHub CodeQL default setup** for static analysis (SAST) on Python.
4
+
5
+ ## Why there is no `codeql.yml` workflow
6
+
7
+ GitHub does not allow **default setup** and a custom **advanced** CodeQL workflow at the same time. Uploading SARIF from `.github/workflows/codeql.yml` fails with:
8
+
9
+ > CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
10
+
11
+ Default setup is the recommended path for this repository: GitHub maintains the analysis configuration, runs on current runner images (Node 24+), and scans Python without duplicating CI.
12
+
13
+ ## Where to see results
14
+
15
+ - **Security → Code scanning** on the repository
16
+ - [CodeQL status page](https://github.com/MarcoPorcellato/logseq-matryca-parser/security/code-scanning/tools/CodeQL/status/) for coverage and run history
17
+
18
+ ## Switching to an advanced workflow (optional)
19
+
20
+ Only if you need a custom `codeql.yml` (extra queries, manual build steps, etc.):
21
+
22
+ 1. **Settings → Advanced Security → Code scanning**
23
+ 2. Next to **CodeQL analysis**, open the menu and choose **Disable CodeQL** (disables default setup)
24
+ 3. Add or restore `.github/workflows/codeql.yml` using [github/codeql-action](https://github.com/github/codeql-action) **v4** or newer
25
+
26
+ Do not re-enable default setup while an advanced workflow is active.
27
+
28
+ ## Related
29
+
30
+ - [`SECURITY.md`](../SECURITY.md) — vulnerability reporting
31
+ - [Troubleshooting: default setup enabled](https://docs.github.com/en/code-security/reference/code-scanning/sarif-files/troubleshoot-sarif-uploads/default-setup-enabled)
@@ -214,4 +214,4 @@ If you feed Logseq Markdown into `RecursiveCharacterTextSplitter` (LangChain) or
214
214
 
215
215
  The **Logos Protocol** solves this by walking the AST deterministically, isolating properties, shielding dead-zone literals, and using the `SYNAPSE` adapter to export native LangChain `Document` or LlamaIndex `TextNode` objects. Every generated object retains its exact hierarchical lineage in the metadata, feeding your local LLM perfectly structured data.
216
216
 
217
- For vault-wide navigation (aliases, backlinks, namespace shadowing, assets), load the graph with **`LogseqGraph`** — see the [README](../README.md) and [CHANGELOG](../CHANGELOG.md) (graph parity from **v1.2.0**; latest **v1.2.1** adds CI/OSS hardening and Python 3.13 support).
217
+ For vault-wide navigation (aliases, backlinks, namespace shadowing, assets), load the graph with **`LogseqGraph`** — see the [README](../README.md) and [CHANGELOG](../CHANGELOG.md) (graph parity from **v1.2.0**; **v1.2.1** adds CI/OSS hardening; **v1.2.2** fixes CodeQL CI and documents default setup).
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "logseq-matryca-parser"
7
- version = "1.2.1"
7
+ version = "1.2.2"
8
8
  description = "The Logos Protocol: Deterministic Logseq AST parsing for Matryca.ai."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
 
5
5
  import sys
6
6
 
7
- __version__ = "1.2.1"
7
+ __version__ = "1.2.2"
8
8
 
9
9
  from .agent_writer import LogseqConfigReader, logseq_agent_write
10
10
  from .exceptions import BlockReferenceError, LogseqIndentationError, LogseqParserError
@@ -1048,7 +1048,7 @@ wheels = [
1048
1048
 
1049
1049
  [[package]]
1050
1050
  name = "logseq-matryca-parser"
1051
- version = "1.2.1"
1051
+ version = "1.2.2"
1052
1052
  source = { editable = "." }
1053
1053
  dependencies = [
1054
1054
  { name = "pydantic" },
@@ -1,37 +0,0 @@
1
- name: CodeQL
2
-
3
- on:
4
- push:
5
- branches: [ "main" ]
6
- pull_request:
7
- branches: [ "main" ]
8
-
9
- jobs:
10
- analyze:
11
- name: Analyze
12
- runs-on: ubuntu-latest
13
- permissions:
14
- security-events: write
15
- packages: read
16
- actions: read
17
- contents: read
18
-
19
- strategy:
20
- fail-fast: false
21
- matrix:
22
- language: [ "python" ]
23
-
24
- steps:
25
- - name: Checkout repository
26
- uses: actions/checkout@v6
27
-
28
- - name: Initialize CodeQL
29
- uses: github/codeql-action/init@v3
30
- with:
31
- languages: ${{ matrix.language }}
32
-
33
- - name: Autobuild
34
- uses: github/codeql-action/autobuild@v3
35
-
36
- - name: Perform CodeQL Analysis
37
- uses: github/codeql-action/analyze@v3