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.
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/CHANGELOG.md +11 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/CONTRIBUTING.md +2 -1
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/PKG-INFO +17 -6
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/README.md +16 -5
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/SECURITY.md +1 -1
- logseq_matryca_parser-1.2.2/docs/CODEQL.md +31 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/logseq_ast_primer.md +1 -1
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/pyproject.toml +1 -1
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/__init__.py +1 -1
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/uv.lock +1 -1
- logseq_matryca_parser-1.2.1/.github/workflows/codeql.yml +0 -37
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.cursorignore +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/CODEOWNERS +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/FUNDING.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/dependabot.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/ci.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/daily-metrics.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/github_release.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/pypi_publish.yml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.gitignore +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.pre-commit-config.yaml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.repomixignore +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/CODE_OF_CONDUCT.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/LICENSE +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/Makefile +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/NOTICE +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/claude-skill-logseq-read/SKILL.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/claude-skill-logseq-read/scripts/parse_logseq.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/ARCHITECTURE.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/RELEASE_PROCESS.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/ARCHITECTURE_BLUEPRINT.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/CODE_SCAFFOLD.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/LOGSEQ_ASSET_RESOLUTION_SPEC.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/LOGSEQ_DATASCRIPT_MAPPING.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/LOGSEQ_TEMPORAL_ONTOLOGY.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/OFFICIAL_MLDOC_SPECS.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/REFERENCE_SPEC.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/error_log.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_AGENT_NATIVE_XRAY.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_CLI_HYDRATION_AND_ENRICHMENT.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_CONTEXT_SYNTHESIS_AND_SCOPING.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_EMBED_EXPANSION_AND_FLUENT_QUERIES.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_GRAPH_RAG_SEMANTICS.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_HEADLESS_WRITER.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_INCREMENTAL_WATCHER.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_INLINE_SHIELD_AND_NAMESPACES.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_OBSIDIAN_ADAPTER.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_ROBUSTNESS_AND_SOFT_BREAKS.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_TOML_FIX_AND_PYPI_DISTRIBUTION.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_UUID_AND_GRAPH_SUPERPOWERS.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/examples/demo_logseq_journal.md +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/examples/run_demo.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/legacy/local_digestor.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/bindings/utils.js +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/tom-select/tom-select.complete.min.js +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/tom-select/tom-select.css +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/vis-9.1.2/vis-network.css +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/vis-9.1.2/vis-network.min.js +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/metrics/history.json +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/repomix-output-parser.xml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/scripts/debug_pre_release.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/scripts/extract_changelog.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/.gitignore +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/NOTICE +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/__main__.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/agent_press.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/agent_writer.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/exceptions.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/forge.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/graph.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/kinetic.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/lens.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logos_core.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logos_parser.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logseq_markdown.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logseq_paths.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/pyproject.toml +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/synapse.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_agent_press.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_agent_writer.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_forge.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_graph.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_kinetic.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_lens.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_logos_parser.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_logseq_markdown.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_logseq_paths.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_package_version.py +0 -0
- {logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_pre_release_roundtrip.py +0 -0
- {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.
|
|
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.
|
|
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
|
[](#)
|
|
54
54
|

|
|
55
55
|
|
|
56
|
-
**v1.2.
|
|
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.
|
|
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
|
[](#)
|
|
13
13
|

|
|
14
14
|
|
|
15
|
-
**v1.2.
|
|
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.
|
|
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.
|
|
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**;
|
|
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).
|
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/ISSUE_TEMPLATE/bug_report.yml
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/ISSUE_TEMPLATE/config.yml
RENAMED
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/PULL_REQUEST_TEMPLATE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/daily-metrics.yml
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/github_release.yml
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/.github/workflows/pypi_publish.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/claude-skill-logseq-read/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/CODE_SCAFFOLD.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/OFFICIAL_MLDOC_SPECS.md
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/design-docs/REFERENCE_SPEC.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/docs/roadmaps/ROADMAP_HEADLESS_WRITER.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/lib/vis-9.1.2/vis-network.min.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/.gitignore
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/NOTICE
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/__main__.py
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/agent_press.py
RENAMED
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/exceptions.py
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/forge.py
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/graph.py
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/kinetic.py
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/lens.py
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/logos_core.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/pyproject.toml
RENAMED
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/src/logseq_matryca_parser/synapse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{logseq_matryca_parser-1.2.1 → logseq_matryca_parser-1.2.2}/tests/test_pre_release_roundtrip.py
RENAMED
|
File without changes
|
|
File without changes
|