CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.py
./strataregula/__init__.py
./strataregula/kernel.py
./strataregula/py.typed
./strataregula/cli/__init__.py
./strataregula/cli/compile_command.py
./strataregula/cli/index_cli.py
./strataregula/cli/main.py
./strataregula/core/__init__.py
./strataregula/core/compatibility.py
./strataregula/core/compiler.py
./strataregula/core/config_compiler.py
./strataregula/core/pattern_expander.py
./strataregula/golden/__init__.py
./strataregula/golden/adaptive.py
./strataregula/golden/history.py
./strataregula/golden/optimized.py
./strataregula/hierarchy/__init__.py
./strataregula/hierarchy/commands.py
./strataregula/hierarchy/merger.py
./strataregula/hierarchy/processor.py
./strataregula/index/__init__.py
./strataregula/index/base.py
./strataregula/index/content_search.py
./strataregula/index/loader.py
./strataregula/index/providers/fastindex.py
./strataregula/json_processor/__init__.py
./strataregula/json_processor/commands.py
./strataregula/json_processor/converter.py
./strataregula/json_processor/jsonpath.py
./strataregula/json_processor/validator.py
./strataregula/legacy/__init__.py
./strataregula/passes/__init__.py
./strataregula/passes/intern.py
./strataregula/plugins/__init__.py
./strataregula/plugins/config.py
./strataregula/plugins/error_handling.py
./strataregula/plugins/loader.py
./strataregula/plugins/manager.py
./strataregula/plugins/samples.py
./strataregula/protocols/websocket.py
./strataregula/stream/__init__.py
./strataregula/stream/chunker.py
./strataregula/stream/processor.py
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/ISSUE_TEMPLATE/mvp-task.md
.github/workflows/benchmark.yml
.github/workflows/claude.yml
.github/workflows/docs.yml
.github/workflows/golden-metrics.yml
.github/workflows/pypi-publish.yml
.github/workflows/quality-checks.yml
.github/workflows/security.yml
.github/workflows/test.yml
docs/GOLDEN_METRICS_GUARD.md
docs/MIGRATION_v0.2_to_v0.3.md
docs/PROJECT_CLEANUP.md
docs/index.md
docs/api-reference/API_REFERENCE.md
docs/api-reference/README.md
docs/developer-guide/PLUGIN_QUICKSTART.md
docs/developer-guide/README.md
docs/examples/examples.md
docs/getting-started/README.md
docs/getting-started/installation.md
docs/hash/HASH_ALGORITHM_PACKAGING_PATTERNS.md
docs/hash/MODERN_HASH_ARCHITECTURE_CRITIQUE.md
docs/hash/README.md
docs/history/STRATAREGULA_VISION.md
docs/history/PROJECT_LOGS/2025-08-29-conversation-log.md
docs/migration/MIGRATION_GUIDE.md
docs/migration/MIGRATION_GUIDE_BACKUP.md
docs/migration/README.md
docs/releases/STRATAREGULA_v0.3.0.md
docs/tutorials/README.md
docs/user-guide/CLI_REFERENCE.md
docs/user-guide/README.md
examples/hierarchy_test.py
examples/micro_patterns.py
examples/sample_prefectures.yaml
examples/sample_traffic.yaml
examples/patterns/advanced_patterns.py
examples/patterns/micro_patterns.py
strataregula/__init__.py
strataregula/kernel.py
strataregula/py.typed
strataregula.egg-info/PKG-INFO
strataregula.egg-info/SOURCES.txt
strataregula.egg-info/dependency_links.txt
strataregula.egg-info/entry_points.txt
strataregula.egg-info/requires.txt
strataregula.egg-info/top_level.txt
strataregula/cli/__init__.py
strataregula/cli/compile_command.py
strataregula/cli/index_cli.py
strataregula/cli/main.py
strataregula/core/__init__.py
strataregula/core/compatibility.py
strataregula/core/compiler.py
strataregula/core/config_compiler.py
strataregula/core/pattern_expander.py
strataregula/golden/__init__.py
strataregula/golden/adaptive.py
strataregula/golden/history.py
strataregula/golden/optimized.py
strataregula/hierarchy/__init__.py
strataregula/hierarchy/commands.py
strataregula/hierarchy/merger.py
strataregula/hierarchy/processor.py
strataregula/index/__init__.py
strataregula/index/base.py
strataregula/index/content_search.py
strataregula/index/loader.py
strataregula/index/providers/fastindex.py
strataregula/json_processor/__init__.py
strataregula/json_processor/commands.py
strataregula/json_processor/converter.py
strataregula/json_processor/jsonpath.py
strataregula/json_processor/validator.py
strataregula/legacy/__init__.py
strataregula/passes/__init__.py
strataregula/passes/intern.py
strataregula/plugins/__init__.py
strataregula/plugins/config.py
strataregula/plugins/error_handling.py
strataregula/plugins/loader.py
strataregula/plugins/manager.py
strataregula/plugins/samples.py
strataregula/protocols/websocket.py
strataregula/stream/__init__.py
strataregula/stream/chunker.py
strataregula/stream/processor.py