omni-cortex 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl
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.
- {omni_cortex-1.0.2.dist-info → omni_cortex-1.0.3.dist-info}/METADATA +21 -2
- omni_cortex-1.0.3.dist-info/RECORD +9 -0
- omni_cortex-1.0.2.dist-info/RECORD +0 -9
- {omni_cortex-1.0.2.data → omni_cortex-1.0.3.data}/data/share/omni-cortex/hooks/post_tool_use.py +0 -0
- {omni_cortex-1.0.2.data → omni_cortex-1.0.3.data}/data/share/omni-cortex/hooks/pre_tool_use.py +0 -0
- {omni_cortex-1.0.2.data → omni_cortex-1.0.3.data}/data/share/omni-cortex/hooks/stop.py +0 -0
- {omni_cortex-1.0.2.data → omni_cortex-1.0.3.data}/data/share/omni-cortex/hooks/subagent_stop.py +0 -0
- {omni_cortex-1.0.2.dist-info → omni_cortex-1.0.3.dist-info}/WHEEL +0 -0
- {omni_cortex-1.0.2.dist-info → omni_cortex-1.0.3.dist-info}/entry_points.txt +0 -0
- {omni_cortex-1.0.2.dist-info → omni_cortex-1.0.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omni-cortex
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Universal Memory MCP for Claude Code - dual-layer activity logging and knowledge storage
|
|
5
5
|
Project-URL: Homepage, https://github.com/AllCytes/Omni-Cortex
|
|
6
6
|
Project-URL: Repository, https://github.com/AllCytes/Omni-Cortex
|
|
@@ -207,8 +207,27 @@ context_depth: 3
|
|
|
207
207
|
|
|
208
208
|
## Documentation
|
|
209
209
|
|
|
210
|
-
- [Tool Reference](docs/TOOLS.md) - Complete documentation for all
|
|
210
|
+
- [Tool Reference](docs/TOOLS.md) - Complete documentation for all 18 tools with examples
|
|
211
211
|
- [Configuration Guide](docs/CONFIGURATION.md) - Configuration options and troubleshooting
|
|
212
|
+
- **Teaching Materials** (PDF):
|
|
213
|
+
- `docs/OmniCortex_QuickStart.pdf` - 3-page quick start guide
|
|
214
|
+
- `docs/OmniCortex_FeatureComparison.pdf` - Comparison with basic memory MCPs
|
|
215
|
+
- `docs/OmniCortex_Philosophy.pdf` - Design principles and inspiration
|
|
216
|
+
- `docs/OmniCortex_CommandReference.pdf` - All tools with parameters
|
|
217
|
+
|
|
218
|
+
### Regenerating PDFs
|
|
219
|
+
|
|
220
|
+
To regenerate the teaching material PDFs:
|
|
221
|
+
|
|
222
|
+
```bash
|
|
223
|
+
# Requires reportlab
|
|
224
|
+
pip install reportlab
|
|
225
|
+
|
|
226
|
+
# Generate all 4 PDFs
|
|
227
|
+
python docs/create_pdfs.py
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
The PDFs use a light theme with blue/purple/green accents. Edit `docs/create_pdfs.py` to customize colors or content.
|
|
212
231
|
|
|
213
232
|
## Development
|
|
214
233
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
omni_cortex-1.0.3.data/data/share/omni-cortex/hooks/post_tool_use.py,sha256=zXy30KNDW6UoWP0nwq5n320r1wFa-tE6V4QuSdDzx8w,5106
|
|
2
|
+
omni_cortex-1.0.3.data/data/share/omni-cortex/hooks/pre_tool_use.py,sha256=SlvvEKsIkolDG5Y_35VezY2e7kRpbj1GiDlBW-naj2g,4900
|
|
3
|
+
omni_cortex-1.0.3.data/data/share/omni-cortex/hooks/stop.py,sha256=T1bwcmbTLj0gzjrVvFBT1zB6wff4J2YkYBAY-ZxZI5g,5336
|
|
4
|
+
omni_cortex-1.0.3.data/data/share/omni-cortex/hooks/subagent_stop.py,sha256=V9HQSFGNOfkg8ZCstPEy4h5V8BP4AbrVr8teFzN1kNk,3314
|
|
5
|
+
omni_cortex-1.0.3.dist-info/METADATA,sha256=H4cNSAWpDqGwa2ZsUTQWiFCuIhgapLLP0kstQGKGV5Q,7442
|
|
6
|
+
omni_cortex-1.0.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
7
|
+
omni_cortex-1.0.3.dist-info/entry_points.txt,sha256=eRePHG-7dXr4ZAHwI1l-GY5rgVrpa1wZPL3sYBeC5QU,99
|
|
8
|
+
omni_cortex-1.0.3.dist-info/licenses/LICENSE,sha256=oG_397owMmi-Umxp5sYocJ6RPohp9_bDNnnEu9OUphg,1072
|
|
9
|
+
omni_cortex-1.0.3.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
omni_cortex-1.0.2.data/data/share/omni-cortex/hooks/post_tool_use.py,sha256=zXy30KNDW6UoWP0nwq5n320r1wFa-tE6V4QuSdDzx8w,5106
|
|
2
|
-
omni_cortex-1.0.2.data/data/share/omni-cortex/hooks/pre_tool_use.py,sha256=SlvvEKsIkolDG5Y_35VezY2e7kRpbj1GiDlBW-naj2g,4900
|
|
3
|
-
omni_cortex-1.0.2.data/data/share/omni-cortex/hooks/stop.py,sha256=T1bwcmbTLj0gzjrVvFBT1zB6wff4J2YkYBAY-ZxZI5g,5336
|
|
4
|
-
omni_cortex-1.0.2.data/data/share/omni-cortex/hooks/subagent_stop.py,sha256=V9HQSFGNOfkg8ZCstPEy4h5V8BP4AbrVr8teFzN1kNk,3314
|
|
5
|
-
omni_cortex-1.0.2.dist-info/METADATA,sha256=nhw3UTk7ovR6har22SUPRSAi5owxLdnR5tfIr2010x8,6831
|
|
6
|
-
omni_cortex-1.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
7
|
-
omni_cortex-1.0.2.dist-info/entry_points.txt,sha256=eRePHG-7dXr4ZAHwI1l-GY5rgVrpa1wZPL3sYBeC5QU,99
|
|
8
|
-
omni_cortex-1.0.2.dist-info/licenses/LICENSE,sha256=oG_397owMmi-Umxp5sYocJ6RPohp9_bDNnnEu9OUphg,1072
|
|
9
|
-
omni_cortex-1.0.2.dist-info/RECORD,,
|
{omni_cortex-1.0.2.data → omni_cortex-1.0.3.data}/data/share/omni-cortex/hooks/post_tool_use.py
RENAMED
|
File without changes
|
{omni_cortex-1.0.2.data → omni_cortex-1.0.3.data}/data/share/omni-cortex/hooks/pre_tool_use.py
RENAMED
|
File without changes
|
|
File without changes
|
{omni_cortex-1.0.2.data → omni_cortex-1.0.3.data}/data/share/omni-cortex/hooks/subagent_stop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|