hermes-memlock
Re-assert standing instructions after context compaction. Pin anchors, detect drift, rehydrate before the model forgets
File Explorer
- ARCHITECTURE.md
- DESIGN.md
- optional-dispatch-patch.md
- REVERSE_AUDIT.md
- SPEC-v0.5.0.md
- __init__.py
- __main__.py
- protocol.py
- tools.py
- __init__.py
- mcp_provider.py
- mnemosyne.py
- severian.py
- __init__.py
- detection.py
- persistence.py
- store.py
- __init__.py
- __main__.py
- settings_installer.py
- __init__.py
- reverse_audit_stale.json
- conftest.py
- test_adapters.py
- test_claude_shim.py
- test_core_extraction.py
- test_flag_off.py
- test_inject_modes.py
- test_integrity.py
- test_isolation.py
- test_lifecycle.py
- test_manifest_hardening.py
- test_mcp_provider.py
- test_mcp_provider_buffered.py
- test_mcp_server.py
- test_persistence.py
- test_pin_uuid.py
- test_plugin.py
- test_registry_roundtrip.py
- test_reverse_audit.py
- test_reverse_audit_unit.py
- test_rollback.py
- test_semantic.py
- test_session_safe_sid.py
- test_setup.py
- test_update_pin.py
- .gitignore
- __init__.py
- CHANGELOG.md
- config.yaml
- LICENSE
- memlock_setup.py
- plugin.yaml
- PR_SUMMARY.md
- README.md
- SKILL.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
