saeeol 1.1.1 → 1.2.0
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.
- package/package.json +1 -1
- package/script/build.ts +1 -1
- package/src/addons/addon-analytics.ts +1 -1
- package/src/cli/cmd/tui/routes/session/suggest.tsx +1 -1
- package/src/cli/logo.ts +1 -1
- package/src/cli/ui.ts +1 -1
- package/src/config/config-loader.ts +1 -1
- package/src/config/config-schema.ts +1 -1
- package/src/config/config.ts +1 -1
- package/src/config/markdown.ts +1 -1
- package/src/index.ts +2 -2
- package/src/lsp/lsp.ts +1 -1
- package/src/lsp/server-web.ts +1 -1
- package/src/mcp/oauth-callback.ts +1 -1
- package/src/{saeeol → overlay}/encoding.ts +1 -1
- package/src/{saeeol → overlay}/text-stream.ts +1 -1
- package/src/{saeeol → overlay}/tool/encoded-io.ts +1 -1
- package/src/patch/patch-apply.ts +1 -1
- package/src/patch/patch-parse.ts +1 -1
- package/src/session/system.ts +4 -4
- package/src/skill/index.ts +1 -1
- package/src/suggestion/index.ts +1 -1
- package/src/tool/apply_patch.ts +2 -2
- package/src/tool/edit.ts +2 -2
- package/src/tool/read.ts +2 -2
- package/src/tool/recall.ts +1 -1
- package/src/tool/registry.ts +2 -2
- package/src/tool/suggest.ts +1 -1
- package/src/tool/task.ts +3 -3
- package/src/tool/todo.ts +1 -1
- package/src/tool/write.ts +2 -2
- package/test/lsp/index.test.ts +1 -1
- package/test/saeeol/agent-manager-tool.test.ts +1 -1
- package/test/saeeol/ask-agent-permissions.test.ts +1 -1
- package/test/saeeol/bash-hierarchy.test.ts +1 -1
- package/test/saeeol/builtin-skills.test.ts +1 -1
- package/test/saeeol/cli/dev-setup.test.ts +1 -1
- package/test/saeeol/cli/roll-call.test.ts +1 -1
- package/test/saeeol/cli-run-auto-helper.test.ts +1 -1
- package/test/saeeol/codex-auth-refresh.test.ts +1 -1
- package/test/saeeol/commit-message/generate.test.ts +1 -1
- package/test/saeeol/commit-message/git-context.test.ts +1 -1
- package/test/saeeol/commit-message-windows.test.ts +1 -1
- package/test/saeeol/compaction-payload-recovery.test.ts +1 -1
- package/test/saeeol/config/config.test.ts +1 -1
- package/test/saeeol/config-injector.test.ts +1 -1
- package/test/saeeol/config-validation.test.ts +1 -1
- package/test/saeeol/cost-propagation.test.ts +1 -1
- package/test/saeeol/custom-provider-delete.test.ts +1 -1
- package/test/saeeol/diff-full.test.ts +1 -1
- package/test/saeeol/encoding.test.ts +1 -1
- package/test/saeeol/enhance-prompt.test.ts +1 -1
- package/test/saeeol/ensure-plan-dir.test.ts +1 -1
- package/test/saeeol/errors.test.ts +1 -1
- package/test/saeeol/help.test.ts +3 -3
- package/test/saeeol/ignore-migrator.test.ts +1 -1
- package/test/saeeol/indexing-auth.test.ts +1 -1
- package/test/saeeol/indexing-feature.test.ts +1 -1
- package/test/saeeol/indexing-label.test.ts +1 -1
- package/test/saeeol/indexing-startup.test.ts +1 -1
- package/test/saeeol/indexing-worktree.test.ts +1 -1
- package/test/saeeol/lancedb-runtime.test.ts +9 -9
- package/test/saeeol/logo.test.ts +1 -1
- package/test/saeeol/lsp-typescript-lightweight.test.ts +2 -2
- package/test/saeeol/mcp-migrator.test.ts +1 -1
- package/test/saeeol/model-info-panel-utils.test.ts +1 -1
- package/test/saeeol/modes-migrator.test.ts +1 -1
- package/test/saeeol/paths.test.ts +1 -1
- package/test/saeeol/permission/config-paths.test.ts +2 -2
- package/test/saeeol/permission/external-directory-allow.test.ts +1 -1
- package/test/saeeol/plan-exit-detection.test.ts +1 -1
- package/test/saeeol/plan-followup.test.ts +2 -2
- package/test/saeeol/project-id.test.ts +1 -1
- package/test/saeeol/question-dismiss-all.test.ts +1 -1
- package/test/saeeol/rules-migrator.test.ts +1 -1
- package/test/saeeol/semantic-search.test.ts +2 -2
- package/test/saeeol/session/platform-attribution.test.ts +1 -1
- package/test/saeeol/session-compaction-cap.test.ts +2 -2
- package/test/saeeol/session-compaction-chunks.test.ts +1 -1
- package/test/saeeol/session-compaction-safety.test.ts +1 -1
- package/test/saeeol/session-import-service.test.ts +1 -1
- package/test/saeeol/session-processor-empty-tool-calls.test.ts +1 -1
- package/test/saeeol/session-processor-review-telemetry.test.ts +1 -1
- package/test/saeeol/session-prompt-queue.test.ts +1 -1
- package/test/saeeol/sessions/remote-sender.test.ts +1 -1
- package/test/saeeol/snapshot-track-timeout.test.ts +1 -1
- package/test/saeeol/suggestion/auto-dismiss.test.ts +2 -2
- package/test/saeeol/suggestion/suggestion.test.ts +1 -1
- package/test/saeeol/suggestion/tool.test.ts +2 -2
- package/test/saeeol/system-prompt.test.ts +1 -1
- package/test/saeeol/todo-view.test.ts +1 -1
- package/test/saeeol/tool-registry-indexing.test.ts +3 -3
- package/test/saeeol/tui-diff.test.ts +1 -1
- package/test/saeeol/tui-sync.test.ts +1 -1
- package/test/saeeol/util/url.test.ts +1 -1
- package/test/saeeol/workflows-migrator.test.ts +1 -1
- package/test/saeeol/worktree-diff-summary.test.ts +1 -1
- package/tsconfig.json +1 -1
- /package/src/{saeeol → overlay}/agent/agent-remove.ts +0 -0
- /package/src/{saeeol → overlay}/agent/index.ts +0 -0
- /package/src/{saeeol → overlay}/agent/patch-agents.ts +0 -0
- /package/src/{saeeol → overlay}/agent/permissions.ts +0 -0
- /package/src/{saeeol → overlay}/agent-manager/event.ts +0 -0
- /package/src/{saeeol → overlay}/bash-hierarchy.ts +0 -0
- /package/src/{saeeol → overlay}/bell.ts +0 -0
- /package/src/{saeeol → overlay}/bootstrap.ts +0 -0
- /package/src/{saeeol → overlay}/claw/autocomplete-popup.tsx +0 -0
- /package/src/{saeeol → overlay}/claw/autocomplete-ref.ts +0 -0
- /package/src/{saeeol → overlay}/claw/autocomplete-types.ts +0 -0
- /package/src/{saeeol → overlay}/claw/autocomplete.tsx +0 -0
- /package/src/{saeeol → overlay}/claw/chat-client.ts +0 -0
- /package/src/{saeeol → overlay}/claw/chat.tsx +0 -0
- /package/src/{saeeol → overlay}/claw/client-events.ts +0 -0
- /package/src/{saeeol → overlay}/claw/client-helpers.ts +0 -0
- /package/src/{saeeol → overlay}/claw/client.ts +0 -0
- /package/src/{saeeol → overlay}/claw/dialog-conversation-list.tsx +0 -0
- /package/src/{saeeol → overlay}/claw/event-service-client-core.ts +0 -0
- /package/src/{saeeol → overlay}/claw/event-service-client-impl.ts +0 -0
- /package/src/{saeeol → overlay}/claw/event-service-client.ts +0 -0
- /package/src/{saeeol → overlay}/claw/hooks.ts +0 -0
- /package/src/{saeeol → overlay}/claw/sidebar.tsx +0 -0
- /package/src/{saeeol → overlay}/claw/types.ts +0 -0
- /package/src/{saeeol → overlay}/claw/view.tsx +0 -0
- /package/src/{saeeol → overlay}/cli/cmd/roll-call-call.ts +0 -0
- /package/src/{saeeol → overlay}/cli/cmd/roll-call-format.ts +0 -0
- /package/src/{saeeol → overlay}/cli/cmd/roll-call.ts +0 -0
- /package/src/{saeeol → overlay}/cli/cmd/tui/app.tsx +0 -0
- /package/src/{saeeol → overlay}/cli/cmd/tui/component/dialog-provider.tsx +0 -0
- /package/src/{saeeol → overlay}/cli/cmd/tui/feedback.ts +0 -0
- /package/src/{saeeol → overlay}/cli/cmd/tui/util/terminal.ts +0 -0
- /package/src/{saeeol → overlay}/cli/dev-setup-utils.ts +0 -0
- /package/src/{saeeol → overlay}/cli/dev-setup.ts +0 -0
- /package/src/{saeeol → overlay}/cli/heap-snapshot.ts +0 -0
- /package/src/{saeeol → overlay}/cli/logo.ts +0 -0
- /package/src/{saeeol → overlay}/cli/run-auto.ts +0 -0
- /package/src/{saeeol → overlay}/cli/saeeol-logo.ts +0 -0
- /package/src/{saeeol → overlay}/cloud-session.ts +0 -0
- /package/src/{saeeol → overlay}/commands-index.ts +0 -0
- /package/src/{saeeol → overlay}/commands.ts +0 -0
- /package/src/{saeeol → overlay}/commands.tsx +0 -0
- /package/src/{saeeol → overlay}/commit-message/generate.ts +0 -0
- /package/src/{saeeol → overlay}/commit-message/git-context.ts +0 -0
- /package/src/{saeeol → overlay}/commit-message/index.ts +0 -0
- /package/src/{saeeol → overlay}/commit-message/types.ts +0 -0
- /package/src/{saeeol → overlay}/components/dialog-auto-method.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-claw-setup.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-claw-upgrade.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-indexing-helpers.ts +0 -0
- /package/src/{saeeol → overlay}/components/dialog-indexing.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-notifications.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-organization.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-profile.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-provider-settings.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-team-select.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-tuning.tsx +0 -0
- /package/src/{saeeol → overlay}/components/dialog-vector-store.tsx +0 -0
- /package/src/{saeeol → overlay}/components/error-display.tsx +0 -0
- /package/src/{saeeol → overlay}/components/model-info-panel-utils.ts +0 -0
- /package/src/{saeeol → overlay}/components/model-info-panel.tsx +0 -0
- /package/src/{saeeol → overlay}/components/news.tsx +0 -0
- /package/src/{saeeol → overlay}/components/notification-banner.tsx +0 -0
- /package/src/{saeeol → overlay}/components/session-indexing.tsx +0 -0
- /package/src/{saeeol → overlay}/components/tips.tsx +0 -0
- /package/src/{saeeol → overlay}/config/config-core.ts +0 -0
- /package/src/{saeeol → overlay}/config/config-helpers.ts +0 -0
- /package/src/{saeeol → overlay}/config/config-legacy.ts +0 -0
- /package/src/{saeeol → overlay}/config/config.ts +0 -0
- /package/src/{saeeol → overlay}/config/default-plugins.ts +0 -0
- /package/src/{saeeol → overlay}/config/markdown.ts +0 -0
- /package/src/{saeeol → overlay}/config-injector.ts +0 -0
- /package/src/{saeeol → overlay}/config-validation.ts +0 -0
- /package/src/{saeeol → overlay}/const.ts +0 -0
- /package/src/{saeeol → overlay}/cost-tracker/format.ts +0 -0
- /package/src/{saeeol → overlay}/cost-tracker/index.ts +0 -0
- /package/src/{saeeol → overlay}/cost-tracker/state.ts +0 -0
- /package/src/{saeeol → overlay}/cost-tracker/types.ts +0 -0
- /package/src/{saeeol → overlay}/docs/migration.md +0 -0
- /package/src/{saeeol → overlay}/docs/rules-migration.md +0 -0
- /package/src/{saeeol → overlay}/editor-context.ts +0 -0
- /package/src/{saeeol → overlay}/enhance-prompt.ts +0 -0
- /package/src/{saeeol → overlay}/errors.ts +0 -0
- /package/src/{saeeol → overlay}/generate-cli-docs.ts +0 -0
- /package/src/{saeeol → overlay}/help-command.ts +0 -0
- /package/src/{saeeol → overlay}/help.ts +0 -0
- /package/src/{saeeol → overlay}/i18n/index.ts +0 -0
- /package/src/{saeeol → overlay}/ignore-migrator.ts +0 -0
- /package/src/{saeeol → overlay}/index.ts +0 -0
- /package/src/{saeeol → overlay}/indexing-auth.ts +0 -0
- /package/src/{saeeol → overlay}/indexing-feature.ts +0 -0
- /package/src/{saeeol → overlay}/indexing-helpers.ts +0 -0
- /package/src/{saeeol → overlay}/indexing-label.ts +0 -0
- /package/src/{saeeol → overlay}/indexing-state.ts +0 -0
- /package/src/{saeeol → overlay}/indexing-types.ts +0 -0
- /package/src/{saeeol → overlay}/indexing.ts +0 -0
- /package/src/{saeeol → overlay}/lancedb.ts +0 -0
- /package/src/{saeeol → overlay}/mcp-migrator.ts +0 -0
- /package/src/{saeeol → overlay}/mcp-oauth-callback.ts +0 -0
- /package/src/{saeeol → overlay}/memory/age.ts +0 -0
- /package/src/{saeeol → overlay}/memory/index.ts +0 -0
- /package/src/{saeeol → overlay}/memory/paths.ts +0 -0
- /package/src/{saeeol → overlay}/memory/scan.ts +0 -0
- /package/src/{saeeol → overlay}/memory/types.ts +0 -0
- /package/src/{saeeol → overlay}/model-match.ts +0 -0
- /package/src/{saeeol → overlay}/modes-migrator.ts +0 -0
- /package/src/{saeeol → overlay}/paths.ts +0 -0
- /package/src/{saeeol → overlay}/permission/config-paths.ts +0 -0
- /package/src/{saeeol → overlay}/permission/drain.ts +0 -0
- /package/src/{saeeol → overlay}/permission/external-directory.ts +0 -0
- /package/src/{saeeol → overlay}/permission/read.ts +0 -0
- /package/src/{saeeol → overlay}/permission/routes.ts +0 -0
- /package/src/{saeeol → overlay}/permission/rule.ts +0 -0
- /package/src/{saeeol → overlay}/plan-followup-handover.ts +0 -0
- /package/src/{saeeol → overlay}/plan-followup-runtime.ts +0 -0
- /package/src/{saeeol → overlay}/plan-followup-session.ts +0 -0
- /package/src/{saeeol → overlay}/plan-followup.ts +0 -0
- /package/src/{saeeol → overlay}/plugins/home-footer.tsx +0 -0
- /package/src/{saeeol → overlay}/plugins/home-news.tsx +0 -0
- /package/src/{saeeol → overlay}/plugins/home-onboarding.tsx +0 -0
- /package/src/{saeeol → overlay}/plugins/sidebar-footer.tsx +0 -0
- /package/src/{saeeol → overlay}/plugins/sidebar-pr.tsx +0 -0
- /package/src/{saeeol → overlay}/plugins/sidebar-usage.tsx +0 -0
- /package/src/{saeeol → overlay}/project-id.ts +0 -0
- /package/src/{saeeol → overlay}/provider/codex-refresh.ts +0 -0
- /package/src/{saeeol → overlay}/provider/provider.ts +0 -0
- /package/src/{saeeol → overlay}/provider-options.ts +0 -0
- /package/src/{saeeol → overlay}/question/index.ts +0 -0
- /package/src/{saeeol → overlay}/remote-tui.tsx +0 -0
- /package/src/{saeeol → overlay}/review/command.ts +0 -0
- /package/src/{saeeol → overlay}/review/diff.ts +0 -0
- /package/src/{saeeol → overlay}/review/prompt.ts +0 -0
- /package/src/{saeeol → overlay}/review/review.ts +0 -0
- /package/src/{saeeol → overlay}/review/types.ts +0 -0
- /package/src/{saeeol → overlay}/review/worktree-diff.ts +0 -0
- /package/src/{saeeol → overlay}/rules-migrator.ts +0 -0
- /package/src/{saeeol → overlay}/server/instance.ts +0 -0
- /package/src/{saeeol → overlay}/server/router.ts +0 -0
- /package/src/{saeeol → overlay}/server/routes/commit-message.ts +0 -0
- /package/src/{saeeol → overlay}/server/routes/indexing.ts +0 -0
- /package/src/{saeeol → overlay}/server/server.ts +0 -0
- /package/src/{saeeol → overlay}/session/compaction-chunks-core.ts +0 -0
- /package/src/{saeeol → overlay}/session/compaction-chunks-utils.ts +0 -0
- /package/src/{saeeol → overlay}/session/compaction-chunks.ts +0 -0
- /package/src/{saeeol → overlay}/session/compaction-payload-recovery.ts +0 -0
- /package/src/{saeeol → overlay}/session/cost-propagation.ts +0 -0
- /package/src/{saeeol → overlay}/session/digest-storage.ts +0 -0
- /package/src/{saeeol → overlay}/session/fork.ts +0 -0
- /package/src/{saeeol → overlay}/session/index.ts +0 -0
- /package/src/{saeeol → overlay}/session/instruction.ts +0 -0
- /package/src/{saeeol → overlay}/session/kg-compaction.ts +0 -0
- /package/src/{saeeol → overlay}/session/llm.ts +0 -0
- /package/src/{saeeol → overlay}/session/overflow.ts +0 -0
- /package/src/{saeeol → overlay}/session/platform.ts +0 -0
- /package/src/{saeeol → overlay}/session/processor.ts +0 -0
- /package/src/{saeeol → overlay}/session/prompt-context.ts +0 -0
- /package/src/{saeeol → overlay}/session/prompt-plan.ts +0 -0
- /package/src/{saeeol → overlay}/session/prompt-queue.ts +0 -0
- /package/src/{saeeol → overlay}/session/prompt.ts +0 -0
- /package/src/{saeeol → overlay}/session/queries.ts +0 -0
- /package/src/{saeeol → overlay}/session/tui-sync.ts +0 -0
- /package/src/{saeeol → overlay}/session-import/routes.ts +0 -0
- /package/src/{saeeol → overlay}/session-import/service.ts +0 -0
- /package/src/{saeeol → overlay}/session-import/types.ts +0 -0
- /package/src/{saeeol → overlay}/skills/builtin.ts +0 -0
- /package/src/{saeeol → overlay}/skills/config.md +0 -0
- /package/src/{saeeol → overlay}/snapshot/diff-full.ts +0 -0
- /package/src/{saeeol → overlay}/snapshot/index.ts +0 -0
- /package/src/{saeeol → overlay}/snapshot/track-hooks.ts +0 -0
- /package/src/{saeeol → overlay}/snapshot/track-types.ts +0 -0
- /package/src/{saeeol → overlay}/snapshot/track.ts +0 -0
- /package/src/{saeeol → overlay}/soul.txt +0 -0
- /package/src/{saeeol → overlay}/suggestion/index.ts +0 -0
- /package/src/{saeeol → overlay}/suggestion/routes.ts +0 -0
- /package/src/{saeeol → overlay}/suggestion/tool.ts +0 -0
- /package/src/{saeeol → overlay}/suggestion/tool.txt +0 -0
- /package/src/{saeeol → overlay}/suggestion/tui/bar.tsx +0 -0
- /package/src/{saeeol → overlay}/suggestion/tui/prompt.tsx +0 -0
- /package/src/{saeeol → overlay}/suggestion/tui/render.tsx +0 -0
- /package/src/{saeeol → overlay}/suggestion/tui/sync.ts +0 -0
- /package/src/{saeeol → overlay}/system-prompt.ts +0 -0
- /package/src/{saeeol → overlay}/todo-view.ts +0 -0
- /package/src/{saeeol → overlay}/tool/agent-manager.ts +0 -0
- /package/src/{saeeol → overlay}/tool/agent-manager.txt +0 -0
- /package/src/{saeeol → overlay}/tool/bash-security-patterns.ts +0 -0
- /package/src/{saeeol → overlay}/tool/bash-security.ts +0 -0
- /package/src/{saeeol → overlay}/tool/question.ts +0 -0
- /package/src/{saeeol → overlay}/tool/registry.ts +0 -0
- /package/src/{saeeol → overlay}/tool/semantic-search.ts +0 -0
- /package/src/{saeeol → overlay}/tool/semantic-search.txt +0 -0
- /package/src/{saeeol → overlay}/tool/task.ts +0 -0
- /package/src/{saeeol → overlay}/ts-check.ts +0 -0
- /package/src/{saeeol → overlay}/ts-client.ts +0 -0
- /package/src/{saeeol → overlay}/tui/diff.ts +0 -0
- /package/src/{saeeol → overlay}/util/url.ts +0 -0
- /package/src/{saeeol → overlay}/worker/index.ts +0 -0
- /package/src/{saeeol → overlay}/worker/pool.ts +0 -0
- /package/src/{saeeol → overlay}/worker/store.ts +0 -0
- /package/src/{saeeol → overlay}/worker/types.ts +0 -0
- /package/src/{saeeol → overlay}/workflows-migrator.ts +0 -0
- /package/src/{saeeol → overlay}/worktree-cleanup.ts +0 -0
- /package/src/{saeeol → overlay}/worktree-family.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
|
-
import { formatIndexingLabel } from "../../src/
|
|
2
|
+
import { formatIndexingLabel } from "../../src/overlay/indexing-label"
|
|
3
3
|
|
|
4
4
|
describe("indexing label", () => {
|
|
5
5
|
test("formats in-progress status with counts", () => {
|
|
@@ -3,7 +3,7 @@ import { CodeIndexManager } from "@saeeol/indexing/engine"
|
|
|
3
3
|
import type { Config } from "../../src/config/config"
|
|
4
4
|
import { GlobalBus } from "../../src/bus/global"
|
|
5
5
|
import { getBootstrapRunEffect } from "../../src/effect/app-runtime"
|
|
6
|
-
import { SaeeolIndexing } from "../../src/
|
|
6
|
+
import { SaeeolIndexing } from "../../src/overlay/indexing"
|
|
7
7
|
import { Instance } from "../../src/project/instance"
|
|
8
8
|
import { Server } from "../../src/server/server"
|
|
9
9
|
import * as Log from "@saeeol/core/util/log"
|
|
@@ -2,7 +2,7 @@ import { afterEach, describe, expect, test } from "bun:test"
|
|
|
2
2
|
import { mkdir } from "node:fs/promises"
|
|
3
3
|
import type { Config } from "../../src/config/config"
|
|
4
4
|
import { getBootstrapRunEffect } from "../../src/effect/app-runtime"
|
|
5
|
-
import { SaeeolIndexing } from "../../src/
|
|
5
|
+
import { SaeeolIndexing } from "../../src/overlay/indexing"
|
|
6
6
|
import { Instance } from "../../src/project/instance"
|
|
7
7
|
import { disposeAllInstances, tmpdir } from "../fixture/fixture"
|
|
8
8
|
|
|
@@ -17,21 +17,21 @@ const prev = process.env[env]
|
|
|
17
17
|
|
|
18
18
|
describe("LanceDBRuntime", () => {
|
|
19
19
|
beforeEach(async () => {
|
|
20
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
20
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
21
21
|
LanceDBRuntime.clear()
|
|
22
22
|
add.mockClear()
|
|
23
23
|
add.mockImplementation(async () => ({ directory: "/tmp/saeeol-cache", entrypoint: entry }))
|
|
24
24
|
})
|
|
25
25
|
|
|
26
26
|
afterEach(async () => {
|
|
27
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
27
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
28
28
|
LanceDBRuntime.clear()
|
|
29
29
|
if (prev === undefined) delete process.env[env]
|
|
30
30
|
if (prev !== undefined) process.env[env] = prev
|
|
31
31
|
})
|
|
32
32
|
|
|
33
33
|
test("skips installation for non-lancedb backends", async () => {
|
|
34
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
34
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
35
35
|
|
|
36
36
|
await LanceDBRuntime.ensure("qdrant")
|
|
37
37
|
|
|
@@ -40,7 +40,7 @@ describe("LanceDBRuntime", () => {
|
|
|
40
40
|
})
|
|
41
41
|
|
|
42
42
|
test("installs the pinned package and exports a file URL for lancedb", async () => {
|
|
43
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
43
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
44
44
|
|
|
45
45
|
await LanceDBRuntime.ensure("lancedb")
|
|
46
46
|
|
|
@@ -49,7 +49,7 @@ describe("LanceDBRuntime", () => {
|
|
|
49
49
|
})
|
|
50
50
|
|
|
51
51
|
test("exposes every LanceDB package that must stay external to bun compile", async () => {
|
|
52
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
52
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
53
53
|
|
|
54
54
|
expect(LanceDBRuntime.external).toEqual([
|
|
55
55
|
"@lancedb/lancedb",
|
|
@@ -64,7 +64,7 @@ describe("LanceDBRuntime", () => {
|
|
|
64
64
|
})
|
|
65
65
|
|
|
66
66
|
test("skips install when runtime path is already set", async () => {
|
|
67
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
67
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
68
68
|
process.env[env] = "file:///already/set.js"
|
|
69
69
|
|
|
70
70
|
await LanceDBRuntime.ensure("lancedb")
|
|
@@ -74,7 +74,7 @@ describe("LanceDBRuntime", () => {
|
|
|
74
74
|
})
|
|
75
75
|
|
|
76
76
|
test("dedupes concurrent ensure calls", async () => {
|
|
77
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
77
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
78
78
|
|
|
79
79
|
await Promise.all([
|
|
80
80
|
LanceDBRuntime.ensure("lancedb"),
|
|
@@ -87,7 +87,7 @@ describe("LanceDBRuntime", () => {
|
|
|
87
87
|
})
|
|
88
88
|
|
|
89
89
|
test("surfaces install failures without swallowing them", async () => {
|
|
90
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
90
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
91
91
|
add.mockImplementationOnce(async () => {
|
|
92
92
|
throw new Error("registry unavailable")
|
|
93
93
|
})
|
|
@@ -97,7 +97,7 @@ describe("LanceDBRuntime", () => {
|
|
|
97
97
|
})
|
|
98
98
|
|
|
99
99
|
test("retries after a failed install", async () => {
|
|
100
|
-
const { LanceDBRuntime } = await import("../../src/
|
|
100
|
+
const { LanceDBRuntime } = await import("../../src/overlay/lancedb")
|
|
101
101
|
add
|
|
102
102
|
.mockImplementationOnce(async () => {
|
|
103
103
|
throw new Error("install failed")
|
package/test/saeeol/logo.test.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
|
-
import { plain, session, supports, tui } from "../../src/
|
|
2
|
+
import { plain, session, supports, tui } from "../../src/overlay/cli/logo"
|
|
3
3
|
|
|
4
4
|
describe("saeeol logo", () => {
|
|
5
5
|
test("falls back on remote terminals", () => {
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
import { describe, test, expect, spyOn, afterEach } from "bun:test"
|
|
6
6
|
import path from "path"
|
|
7
7
|
import * as LSPServer from "../../src/lsp/server"
|
|
8
|
-
import { TsClient } from "../../src/
|
|
9
|
-
import { TsCheck } from "../../src/
|
|
8
|
+
import { TsClient } from "../../src/overlay/ts-client"
|
|
9
|
+
import { TsCheck } from "../../src/overlay/ts-check"
|
|
10
10
|
import { Flag } from "@saeeol/core/flag/flag"
|
|
11
11
|
import { Instance, type InstanceContext } from "../../src/project/instance"
|
|
12
12
|
import { disposeAllInstances } from "../fixture/fixture"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
|
-
import { avgPrice, fmtCachedPrice, fmtContext, fmtPrice } from "../../src/
|
|
2
|
+
import { avgPrice, fmtCachedPrice, fmtContext, fmtPrice } from "../../src/overlay/components/model-info-panel-utils"
|
|
3
3
|
|
|
4
4
|
describe("model info panel price formatting", () => {
|
|
5
5
|
test("fmtPrice returns Free for zero", () => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import path from "path"
|
|
2
2
|
import { describe, expect, test } from "bun:test"
|
|
3
|
-
import { ConfigProtection } from "../../../src/
|
|
3
|
+
import { ConfigProtection } from "../../../src/overlay/permission/config-paths"
|
|
4
4
|
import { Global } from "@saeeol/core/global"
|
|
5
|
-
import { SaeeolPaths } from "../../../src/
|
|
5
|
+
import { SaeeolPaths } from "../../../src/overlay/paths"
|
|
6
6
|
|
|
7
7
|
describe("ConfigProtection.isRequest", () => {
|
|
8
8
|
const config = path.resolve(Global.Path.config)
|
|
@@ -15,7 +15,7 @@ import { Truncate } from "../../../src/tool/truncate"
|
|
|
15
15
|
import { BashTool } from "../../../src/tool/bash"
|
|
16
16
|
import { Plugin } from "../../../src/plugin"
|
|
17
17
|
import { disposeAllInstances, tmpdir } from "../../fixture/fixture"
|
|
18
|
-
import { ConfigProtection } from "../../../src/
|
|
18
|
+
import { ConfigProtection } from "../../../src/overlay/permission/config-paths"
|
|
19
19
|
|
|
20
20
|
const runtime = ManagedRuntime.make(
|
|
21
21
|
Layer.mergeAll(
|
|
@@ -5,7 +5,7 @@ import { Identifier } from "../../src/id/id"
|
|
|
5
5
|
import { SessionID, MessageID, PartID } from "../../src/session/schema"
|
|
6
6
|
import { ModelID, ProviderID } from "../../src/provider/schema"
|
|
7
7
|
import { Instance } from "../../src/project/instance"
|
|
8
|
-
import { PlanFollowup } from "../../src/
|
|
8
|
+
import { PlanFollowup } from "../../src/overlay/plan-followup"
|
|
9
9
|
import { Question } from "../../src/question"
|
|
10
10
|
import { Session } from "../../src/session/session"
|
|
11
11
|
import { MessageV2 } from "../../src/session/message-v2"
|
|
@@ -5,7 +5,7 @@ import { TuiEvent } from "../../src/cli/cmd/tui/event"
|
|
|
5
5
|
import { Identifier } from "../../src/id/id"
|
|
6
6
|
import { SessionID, MessageID, PartID } from "../../src/session/schema"
|
|
7
7
|
import { ModelID, ProviderID } from "../../src/provider/schema"
|
|
8
|
-
import { formatTodos, generateHandover, PlanFollowup, PlanFollowupRuntime } from "../../src/
|
|
8
|
+
import { formatTodos, generateHandover, PlanFollowup, PlanFollowupRuntime } from "../../src/overlay/plan-followup"
|
|
9
9
|
import { Instance } from "../../src/project/instance"
|
|
10
10
|
import { Provider } from "../../src/provider/provider"
|
|
11
11
|
import { Question } from "../../src/question"
|
|
@@ -477,7 +477,7 @@ describe("plan follow-up", () => {
|
|
|
477
477
|
|
|
478
478
|
test("ask - retargets prompt queue so injected message is visible in scope", () =>
|
|
479
479
|
withInstance(async () => {
|
|
480
|
-
const { SaeeolSessionPromptQueue } = await import("../../src/
|
|
480
|
+
const { SaeeolSessionPromptQueue } = await import("../../src/overlay/session/prompt-queue")
|
|
481
481
|
const seeded = await seed({ text: "1. Refactor\n2. Ship" })
|
|
482
482
|
|
|
483
483
|
// Simulate the prompt queue having a target set (like during a running loop)
|
|
@@ -3,7 +3,7 @@ import { tmpdir } from "../fixture/fixture"
|
|
|
3
3
|
import path from "path"
|
|
4
4
|
import fs from "fs/promises"
|
|
5
5
|
import { Instance } from "../../src/project/instance"
|
|
6
|
-
import { getSaeeolProjectId } from "../../src/
|
|
6
|
+
import { getSaeeolProjectId } from "../../src/overlay/project-id"
|
|
7
7
|
|
|
8
8
|
describe("project-id", () => {
|
|
9
9
|
describe("normalization", () => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
2
|
import { Effect } from "effect"
|
|
3
|
-
import { SaeeolSessionPromptQueue } from "../../src/
|
|
3
|
+
import { SaeeolSessionPromptQueue } from "../../src/overlay/session/prompt-queue"
|
|
4
4
|
import { Instance } from "../../src/project/instance"
|
|
5
5
|
import { Question } from "../../src/question"
|
|
6
6
|
import { MessageID, SessionID } from "../../src/session/schema"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { test, expect, describe } from "bun:test"
|
|
2
|
-
import { RulesMigrator } from "../../src/
|
|
2
|
+
import { RulesMigrator } from "../../src/overlay/rules-migrator"
|
|
3
3
|
import { tmpdir } from "../fixture/fixture"
|
|
4
4
|
import path from "path"
|
|
5
5
|
import fs from "fs/promises"
|
|
@@ -2,8 +2,8 @@ import { describe, expect, test, spyOn } from "bun:test"
|
|
|
2
2
|
import path from "path"
|
|
3
3
|
import { Effect, Layer, ManagedRuntime } from "effect"
|
|
4
4
|
import { Agent } from "../../src/agent/agent"
|
|
5
|
-
import { SemanticSearchTool } from "../../src/
|
|
6
|
-
import { SaeeolIndexing } from "../../src/
|
|
5
|
+
import { SemanticSearchTool } from "../../src/overlay/tool/semantic-search"
|
|
6
|
+
import { SaeeolIndexing } from "../../src/overlay/indexing"
|
|
7
7
|
import { Instance } from "../../src/project/instance"
|
|
8
8
|
import { tmpdir } from "../fixture/fixture"
|
|
9
9
|
import type { Permission } from "../../src/permission"
|
|
@@ -4,7 +4,7 @@ import * as Log from "@saeeol/core/util/log"
|
|
|
4
4
|
import { Session as SessionNs } from "@/session/session"
|
|
5
5
|
import { AppRuntime } from "../../../src/effect/app-runtime"
|
|
6
6
|
import { Bus } from "../../../src/bus"
|
|
7
|
-
import { SaeeolSession } from "../../../src/
|
|
7
|
+
import { SaeeolSession } from "../../../src/overlay/session"
|
|
8
8
|
import { Instance } from "../../../src/project/instance"
|
|
9
9
|
import { MessageV2 } from "../../../src/session/message-v2"
|
|
10
10
|
import { MessageID, PartID, type SessionID } from "../../../src/session/schema"
|
|
@@ -16,8 +16,8 @@ import { Env } from "../../src/env"
|
|
|
16
16
|
import { Ripgrep } from "../../src/file/ripgrep"
|
|
17
17
|
import { AppFileSystem } from "@saeeol/core/filesystem"
|
|
18
18
|
import { Format } from "../../src/format"
|
|
19
|
-
import { SaeeolSession } from "../../src/
|
|
20
|
-
import { SaeeolSessionPrompt } from "../../src/
|
|
19
|
+
import { SaeeolSession } from "../../src/overlay/session"
|
|
20
|
+
import { SaeeolSessionPrompt } from "../../src/overlay/session/prompt"
|
|
21
21
|
import { LSP } from "../../src/lsp/lsp"
|
|
22
22
|
import { MCP } from "../../src/mcp"
|
|
23
23
|
import { Permission } from "../../src/permission"
|
|
@@ -9,7 +9,7 @@ import { Plugin } from "../../src/plugin"
|
|
|
9
9
|
import { Instance } from "../../src/project/instance"
|
|
10
10
|
import { ModelID, ProviderID } from "../../src/provider/schema"
|
|
11
11
|
import { Snapshot } from "../../src/snapshot"
|
|
12
|
-
import { SaeeolCompactionChunks } from "../../src/
|
|
12
|
+
import { SaeeolCompactionChunks } from "../../src/overlay/session/compaction-chunks"
|
|
13
13
|
import { LLM } from "../../src/session/llm"
|
|
14
14
|
import { MessageV2 } from "../../src/session/message-v2"
|
|
15
15
|
import { SessionCompaction } from "../../src/session/compaction"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// re-shipping multi-MB base-64 images after a successful summary.
|
|
4
4
|
|
|
5
5
|
import { describe, expect, test } from "bun:test"
|
|
6
|
-
import { SaeeolSessionPrompt } from "../../src/
|
|
6
|
+
import { SaeeolSessionPrompt } from "../../src/overlay/session/prompt"
|
|
7
7
|
import { MessageV2 } from "../../src/session/message-v2"
|
|
8
8
|
import { ModelID, ProviderID } from "../../src/provider/schema"
|
|
9
9
|
import { MessageID, PartID, SessionID } from "../../src/session/schema"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { afterEach, beforeEach, describe, expect, spyOn, test } from "bun:test"
|
|
2
2
|
import { Database } from "../../src/storage/db"
|
|
3
|
-
import { SessionImportService } from "../../src/
|
|
3
|
+
import { SessionImportService } from "../../src/overlay/session-import/service"
|
|
4
4
|
|
|
5
5
|
let spy: ReturnType<typeof spyOn>
|
|
6
6
|
|
|
@@ -18,7 +18,7 @@ import { MessageID } from "../../src/session/schema"
|
|
|
18
18
|
import { SessionStatus } from "../../src/session/status"
|
|
19
19
|
import { SessionSummary } from "../../src/session/summary"
|
|
20
20
|
import { Snapshot } from "../../src/snapshot"
|
|
21
|
-
import { SaeeolSessionProcessor } from "../../src/
|
|
21
|
+
import { SaeeolSessionProcessor } from "../../src/overlay/session/processor"
|
|
22
22
|
import * as Log from "@saeeol/core/util/log"
|
|
23
23
|
import * as CrossSpawnSpawner from "@saeeol/core/cross-spawn-spawner"
|
|
24
24
|
import { provideTmpdirInstance } from "../fixture/fixture"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
|
-
import { SaeeolSessionProcessor } from "../../src/
|
|
2
|
+
import { SaeeolSessionProcessor } from "../../src/overlay/session/processor"
|
|
3
3
|
import type { MessageV2 } from "../../src/session/message-v2"
|
|
4
4
|
|
|
5
5
|
const REVIEW_COMMANDS = ["review", "local-review", "local-review-uncommitted"] as const
|
|
@@ -3,7 +3,7 @@ import { describe, expect, test } from "bun:test"
|
|
|
3
3
|
import { Effect } from "effect"
|
|
4
4
|
import { Bus } from "../../src/bus"
|
|
5
5
|
import { SaeeolSessionPromptQueue } from "@/saeeol/session/prompt-queue"
|
|
6
|
-
import { Suggestion } from "../../src/
|
|
6
|
+
import { Suggestion } from "../../src/overlay/suggestion"
|
|
7
7
|
import { Question } from "../../src/question"
|
|
8
8
|
import { ModelID, ProviderID } from "../../src/provider/schema"
|
|
9
9
|
import { Instance } from "../../src/project/instance"
|
|
@@ -7,7 +7,7 @@ import type { RemoteProtocol } from "../../../src/sessions/remote-protocol"
|
|
|
7
7
|
import { SessionPrompt } from "../../../src/session/prompt"
|
|
8
8
|
import { Question } from "../../../src/question"
|
|
9
9
|
import { Permission } from "../../../src/permission"
|
|
10
|
-
import { Suggestion } from "../../../src/
|
|
10
|
+
import { Suggestion } from "../../../src/overlay/suggestion"
|
|
11
11
|
|
|
12
12
|
function fakeConn() {
|
|
13
13
|
const sent: any[] = []
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { describe, expect, test } from "bun:test"
|
|
7
7
|
import { Duration, Effect } from "effect"
|
|
8
8
|
import type { MessageID, SessionID, PartID } from "../../src/session/schema"
|
|
9
|
-
import { SaeeolSnapshotTrack } from "../../src/
|
|
9
|
+
import { SaeeolSnapshotTrack } from "../../src/overlay/snapshot/track"
|
|
10
10
|
|
|
11
11
|
const SESSION = "ses_test" as SessionID
|
|
12
12
|
const MESSAGE = "msg_test" as MessageID
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
2
|
import { Effect } from "effect"
|
|
3
|
-
import { SaeeolSessionPromptQueue } from "../../../src/
|
|
4
|
-
import { Suggestion } from "../../../src/
|
|
3
|
+
import { SaeeolSessionPromptQueue } from "../../../src/overlay/session/prompt-queue"
|
|
4
|
+
import { Suggestion } from "../../../src/overlay/suggestion"
|
|
5
5
|
import { Instance } from "../../../src/project/instance"
|
|
6
6
|
import { MessageID, SessionID } from "../../../src/session/schema"
|
|
7
7
|
import { tmpdir } from "../../fixture/fixture"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
2
|
import { Instance } from "../../../src/project/instance"
|
|
3
|
-
import { Suggestion } from "../../../src/
|
|
3
|
+
import { Suggestion } from "../../../src/overlay/suggestion"
|
|
4
4
|
import { tmpdir } from "../../fixture/fixture"
|
|
5
5
|
|
|
6
6
|
describe("suggestion", () => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { afterEach, beforeEach, describe, expect, test, spyOn } from "bun:test"
|
|
2
2
|
import { Effect, Layer, ManagedRuntime } from "effect"
|
|
3
3
|
import { Command } from "../../../src/command"
|
|
4
|
-
import { Suggestion } from "../../../src/
|
|
5
|
-
import { SuggestTool } from "../../../src/
|
|
4
|
+
import { Suggestion } from "../../../src/overlay/suggestion"
|
|
5
|
+
import { SuggestTool } from "../../../src/overlay/suggestion/tool"
|
|
6
6
|
import { Tool } from "../../../src/tool/tool"
|
|
7
7
|
import { Truncate } from "../../../src/tool/truncate"
|
|
8
8
|
import { Agent } from "../../../src/agent/agent"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
2
|
import { SystemPrompt } from "../../src/session/system"
|
|
3
|
-
import { environmentDetails } from "../../src/
|
|
3
|
+
import { environmentDetails } from "../../src/overlay/editor-context"
|
|
4
4
|
import { ProviderTest } from "../fake/provider"
|
|
5
5
|
|
|
6
6
|
import PROMPT_ANTHROPIC from "../../src/session/prompt/anthropic.txt"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
|
-
import { TodoView } from "../../src/
|
|
2
|
+
import { TodoView } from "../../src/overlay/todo-view"
|
|
3
3
|
|
|
4
4
|
function item(content: string, status = "pending"): TodoView.Todo {
|
|
5
5
|
return { content, status, priority: "medium" }
|
|
@@ -2,10 +2,10 @@ import { afterEach, describe, expect, spyOn, test } from "bun:test"
|
|
|
2
2
|
import { Effect, Layer, Schema } from "effect"
|
|
3
3
|
import * as Log from "@saeeol/core/util/log"
|
|
4
4
|
import { Agent } from "../../src/agent/agent"
|
|
5
|
-
import { SaeeolIndexing } from "../../src/
|
|
6
|
-
import { SaeeolBootstrap } from "../../src/
|
|
5
|
+
import { SaeeolIndexing } from "../../src/overlay/indexing"
|
|
6
|
+
import { SaeeolBootstrap } from "../../src/overlay/bootstrap"
|
|
7
7
|
import { SaeeolSessions } from "../../src/sessions/sessions"
|
|
8
|
-
import { SaeeolToolRegistry } from "../../src/
|
|
8
|
+
import { SaeeolToolRegistry } from "../../src/overlay/tool/registry"
|
|
9
9
|
import { ModelID, ProviderID } from "../../src/provider/schema"
|
|
10
10
|
import { ToolRegistry } from "../../src/tool/registry"
|
|
11
11
|
import type * as Tool from "../../src/tool/tool"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { describe, expect, test } from "bun:test"
|
|
2
|
-
import { splitDiffHunks } from "../../src/
|
|
2
|
+
import { splitDiffHunks } from "../../src/overlay/tui/diff"
|
|
3
3
|
|
|
4
4
|
describe("splitDiffHunks", () => {
|
|
5
5
|
test("returns original diff when there are no hunks", () => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { test, expect, describe } from "bun:test"
|
|
2
|
-
import { WorkflowsMigrator } from "../../src/
|
|
2
|
+
import { WorkflowsMigrator } from "../../src/overlay/workflows-migrator"
|
|
3
3
|
import { tmpdir } from "../fixture/fixture"
|
|
4
4
|
import path from "path"
|
|
5
5
|
|
|
@@ -3,7 +3,7 @@ import { $ } from "bun"
|
|
|
3
3
|
import fs from "node:fs/promises"
|
|
4
4
|
import path from "node:path"
|
|
5
5
|
import { tmpdir } from "../fixture/fixture"
|
|
6
|
-
import { WorktreeDiff } from "../../src/
|
|
6
|
+
import { WorktreeDiff } from "../../src/overlay/review/worktree-diff"
|
|
7
7
|
|
|
8
8
|
describe("WorktreeDiff summary", () => {
|
|
9
9
|
async function setup() {
|
package/tsconfig.json
CHANGED
|
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
|