logseq-matryca-parser 1.3.0__tar.gz → 1.3.1__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 (93) hide show
  1. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/CHANGELOG.md +6 -0
  2. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/CONTRIBUTING.md +1 -1
  3. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/PKG-INFO +14 -3
  4. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/README.md +13 -2
  5. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/SECURITY.md +1 -1
  6. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/claude-skill-logseq-read/SKILL.md +1 -1
  7. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/CODEQL.md +1 -1
  8. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/examples/run_demo.py +1 -1
  9. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/pyproject.toml +1 -1
  10. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/__init__.py +1 -1
  11. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/uv.lock +1 -1
  12. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.cursorignore +0 -0
  13. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/CODEOWNERS +0 -0
  14. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/FUNDING.yml +0 -0
  15. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  16. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  17. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  18. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  19. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/dependabot.yml +0 -0
  20. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/workflows/ci.yml +0 -0
  21. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/workflows/daily-metrics.yml +0 -0
  22. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/workflows/github_release.yml +0 -0
  23. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.github/workflows/pypi_publish.yml +0 -0
  24. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.gitignore +0 -0
  25. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.pre-commit-config.yaml +0 -0
  26. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/.repomixignore +0 -0
  27. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/CODE_OF_CONDUCT.md +0 -0
  28. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/LICENSE +0 -0
  29. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/Makefile +0 -0
  30. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/NOTICE +0 -0
  31. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/claude-skill-logseq-read/scripts/parse_logseq.py +0 -0
  32. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/ARCHITECTURE.md +0 -0
  33. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/RELEASE_PROCESS.md +0 -0
  34. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/design-docs/ARCHITECTURE_BLUEPRINT.md +0 -0
  35. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/design-docs/CODE_SCAFFOLD.md +0 -0
  36. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/design-docs/LOGSEQ_ASSET_RESOLUTION_SPEC.md +0 -0
  37. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/design-docs/LOGSEQ_DATASCRIPT_MAPPING.md +0 -0
  38. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/design-docs/LOGSEQ_TEMPORAL_ONTOLOGY.md +0 -0
  39. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/design-docs/OFFICIAL_MLDOC_SPECS.md +0 -0
  40. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/design-docs/REFERENCE_SPEC.md +0 -0
  41. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/error_log.md +0 -0
  42. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/logseq_ast_primer.md +0 -0
  43. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_AGENT_NATIVE_XRAY.md +0 -0
  44. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_CLI_HYDRATION_AND_ENRICHMENT.md +0 -0
  45. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_CONTEXT_SYNTHESIS_AND_SCOPING.md +0 -0
  46. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_EMBED_EXPANSION_AND_FLUENT_QUERIES.md +0 -0
  47. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_GRAPH_RAG_SEMANTICS.md +0 -0
  48. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_HEADLESS_WRITER.md +0 -0
  49. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_INCREMENTAL_WATCHER.md +0 -0
  50. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_INLINE_SHIELD_AND_NAMESPACES.md +0 -0
  51. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_OBSIDIAN_ADAPTER.md +0 -0
  52. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_ROBUSTNESS_AND_SOFT_BREAKS.md +0 -0
  53. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_TOML_FIX_AND_PYPI_DISTRIBUTION.md +0 -0
  54. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/docs/roadmaps/ROADMAP_UUID_AND_GRAPH_SUPERPOWERS.md +0 -0
  55. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/examples/demo_logseq_journal.md +0 -0
  56. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/legacy/local_digestor.py +0 -0
  57. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/lib/bindings/utils.js +0 -0
  58. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/lib/tom-select/tom-select.complete.min.js +0 -0
  59. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/lib/tom-select/tom-select.css +0 -0
  60. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/lib/vis-9.1.2/vis-network.css +0 -0
  61. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/lib/vis-9.1.2/vis-network.min.js +0 -0
  62. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/metrics/history.json +0 -0
  63. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/repomix-output-parser.xml +0 -0
  64. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/scripts/debug_pre_release.py +0 -0
  65. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/scripts/extract_changelog.py +0 -0
  66. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/.gitignore +0 -0
  67. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/NOTICE +0 -0
  68. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/__main__.py +0 -0
  69. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/agent_press.py +0 -0
  70. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/agent_writer.py +0 -0
  71. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/exceptions.py +0 -0
  72. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/forge.py +0 -0
  73. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/graph.py +0 -0
  74. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/kinetic.py +0 -0
  75. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/lens.py +0 -0
  76. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/logos_core.py +0 -0
  77. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/logos_parser.py +0 -0
  78. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/logseq_markdown.py +0 -0
  79. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/logseq_paths.py +0 -0
  80. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/pyproject.toml +0 -0
  81. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/src/logseq_matryca_parser/synapse.py +0 -0
  82. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_agent_press.py +0 -0
  83. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_agent_writer.py +0 -0
  84. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_forge.py +0 -0
  85. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_graph.py +0 -0
  86. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_kinetic.py +0 -0
  87. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_lens.py +0 -0
  88. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_logos_parser.py +0 -0
  89. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_logseq_markdown.py +0 -0
  90. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_logseq_paths.py +0 -0
  91. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_package_version.py +0 -0
  92. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_pre_release_roundtrip.py +0 -0
  93. {logseq_matryca_parser-1.3.0 → logseq_matryca_parser-1.3.1}/tests/test_synapse.py +0 -0
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.3.1] - 2026-06-19
11
+
12
+ ### Changed
13
+
14
+ - **Documentation** — `examples/run_demo.py` and **`claude-skill-logseq-read/SKILL.md`** recommend **`uv sync --all-extras`** / **`uv pip install`** instead of legacy **`pip install`** hints.
15
+
10
16
  ## [1.3.0] - 2026-06-19
11
17
 
12
18
  ### Changed
@@ -15,7 +15,7 @@ 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.3.0**) and **Unreleased** changes (Keep a Changelog)
18
+ - [`CHANGELOG.md`](CHANGELOG.md) — shipped releases (current: **1.3.1**) and **Unreleased** changes (Keep a Changelog)
19
19
  - [`docs/RELEASE_PROCESS.md`](docs/RELEASE_PROCESS.md) — version bump, tag, and PyPI publish checklist
20
20
  - [`docs/CODEQL.md`](docs/CODEQL.md) — CodeQL default setup (no custom `codeql.yml`)
21
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: logseq-matryca-parser
3
- Version: 1.3.0
3
+ Version: 1.3.1
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.3.0** — Architecture & runtime hardening (see [CHANGELOG](CHANGELOG.md)) — **244 tests**, public API exports, watcher debounce, `strict_refs`, LlamaIndex spatial edges; SAST via GitHub CodeQL **default setup** ([`docs/CODEQL.md`](docs/CODEQL.md)).
56
+ **v1.3.1** — Documentation patch: `uv` install hints in examples and Claude skill (see [CHANGELOG](CHANGELOG.md)) — **244 tests**, no parser or API changes.
57
57
 
58
58
  > *Turning a forest of local plain-text files into a unified semantic powerhouse.*
59
59
 
@@ -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.3.1)
151
+
152
+ Patch release — aligns example and skill install docs with the project's **`uv`** workflow. No parser or public API changes.
153
+
154
+ | Area | Change |
155
+ | :--- | :--- |
156
+ | **Examples** | `examples/run_demo.py` error hint uses **`uv sync --all-extras`**. |
157
+ | **Claude skill** | **`claude-skill-logseq-read/SKILL.md`** recommends **`uv pip install`**. |
158
+
159
+ ---
160
+
150
161
  ## ⚡ Release highlights (v1.3.0)
151
162
 
152
163
  Minor release — architectural quick wins, runtime robustness, and expanded public API. No breaking changes to default parser behavior.
@@ -332,7 +343,7 @@ Marker syntax (`[#A]`, `SCHEDULED: <...>`, `DEADLINE: <...>`) is stripped from `
332
343
  ## 🛠️ Quickstart
333
344
 
334
345
  ```bash
335
- # Install from PyPI (latest: v1.3.0)
346
+ # Install from PyPI (latest: v1.3.1)
336
347
  uv pip install logseq-matryca-parser
337
348
 
338
349
  # 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.3.0** — Architecture & runtime hardening (see [CHANGELOG](CHANGELOG.md)) — **244 tests**, public API exports, watcher debounce, `strict_refs`, LlamaIndex spatial edges; SAST via GitHub CodeQL **default setup** ([`docs/CODEQL.md`](docs/CODEQL.md)).
15
+ **v1.3.1** — Documentation patch: `uv` install hints in examples and Claude skill (see [CHANGELOG](CHANGELOG.md)) — **244 tests**, no parser or API changes.
16
16
 
17
17
  > *Turning a forest of local plain-text files into a unified semantic powerhouse.*
18
18
 
@@ -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.3.1)
110
+
111
+ Patch release — aligns example and skill install docs with the project's **`uv`** workflow. No parser or public API changes.
112
+
113
+ | Area | Change |
114
+ | :--- | :--- |
115
+ | **Examples** | `examples/run_demo.py` error hint uses **`uv sync --all-extras`**. |
116
+ | **Claude skill** | **`claude-skill-logseq-read/SKILL.md`** recommends **`uv pip install`**. |
117
+
118
+ ---
119
+
109
120
  ## ⚡ Release highlights (v1.3.0)
110
121
 
111
122
  Minor release — architectural quick wins, runtime robustness, and expanded public API. No breaking changes to default parser behavior.
@@ -291,7 +302,7 @@ Marker syntax (`[#A]`, `SCHEDULED: <...>`, `DEADLINE: <...>`) is stripped from `
291
302
  ## 🛠️ Quickstart
292
303
 
293
304
  ```bash
294
- # Install from PyPI (latest: v1.3.0)
305
+ # Install from PyPI (latest: v1.3.1)
295
306
  uv pip install logseq-matryca-parser
296
307
 
297
308
  # 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.3.0** (latest) | Yes |
9
+ | **1.3.1** (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.
@@ -79,5 +79,5 @@ Lo script installa `logseq-matryca-parser` automaticamente se mancante.
79
79
  In caso di errore di installazione, esegui manualmente:
80
80
 
81
81
  ```bash
82
- pip install logseq-matryca-parser
82
+ uv pip install logseq-matryca-parser
83
83
  ```
@@ -1,6 +1,6 @@
1
1
  # CodeQL code scanning
2
2
 
3
- **Logseq Matryca Parser** (v1.3.0+) uses **GitHub CodeQL default setup** for static analysis (SAST) on Python.
3
+ **Logseq Matryca Parser** (v1.3.1+) uses **GitHub CodeQL default setup** for static analysis (SAST) on Python.
4
4
 
5
5
  ## Why there is no `codeql.yml` workflow
6
6
 
@@ -17,7 +17,7 @@ try:
17
17
  from logseq_matryca_parser.forge import ForgeExporter
18
18
  from logseq_matryca_parser.logos_parser import LogosParser
19
19
  except ImportError as e:
20
- print(f"Errore: Assicurati di aver installato le dipendenze (pip install rich typer pydantic). {e}")
20
+ print(f"Errore: Assicurati di aver installato le dipendenze (uv sync --all-extras). {e}")
21
21
  sys.exit(1)
22
22
 
23
23
  console = Console()
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "logseq-matryca-parser"
7
- version = "1.3.0"
7
+ version = "1.3.1"
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.3.0"
7
+ __version__ = "1.3.1"
8
8
 
9
9
  from .agent_press import SessionAliasRegistry
10
10
  from .agent_writer import LogseqConfigReader, logseq_agent_write
@@ -1067,7 +1067,7 @@ wheels = [
1067
1067
 
1068
1068
  [[package]]
1069
1069
  name = "logseq-matryca-parser"
1070
- version = "1.2.2"
1070
+ version = "1.3.1"
1071
1071
  source = { editable = "." }
1072
1072
  dependencies = [
1073
1073
  { name = "pydantic" },