-
Notifications
You must be signed in to change notification settings - Fork 8
feat: CI improvements and web UI implementation #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MBanucu
wants to merge
389
commits into
shekohex:main
Choose a base branch
from
MBanucu:fix-ci-shekohex
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
389 commits
Select commit
Hold shift + click to select a range
e19a688
test: enhance initial bash state test with detailed output previews
MBanucu 98d656b
test: add cat command comparison between API and SerializeAddon
MBanucu 622351d
fix: resolve newline handling issues in terminal data flow
MBanucu e0d8b4e
test: add comprehensive double-echo detection test
MBanucu 657a399
fix: eliminate double-echo by removing local echo and simplifying to …
MBanucu 9d83a5d
feat: add session switching content clearing test
MBanucu 24cb26c
fix: remove all references to deleted /api/sessions/{id}/output endpoint
MBanucu 15c6465
fix: complete /output endpoint removal and fix double-echo test
MBanucu 748518b
feat: add comprehensive PTY debugging and input handling improvements
MBanucu b1b5241
refactor: remove debug console.log statements from production code
MBanucu 0ba2698
refactor(pty): DRY up repeated session lookup with withSession() help…
MBanucu 042120c
refactor(pty/permissions): unify and DRY permission denial/toast logic
MBanucu 6bffcb4
refactor(pty/buffer): deduplicate trailing newline strip logic
MBanucu 3bfb081
refactor(web/TerminalRenderer): DRY terminal output reporting and ses…
MBanucu 07c8d5a
refactor(e2e): split xterm content extraction test suite into modular…
MBanucu 32d315b
chore(e2e): enforce ultra-silent Playwright E2E tests (remove logs/de…
MBanucu 921c85b
test(e2e/pty-buffer-readraw): ensure session state isolation for all …
MBanucu c77be1a
test(e2e/pty-buffer-readraw): fix race condition in session switch test
MBanucu 21b79b3
test(e2e/newline-verification): robustify prompt char test and fix ty…
MBanucu fa4baf2
test(e2e/newline-verification): accept flexible prompt row in echo ne…
MBanucu c973b84
test(e2e): make dom-vs-xterm-api robust to prompt/whitespace differences
MBanucu c4305e5
test(e2e): enforce PTY session isolation for visual verification dom-…
MBanucu e7b8351
test(e2e): robustify and refactor buffer and extraction tests
MBanucu b2b94a1
test(e2e/input-capture): clean up tests and remove debug logs
MBanucu 3d36c30
docs(AGENTS.md): rewrite and modernize agent/dev workflow & troublesh…
MBanucu d423580
test(e2e): robustify and standardize E2E interactive shell sessions
MBanucu 3d0f4b6
test(dev server, pty-echo): update dev server and PTY echo test for i…
MBanucu 6f02f56
test(e2e): remove noisy console.log output from E2E test files
MBanucu b9c0552
test(e2e): clean up PTY buffer readRaw test debug output
MBanucu b6631b2
test(e2e): refactor PTY buffer tests for reliability and maintainability
MBanucu a40b895
docs(agents): modernize and clarify AGENTS.md usage, setup, and testing
MBanucu e639efa
test(e2e): use Bun.stripANSI for robust ANSI stripping in buffer-readraw
MBanucu 230746f
refactor(e2e): DRY up xterm serialize logic via shared helper
MBanucu 0beb8ca
refactor(test e2e): migrate all E2E tests to robust event-driven waits
MBanucu 707b779
test(e2e): deduplicate terminal helpers and harden flaky input
MBanucu cba88c1
test(e2e): comment unused debug code in playwright tests
MBanucu 57e6657
refactor(web): improve static file handling security and path resolution
MBanucu 056ca8b
chore: remove temporary documentation and config files
MBanucu 4d0f55c
chore: prepare for npm test release
MBanucu d64bd87
feat: add automated testing scripts for npm packages and OpenCode plu…
MBanucu 2202836
chore: prepare test release 0.1.4-test.1
MBanucu 6344783
refactor(web): simplify server to always serve built assets
MBanucu afdabcf
chore: clean up development scripts and enable e2e test session
MBanucu a458a3a
refactor(test-web-server): simplify test-web-server.ts structure
MBanucu 519b98b
refactor: clean up PTY session configuration and test artifacts
MBanucu 5173b16
refactor: move test-web-server.ts to e2e directory
MBanucu d74d8f7
chore: remove redundant manual e2e test file
MBanucu 31f96a6
refactor: move start-server.ts to test directory
MBanucu 48be6e8
feat(web/router): add router infrastructure with parameter support an…
MBanucu a5a1ade
feat(web/router): migrate API routes to unified router system
MBanucu 11fbf60
docs: update routing improvements plan for Phase 2 completion
MBanucu ded723b
refactor(web): consolidate error handling and add input validation
MBanucu cf1cb6c
docs(plan): document Phase 3 completion in routing improvements plan
MBanucu 3a444a2
refactor(server): replace custom router with Bun's built-in routing
MBanucu ee6388f
refactor(web-server): serve static files via dynamic routes
MBanucu 4d16001
fix(test): await startWebServer calls in remaining tests
MBanucu b5b2172
refactor(websocket): move websocket upgrade to dedicated /ws route
MBanucu 14fbb25
refactor(server): redirect root path to index.html
MBanucu 4e01b86
feat(web/server): implement WebSocket pub/sub and fix session updates
MBanucu 560f1ed
refactor(web): restructure into client, server, and shared subdirecto…
MBanucu ed3d0e1
refactor: remove Pino logger and console.log statements
MBanucu bc6be8a
fix(websocket): do not return response on successful upgrade
MBanucu d6de54e
fix: update version and author in package.json; clean up error handli…
MBanucu e506a6e
docs: comprehensively update project documentation
MBanucu 55f4ff9
refactor(pty): streamline server URL handling and add port conflict r…
MBanucu d7926d4
Merge upstream/main to make branch mergeable
MBanucu 6b01be5
docs: remove completed routing simplification plan
MBanucu 255f6de
chore: bump version to 0.1.4-test.4
MBanucu 7795c56
refactor: rename slash command to pty-server-url
MBanucu 512800a
chore: update package metadata to shekohex
MBanucu 66e705d
ci: remove security job from CI workflow
MBanucu 3aa35f5
ci: clean up CI workflow triggers
MBanucu 914582d
fix: update import paths to resolve TypeScript module resolution errors
MBanucu 85c15ac
ci: update workflow dependencies and commands
MBanucu 78d9115
ci: enable matrix strategy for parallel test execution
MBanucu 2c70483
ci(release): update workflow triggers and remove redundant steps
MBanucu aaa860a
fix: resolve ESLint errors and update config
MBanucu 7db8ab4
ci: re-enable lint step in CI workflow
MBanucu 151d989
chore(release): bump version to 0.1.4
MBanucu 9934322
fix(pty): fix race condition in PTY read loop
MBanucu 92e9769
style: fix prettier formatting in test files
MBanucu 60d14a1
fix(pty): add version check before patching bun-pty
MBanucu 9e6ee8f
style: fix prettier formatting in spawn repeat test
MBanucu ecb2551
ci: simplify test matrix to run all tests
MBanucu 3d7de9d
refactor(web/server): modernize web server with class-based architect…
MBanucu 728fa8e
fix(ci): fix CI test runs and refactor web server tests
MBanucu 90b304e
ci: parallelize quality checks with matrix strategy
MBanucu 7449100
refactor: extract API paths to public constants
MBanucu b3bcd45
style: apply prettier formatting and eslint fixes
MBanucu cb0dd91
build: simplify build and install scripts
MBanucu 9330675
ci: disable fail-fast in quality matrix
MBanucu 2bef1dd
refactor: clean up shared types and update CI tests
MBanucu 53e8517
fix: increase websocket test timeout to prevent flakiness
MBanucu 6a7c378
refactor(test): simplify test server startup using PTYServer
MBanucu 6667f0c
fix(test): improve callback handling and CI test inclusion
MBanucu a644aab
ci: include pty-tools test in CI workflow
MBanucu 5908f54
fix(test): enable concurrent execution and fix websocket test flakiness
MBanucu ac23d61
refactor(test): extract shared utilities for concurrent test execution
MBanucu 0c8964c
ci: specify Bun version to 1.3.6 for consistency
MBanucu ff000eb
fix(ci): correct command syntax for concurrent test execution
MBanucu 0c86f4a
fix(ci): correct command syntax for test execution
MBanucu df372fd
fix(ci): correct command syntax for test execution
MBanucu 5d9d28f
fix(ci): update test command to include all relevant test files
MBanucu f0c5df5
fix(tests): remove unnecessary await from expect statements in ptyRea…
MBanucu 2642e26
fix(ci): include pty-tools test in concurrent test execution
MBanucu b904666
fix(tests): add afterEach hook to restore mocks in PTY Tools tests
MBanucu 2f16130
fix(tests): add afterEach hook to restore mocks in PTY Tools tests
MBanucu 977f03b
fix(tests): add afterAll hook to restore mocks in PTY Tools tests
MBanucu e0dcd09
fix(tests): include pty-tools test in concurrent execution
MBanucu a343b27
fix(server): refactor server initialization and cleanup logic for imp…
MBanucu de63f05
fix(dependencies): remove yargs and @types/yargs from package.json
MBanucu 71d1e54
Merge branch 'main' into fix-ci-shekohex
MBanucu 01cc030
refactor: improve PTY session types and lifecycle management
MBanucu bef0351
fix(tests): update cleanup method in integration tests for consistency
MBanucu 32118d5
Merge branch 'tmp' into fix-ci-shekohex
MBanucu a2f6cb9
refactor(server): remove global server management functions
MBanucu 6e3b835
refactor(plugin): replace server URL retrieval with PTYServer instance
MBanucu fccb995
refactor(tests): streamline integration tests by replacing beforeEach…
MBanucu f69b16a
ci: include pty-echo test in CI pipeline and refactor test setup
MBanucu 5e8df1b
style(test): fix formatting issues
MBanucu d5e3c5d
ci: add npm-pack-structure test to CI pipeline and update websocket t…
MBanucu 820e927
fix: update waitOpen method to use setImmediate for better performance
MBanucu f2031eb
fix(test): update npm pack structure test description and remove plug…
MBanucu 6fb51dd
fix: replace fake client with OpencodeClient in ManagedTestServer con…
MBanucu ba40f4e
fix: replace fake client with OpencodeClient in start-server initiali…
MBanucu 37bc760
fix: replace fake client with OpencodeClient in PTY Echo Behavior tests
MBanucu 6a73d0d
fix: enhance mock session data in PTY Tools tests
MBanucu aca13a7
fix(test): improve error handling and port file polling in npm pack i…
MBanucu 0532445
fix(test): fix npm pack integration test by pinning working dependenc…
MBanucu 8f5004b
style: fix code formatting in npm pack integration test
MBanucu 450c70f
refactor(test): modernize integration tests and simplify CI test exec…
MBanucu f5b818f
style(test): fix prettier formatting in integration test
MBanucu 74f938a
refactor: replace Session type with PTYSessionInfo across components …
MBanucu 79747a1
fix(client): fix kill API endpoint and remove unhandled ping messages
MBanucu 95544bd
test(integration): add console.log debugging for CI timeout investiga…
MBanucu c12e043
ci(test): increase test timeout to 30 seconds
MBanucu 1a49d52
test(integration): wait for exited state in error conditions test
MBanucu 7ec91b8
test(integration): log full response object for better debugging
MBanucu 414ca86
style(test): remove all console.log debugging statements
MBanucu ee38da4
test(integration): add test for input to sleeping session
MBanucu a9ce51a
fix(e2e): fix timeout by reading actual server port from file
MBanucu cf45def
refactor(server): remove unused manager initialization and cleanup logic
MBanucu 3d60153
fix(e2e): improve error handling for invalid port file format
MBanucu 3f4b2e7
fix(e2e): fix session creation and UI update race condition
MBanucu bd5568c
fix(e2e): add debugging and fix session management race conditions
MBanucu 6e22ec0
fix(e2e): fix session list UI update race condition
MBanucu 9f65bb5
test(e2e): add console.log to WebSocket message handler
MBanucu a5749e7
fix(e2e): remove console listener to allow console.log output
MBanucu acdd973
fix(e2e): add console listener to debug browser console messages
MBanucu 560827d
fix(e2e): make test use app's WebSocket instead of creating separate one
MBanucu 0a77846
feat(web): add support for session:update WebSocket events
MBanucu 4e05abb
fix(test): remove broken E2E test for historical buffer loading
MBanucu 2105ab1
fix(test): fix e2e tests and CI build process
MBanucu e9df1f7
fix(websocket): fix raw_data counter not updating when typing in xterm
MBanucu b534586
fix(terminal): remove redundant local echo causing double characters
MBanucu 1af9d03
refactor(terminal): simplify TerminalRenderer by removing inheritance…
MBanucu fbdfc7b
refactor(e2e,ui): remove unused component and flaky test, improve ses…
MBanucu b1eeb1b
docs(agents): add terminal system architecture documentation
MBanucu 9778ce2
refactor(web,test): centralize routes and standardize session cleanup…
MBanucu d3cc66d
refactor(web,test): improve RouteBuilder API and build failure handling
MBanucu 28bddb4
refactor(web): introduce type-safe API client with compile-time valid…
MBanucu c9b9644
refactor(e2e,web): centralize api client usage across tests and server
MBanucu 0727de8
refactor(e2e): adopt api fixture across all test suites
MBanucu 57e7586
refactor(e2e): improve fixtures with auto-navigation and session cleanup
MBanucu e520f56
refactor(e2e): remove redundant server parameter and navigation calls
MBanucu f84d070
refactor(e2e): add autoCleanup fixture and remove manual session clea…
MBanucu fc38600
chore(e2e): remove debug console statements from UI tests
MBanucu a49878a
test(pty): add integration test for pty spawn echo
MBanucu f40eaba
feat(formatters): improve PTY session info formatting
MBanucu bb64537
ci(nix-flake): add CI workflow using Nix Flakes
MBanucu 9532e7a
test(pty-list): fix assertion for multiline session output
MBanucu c4e87f5
ci: add Nix Flake CI job to main workflow and remove standalone file
MBanucu e7510fa
ci(nix): use --command -- for each Nix devShell workflow step
MBanucu 4c12216
test(package): simplify test:all script to direct bun test
MBanucu b041336
ci(nix): split Nix Flake CI unit and E2E test steps
MBanucu 0b54660
ci(nix): add build step to Nix Flake CI workflow
MBanucu 515669e
build(package): remove typecheck from build script
MBanucu 91b4905
test(e2e-terminal): stabilize terminal prompt and echo E2E tests
MBanucu 29ad888
docs(e2e): document terminal E2E test policy and ban DOM assertions
MBanucu a3116c9
test(e2e): clean up unused variables and debug helpers
MBanucu 20de494
ci(github-actions): refactor nix-flake-test to use matrix strategy
MBanucu 57fb3c6
test(e2e): ensure fast-typing PTY test creates its own session
MBanucu 3d5f682
ci: simplify workflow matrix and remove obsolete build scripts
MBanucu 047a5c9
fix(build): correct prepack script to run actual production build
MBanucu 9cf8fc3
ci(github-actions): cache nix flake builds via magic nix cache
MBanucu e9113ce
ci(github-actions): add e2e to test matrix and install playwright
MBanucu 235decd
chore(ci): add missing newline to workflow yaml
MBanucu a2ed526
fix(pty-tools): require 'args' for ptySpawn tool (BREAKING)
MBanucu 1f51a72
refactor(test): restructure E2E tests and add WebSocket event testing
MBanucu d649343
Add Event-Driven E2E Testing pattern to AGENTS.md
MBanucu cd1f5e0
refactor(test): consolidate E2E WebSocket testing into ManagedTestClient
MBanucu 33c742f
docs(agents): refactor AGENTS.md into structured directory
MBanucu 1bce22a
refactor(tests): improve test reliability, error handling, and code c…
MBanucu 7a8a1d5
test(ui): increase connect expect timeout to 10s for reliability
MBanucu 3f0b76a
docs: fix and expand agent documentation
MBanucu 7d8396d
refactor(e2e/fixtures): use _ for unused function parameter
MBanucu 9362c74
style(lint): remove unused dependencies and fix empty object pattern
MBanucu 5997012
style(types): suppress unused vars warning for infer _ pattern
MBanucu 5b7a1da
style(performance): remove unused vars and fix any type casting
MBanucu f907f67
style(lint): remove unused variables in catch blocks
MBanucu 074e6b2
style(types): replace any with Record<string, unknown> in toJSON
MBanucu 0831567
style(callback): replace any with string in Bun.Server type
MBanucu 5d26d40
fix(callback): correct Bun.Server generic type to undefined
MBanucu cd3a860
style(health): remove any cast with HealthResponse interface
MBanucu fd21f9a
style(responses): replace any with unknown in JsonResponse
MBanucu d194f9a
chore(deps): bump @opencode-ai/plugin and @opencode-ai/sdk to 1.1.47
MBanucu a076bca
test(ptys): add directory and worktree to ToolContext mocks
MBanucu 9f0b143
test(pty-tools): use inline arrow functions for ToolContext mocks
MBanucu 8c79efe
chore(config): remove bunfig.toml test config
MBanucu 4226d11
docs: restructure project documentation
MBanucu f0e8bdf
refactor: improve type safety in PTY terminal prototype workaround
MBanucu 971042a
refactor: improve TypeScript type safety by eliminating any types
MBanucu e564086
refactor(typescript): improve type safety by eliminating any casts an…
MBanucu 16868f3
refactor(test): improve waitForTerminalRegex type safety and error ha…
MBanucu 7976238
refactor(typescript): improve WebSocket type safety and update docume…
MBanucu 11da99f
refactor(docs): split long files to improve maintainability
MBanucu 60e3d8f
feat(input): implement hybrid WebSocket+HTTP input transmission
MBanucu e49e8a4
docs(readme): add web ui demo video to readme
MBanucu 241d47c
docs(api): update REST API documentation
MBanucu 6456aab
docs: update web UI startup instructions
MBanucu a558e7b
docs(readme): update development section with future implementation r…
MBanucu 658b3dc
docs: remove outdated internal documentation
MBanucu e359ead
docs: fix plugin path in local development example
MBanucu 9f9516c
style: format README.md with prettier
MBanucu a20a15c
chore: clean up package.json scripts and ci workflow
MBanucu a108a90
ci: upgrade nix flake ci to use determinate action
MBanucu f550c71
chore: optimize package.json scripts and fix ci build command
MBanucu 3e87a74
fix(test): use build:prod script in e2e global setup
MBanucu cd4996d
ci: add bun caching to nix ci job
MBanucu ca0fda6
ci: use bun ci for dependency installation in ci
MBanucu 0f2b79c
ci: disable flakehub in nix magic cache
MBanucu 84dc92b
chore: remove bun2nix setup
MBanucu 7c7c2a1
refactor: use package-level imports and add Vite alias
MBanucu 853e218
refactor: complete package-level import refactoring
MBanucu 75f56b5
refactor: remove debug log in session cleanup
MBanucu da6a4af
feat: add browser opening for pty server url command
MBanucu c3b1166
refactor: rename pty server url command to pty-open-background-spy
MBanucu 1d8eae7
refactor: update pty command description to reflect browser opening
MBanucu 6a40c3c
refactor: simplify session deleted event handling
MBanucu 269f175
docs: update slash command name to pty-open-background-spy
MBanucu 07d7855
docs: update README for current repository and remove outdated sections
MBanucu 3747e5e
docs: add sequence diagrams for PTY plugin use cases
MBanucu 794efc5
chore: remove unused agent commands and simplify instructions
MBanucu e88b5c5
refactor: rename source files to kebab-case convention
MBanucu c31e63e
perf(plugin): lazy-load PTY server initialization
MBanucu 8e5995b
style(plugin): remove commented serverUrl code
MBanucu d9d5c29
build(deps): move client dependencies to devDependencies
MBanucu 3cec915
refactor(deps): remove strip-ansi dependency, use Bun.stripANSI
MBanucu 5742d6a
chore: update dependencies to latest versions
MBanucu 74612b7
chore: update OpenCode AI dependencies to latest versions
MBanucu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,93 @@ | ||
| name: CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
| workflow_dispatch: | ||
|
|
||
| permissions: | ||
| contents: read | ||
| actions: read | ||
|
|
||
| jobs: | ||
| test: | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| quality: [test, typecheck, lint, format:check, test:e2e] | ||
| runs-on: ubuntu-24.04 | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v6 | ||
|
|
||
| - name: Setup Bun | ||
| uses: oven-sh/setup-bun@v2 | ||
| with: | ||
| bun-version: 1.3.6 | ||
|
|
||
| - name: Cache Bun dependencies | ||
| uses: actions/cache@v5 | ||
| with: | ||
| path: ~/.bun/install/cache | ||
| key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} | ||
| restore-keys: | | ||
| ${{ runner.os }}-bun- | ||
|
|
||
| - name: Install dependencies | ||
| run: bun ci | ||
|
|
||
| - name: Install Playwright Browsers | ||
| run: bunx playwright install --with-deps | ||
|
|
||
| - name: Build | ||
| run: bun build:prod | ||
|
|
||
| - name: Run quality step | ||
| run: bun ${{matrix.quality}} | ||
|
|
||
| dependency-review: | ||
| runs-on: ubuntu-24.04 | ||
| if: github.event_name == 'pull_request' | ||
| steps: | ||
| - name: Checkout Repository | ||
| uses: actions/checkout@v6 | ||
|
|
||
| - name: Dependency Review | ||
| uses: actions/dependency-review-action@v4 | ||
|
|
||
| nix-flake-test: | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| quality: [quality, test, test:e2e] | ||
| name: Nix Flake CI | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| id-token: write # Required for FlakeHub cache authentication | ||
| contents: read | ||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v6 | ||
| - name: Install Determinate Nix | ||
| uses: DeterminateSystems/determinate-nix-action@v3 | ||
| - name: Enable Magic Nix Cache | ||
| uses: DeterminateSystems/magic-nix-cache-action@v13 | ||
| with: | ||
| use-flakehub: false | ||
| - name: Cache Bun dependencies | ||
| uses: actions/cache@v5 | ||
| with: | ||
| path: ~/.bun/install/cache | ||
| key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} | ||
| restore-keys: | | ||
| ${{ runner.os }}-bun- | ||
| - name: Install dependencies (Nix devShell) | ||
| run: nix develop .# --command bun ci | ||
|
|
||
| - name: Build (Nix devShell) | ||
| run: nix develop .# --command bun build:prod | ||
|
|
||
| - name: Quality checks (Nix devShell) | ||
| run: nix develop .# --command bun ${{matrix.quality}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,10 @@ dist | |
| coverage | ||
| *.lcov | ||
|
|
||
| # test results and reports | ||
| playwright-report/ | ||
| test-results/ | ||
|
|
||
| # logs | ||
| logs | ||
| _.log | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "$schema": "https://opencode.ai/config.json", | ||
| "instructions": ["README.md"] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Dependencies | ||
| node_modules/ | ||
| bun.lock | ||
|
|
||
| # Build outputs | ||
| dist/ | ||
| *.tgz | ||
|
|
||
| # Test reports | ||
| playwright-report/ | ||
| test-results/ | ||
| coverage/ | ||
|
|
||
| # Logs | ||
| *.log | ||
| logs/ | ||
|
|
||
| # OS generated files | ||
| .DS_Store | ||
| Thumbs.db | ||
|
|
||
| # IDE | ||
| .vscode/ | ||
| .idea/ | ||
|
|
||
| # Git | ||
| .git/ | ||
|
|
||
| # Lock files (Bun handles this) | ||
| bun.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "semi": false, | ||
| "trailingComma": "es5", | ||
| "singleQuote": true, | ||
| "printWidth": 100, | ||
| "tabWidth": 2, | ||
| "useTabs": false | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.