minder-cli 0.6.1__tar.gz → 0.6.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.
- {minder_cli-0.6.1 → minder_cli-0.6.2}/PKG-INFO +1 -1
- {minder_cli-0.6.1 → minder_cli-0.6.2}/pyproject.toml +1 -1
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/application/admin/use_cases.py +1 -1
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/auth/service.py +2 -1
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/registry.py +6 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/.gitignore +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/LICENSE +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/README-pypi.md +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/README.md +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/api/routers/prompts.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/application/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/application/admin/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/application/admin/dto.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/application/admin/jobs.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/auth/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/auth/context.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/auth/middleware.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/auth/principal.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/auth/rate_limiter.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/auth/rbac.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/bootstrap/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/bootstrap/agent_seeder.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/bootstrap/providers.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/bootstrap/transport.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/bootstrap/workflow_seeder.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/cache/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/cache/providers.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/chunking/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/chunking/code_splitter.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/chunking/splitter.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/cli.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/config.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/context_compactor.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/continuity.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/dev.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/embedding/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/embedding/base.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/embedding/local.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/embedding/openai.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/checkpoint.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/edges.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/executor.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/graph.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/memory_graph.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/clarification.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/evaluator.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/guard.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/llm.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/parallel_retriever.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/planning.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/reasoning.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/reflection.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/reranker.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/retriever.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/verification.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/nodes/workflow_planner.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/runtime.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/session_graph.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/state.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/graph/supervisor.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/learning/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/learning/error_learner.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/learning/pattern_extractor.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/learning/quality_optimizer.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/learning/skill_synthesizer.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/llm/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/llm/base.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/llm/factory.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/llm/llama_cpp_llm.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/llm/openai.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/model_bootstrap.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/agent.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/base.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/checkpoint.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/client.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/document.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/error.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/graph.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/history.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/job.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/prompt.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/repository.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/rule.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/session.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/skill.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/user.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/models/workflow.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/observability/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/observability/audit.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/observability/logging.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/observability/metrics.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/observability/tracing.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/commands/agent.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/commands/auth.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/commands/mcp.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/commands/sync.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/commands/update.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/main.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/utils/common.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/utils/config.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/utils/git.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/cli/utils/version.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/agents.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/api.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/context.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/dashboard.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/jobs.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/memories.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/prompts.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/routes.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/runtime.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/search.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/presentation/http/admin/skills.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/prompts/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/prompts/formatter.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/resources/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/retrieval/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/retrieval/hybrid.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/retrieval/mmr.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/retrieval/multi_hop.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/runtime.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/server.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/document.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/error.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/feedback.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/graph.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/history.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/interfaces.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/qdrant/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/qdrant/client.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/qdrant/crud.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/qdrant/graph_store.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/qdrant/operational_store.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/qdrant/vector_store.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/relational.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/repo_state.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/rule.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/store/vector.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/agents.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/auth.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/graph.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/ingest.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/memory.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/query.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/repo_scanner.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/seeds/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/seeds/default_agents.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/session.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/skills.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/tools/workflow.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/transport/__init__.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/transport/base.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/transport/sse.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/transport/stdio.py +0 -0
- {minder_cli-0.6.1 → minder_cli-0.6.2}/src/minder/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: minder-cli
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: Minder CLI is the command-line interface for the Minder self-hosted MCP platform.
|
|
5
5
|
Project-URL: Homepage, https://github.com/hiimtrung/minder
|
|
6
6
|
Project-URL: Repository, https://github.com/hiimtrung/minder
|
|
@@ -368,7 +368,7 @@ class AdminConsoleUseCases:
|
|
|
368
368
|
'http_headers = { "X-Minder-Client-Key" = "<mkc_...>" }'
|
|
369
369
|
),
|
|
370
370
|
"vscode": (
|
|
371
|
-
f'{{"servers":{{"minder":{{"type":"sse","url":"{base_url}/sse","headers":{{"X-Minder-Client-Key":"<mkc_...>"}}}}}},"inputs":[]}}'
|
|
371
|
+
f'{{"servers":{{"minder":{{"type":"sse","url":"{base_url}/sse","headers":{{"X-Minder-Client-Key":"<mkc_...>"}},"tools":["*"]}}}},"inputs":[]}}'
|
|
372
372
|
),
|
|
373
373
|
"copilot_cli": (
|
|
374
374
|
f'{{"mcpServers":{{"minder":{{"type":"sse","url":"{base_url}/sse","headers":{{"X-Minder-Client-Key":"<mkc_...>"}},"tools":["*"]}}}}}}'
|
|
@@ -25,6 +25,7 @@ from minder.auth.principal import AdminUserPrincipal, ClientPrincipal, Principal
|
|
|
25
25
|
from minder.config import MinderConfig
|
|
26
26
|
from minder.models.user import User
|
|
27
27
|
from minder.store.interfaces import ICacheProvider, IOperationalStore
|
|
28
|
+
from minder.tools.registry import DEFAULT_AGENT_TOOL_SCOPES
|
|
28
29
|
|
|
29
30
|
# ---------------------------------------------------------------------------
|
|
30
31
|
# Role hierarchy
|
|
@@ -256,7 +257,7 @@ class AuthService:
|
|
|
256
257
|
created_by_user_id=created_by_user_id,
|
|
257
258
|
owner_team=owner_team,
|
|
258
259
|
transport_modes=transport_modes or ["sse", "stdio"],
|
|
259
|
-
tool_scopes=tool_scopes
|
|
260
|
+
tool_scopes=tool_scopes if tool_scopes is not None else list(DEFAULT_AGENT_TOOL_SCOPES),
|
|
260
261
|
repo_scopes=repo_scopes or [],
|
|
261
262
|
workflow_scopes=workflow_scopes or [],
|
|
262
263
|
rate_limit_policy=rate_limit_policy or {},
|
|
@@ -324,6 +324,12 @@ ALWAYS_AVAILABLE_FOR_CLIENTS: frozenset[str] = frozenset(
|
|
|
324
324
|
tool.name for tool in ALL_TOOLS if tool.always_available
|
|
325
325
|
)
|
|
326
326
|
|
|
327
|
+
# Default tool_scopes for new agent clients — all scopeable tools.
|
|
328
|
+
# Admin-only non-scopeable tools (auth_login, auth_manage, skill_import_git) are excluded by design.
|
|
329
|
+
DEFAULT_AGENT_TOOL_SCOPES: frozenset[str] = frozenset(
|
|
330
|
+
tool.name for tool in SCOPEABLE_TOOLS
|
|
331
|
+
)
|
|
332
|
+
|
|
327
333
|
|
|
328
334
|
TOOL_USAGE_PATTERNS: dict[str, str] = {
|
|
329
335
|
# ── Session lifecycle ──────────────────────────────────────────────────────
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|