Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 42 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
[workspace]
members = ["scope"]
resolver = "2"
[package]
name = "dev-scope"
version = "2026.1.1"
edition = "2024"
default-run = "scope"
repository = "https://github.com/oscope-dev/scope"
homepage = "https://oscope-dev.github.io/scope/"
license = "BSD-3-Clause"
keywords = ["local-dev"]
categories = ["command-line-utilities", "development-tools::debugging", "development-tools::build-utils"]
description = "A tool to help diagnose errors, setup machines, and report bugs to authors."
documentation = "https://oscope-dev.github.io/scope/"
readme = "README.md"
publish = true

# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"
[package.metadata.dist]
dist = true

[workspace.dependencies]
[package.metadata.release]
tag-prefix = ""

[[bin]]
name = "scope"

[[bin]]
name = "scope-intercept"

[dependencies]
clap = { version = "4.5.8", features = ["derive", "env"]}
human-panic = "2.0.2"
tokio = { version = "1", features = ["full"] }
Expand Down Expand Up @@ -63,3 +81,19 @@ gethostname = "0.4.3"
normpath = "1.3.0"
fake = "2.10.0"
shellexpand = "3.1.0"

[dev-dependencies]
assert_cmd = "2.0.16"
assert_fs = "1.1.2"
escargot = "0.5.12"
predicates = "3.1.2"
tempfile = "3.0"

[build-dependencies]
vergen = { version = "8.3", features = ["build", "git", "git2"] }
anyhow = "1.0.90"

# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -eux

yarn install
yarn build
yarn build
2 changes: 1 addition & 1 deletion docs/docs/models/ScopeDoctorGroup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 1
---

import CodeBlock from '@theme/CodeBlock';
import Schema from "../../static//schema/v1alpha.com.github.scope.ScopeDoctorGroup.json";
import Schema from "../../static/schema/v1alpha.com.github.scope.ScopeDoctorGroup.json";
import JSONSchemaViewer from "@theme/JSONSchemaViewer";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down
2 changes: 1 addition & 1 deletion docs/static/schema
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions scope/CHANGELOG.md

This file was deleted.

94 changes: 0 additions & 94 deletions scope/Cargo.toml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.