case
No description available.
File Explorer
- closer.md
- implementer.md
- interviewer.md
- retrospective.md
- reviewer.md
- scout.md
- verifier.md
- no-direct-taskjson-write.yml
- no-hardcoded-paths.yml
- no-macos-open.yml
- no-console-log.yml
- no-default-export.yml
- no-require.yml
- README.md
- .gitkeep
- authkit-framework.md
- authkit-session.md
- cli.md
- README.md
- skills-plugin.md
- workos-node.md
- claude-md-ordering.md
- code-style.md
- commits.md
- entropy-management.md
- pull-requests.md
- README.md
- testing.md
- authkit-nextjs.md
- authkit-session.md
- authkit-tanstack-start.md
- cli.md
- README.md
- skills.md
- workos-node.md
- add-authkit-framework.md
- add-cli-command.md
- add-feature.md
- cross-repo-update.md
- fix-bug.md
- README.md
- .gitkeep
- README.md
- case-logo.png
- case-logo.svg
- failure-matrix.md
- golden-principles.md
- philosophy.md
- agent-config.spec.ts
- assembler-inline.spec.ts
- assembler.spec.ts
- cli-orchestrator.spec.ts
- color.spec.ts
- commands.spec.ts
- config.spec.ts
- dag-builder-scout.spec.ts
- dag-builder.spec.ts
- dag-executor.spec.ts
- dag-merge.spec.ts
- dag-status.spec.ts
- data-dir.spec.ts
- events-appender.spec.ts
- events-projections.spec.ts
- events-reducer.spec.ts
- events-validation.spec.ts
- fingerprint.spec.ts
- format.spec.ts
- implement-phase.spec.ts
- init.spec.ts
- interview.spec.ts
- mocks.ts
- onboard-integration.spec.ts
- onboard-interview.spec.ts
- onboard.spec.ts
- orchestrator-session.spec.ts
- outcome-table.spec.ts
- package-assets.spec.ts
- parse-agent-result.spec.ts
- paths.spec.ts
- pi-runner.spec.ts
- pipeline-tool.spec.ts
- pipeline.spec.ts
- prefetch.spec.ts
- review-phase.spec.ts
- sanitize.spec.ts
- scout.spec.ts
- structured-log.spec.ts
- task-factory.spec.ts
- task-scanner.spec.ts
- transitions.spec.ts
- tui-renderer.spec.ts
- verify-phase.spec.ts
- watch-renderer.spec.ts
- watch-watcher.spec.ts
- working-memory.spec.ts
- pi-adapter.ts
- baseline-tool.ts
- define-tool.ts
- issue-tool.ts
- pipeline-tool.ts
- task-tool.ts
- config.ts
- orchestrator-session.ts
- pi-runner.ts
- prompt-loader.ts
- runtime.ts
- analyze-failure.ts
- bootstrap.ts
- check.ts
- create.ts
- index.ts
- init.ts
- mark-manual-tested.ts
- mark-reviewed.ts
- mark-tested.ts
- onboard.ts
- run.ts
- session.ts
- snapshot.ts
- status.ts
- update-memory.ts
- upload.ts
- watch.ts
- assembler.ts
- prefetch.ts
- builder.ts
- executor.ts
- fingerprint.ts
- merge.ts
- outcome-table.ts
- restore.ts
- status.ts
- types.ts
- ast-grep.ts
- build-binary.ts
- generate-package-assets.ts
- lint-ast-all.ts
- lint-ast.ts
- lint-paths.ts
- run-sequence.ts
- run-tests.ts
- test-ast-rules.ts
- cli-orchestrator.ts
- issue-fetcher.ts
- repo-detector.ts
- task-factory.ts
- task-scanner.ts
- appender.ts
- errors.ts
- plan.ts
- projections.ts
- reducer.ts
- schema.ts
- types.ts
- package-assets.ts
- findings.ts
- session.ts
- writers.ts
- format.ts
- schema.ts
- working-memory.ts
- writer.ts
- close.ts
- implement.ts
- retrospective.ts
- review.ts
- revision.ts
- scout.ts
- verify.ts
- color.ts
- format.ts
- structured-log.ts
- tui-renderer.ts
- types.ts
- findings.ts
- task-store.ts
- transitions.ts
- sanitize.ts
- logger.ts
- parse-agent-result.ts
- parse-jsonl.ts
- run-command.ts
- slugify.ts
- prompt-tracker.ts
- renderer.ts
- watcher.ts
- binary-env.ts
- config.ts
- data-dir.ts
- index.ts
- notify.ts
- package-asset-modules.d.ts
- package-assets.ts
- paths.ts
- pipeline.ts
- types.ts
- version.ts
- .gitkeep
- authkit-nextjs-1-issue-364-proxy-support.md
- authkit-nextjs-1-issue-364-proxy-support.task.json
- authkit-nextjs-2-issue-385.md
- authkit-nextjs-2-issue-385.task.json
- cli-1-auto-env-after-login.md
- cli-1-auto-env-after-login.task.json
- .gitkeep
- authkit-framework.md
- bug-fix.md
- cli-command.md
- cross-repo-update.md
- README.md
- task.schema.json
- bunfig.toml
- pi-runner-unit.spec.ts
- prompt-tracker.spec.ts
- computed-paths.ts
- console-error-warn.ts
- esm-import.ts
- named-exports.ts
- taskstore-write.ts
- console-log-usage.ts
- default-export.ts
- direct-taskjson-write.ts
- hardcoded-paths.ts
- macos-open.ts
- require-usage.ts
- .gitignore
- .mcp.json
- .oxfmtrc.json
- .oxlintrc.json
- AGENTS.md
- bun.lock
- bunfig.toml
- CLAUDE.md
- config.schema.json
- CONTEXT.md
- improvements.md
- package.json
- pnpm-lock.yaml
- projects.schema.json
- README.md
- sgconfig.yml
- tsconfig.json
- vitest.config.ts
# 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.
Command Glossary
Commands referenced in this DOCs, explained below.
bun install
View Details ▼
bun install
Install JavaScript dependencies for a project from `package.json`.
bun {{[i|install]}}
Install all dependencies listed in `package.json`:
bun {{[i|install]}} {{package_name}}@{{version}}
Install a single package (this is an alias for `bun add`):
bun {{[i|install]}} {{[-g|--global]}} {{package_name}}
Install a package globally:
bun link
View Details ▼
bun link
Register a local package as linkable or link a registered package into a project.
See also: `bun unlink`.
bun link
Link the current package globally:
bun link {{package_name}}
Link a package locally to a project:
bun link --cwd {{path/to/package}}
Link a package in a specific directory:
bun run
View Details ▼
bun run
Execute a JavaScript/TypeScript file, or a script from `package.json`.
bun run {{script_name}}
Run a script defined in `package.json`:
bun run {{path/to/file.ts}}
Run a JavaScript or TypeScript file directly:
bun run --watch {{path/to/file.ts}}
Run a file in "watch" mode (restarts automatically when the file changes):
bun test
View Details ▼
bun test
Run tests using Bun's built-in test runner.
It is a fast, Jest-compatible test runner that looks for `*.test.ts` (and similar) files.
bun test
Run all test files found in the project:
bun test {{path/to/file.test.ts}}
Run a specific test file or directory:
bun test --watch
Run tests in "watch" mode (re-runs automatically on file changes):
standard
View Details ▼
standard
The JavaScript Standard Style tool for linting and fixing JavaScript code.
standard
Lint all JavaScript source files in the current directory:
standard {{path/to/file1 path/to/file2 ...}}
Lint specific JavaScript file(s):
standard --fix
Apply automatic fixes during linting:
