PlanOpticon
Fix GitHub org name: conflict-llc -> ConflictHQ
Commit
c33fef2316fa7557c57697e8c10e5b8a121eef1efbc084ecd9a89445a075c359
Parent
ecf907c803bf1de…
4 files changed
+1
-1
+2
-2
+3
-3
+2
-2
+1
-1
| --- docs/contributing.md | ||
| +++ docs/contributing.md | ||
| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | # Contributing |
| 2 | 2 | |
| 3 | 3 | ## Development setup |
| 4 | 4 | |
| 5 | 5 | ```bash |
| 6 | -git clone https://github.com/conflict-llc/PlanOpticon.git | |
| 6 | +git clone https://github.com/ConflictHQ/PlanOpticon.git | |
| 7 | 7 | cd PlanOpticon |
| 8 | 8 | python -m venv .venv |
| 9 | 9 | source .venv/bin/activate |
| 10 | 10 | pip install -e ".[dev]" |
| 11 | 11 | ``` |
| 12 | 12 |
| --- docs/contributing.md | |
| +++ docs/contributing.md | |
| @@ -1,11 +1,11 @@ | |
| 1 | # Contributing |
| 2 | |
| 3 | ## Development setup |
| 4 | |
| 5 | ```bash |
| 6 | git clone https://github.com/conflict-llc/PlanOpticon.git |
| 7 | cd PlanOpticon |
| 8 | python -m venv .venv |
| 9 | source .venv/bin/activate |
| 10 | pip install -e ".[dev]" |
| 11 | ``` |
| 12 |
| --- docs/contributing.md | |
| +++ docs/contributing.md | |
| @@ -1,11 +1,11 @@ | |
| 1 | # Contributing |
| 2 | |
| 3 | ## Development setup |
| 4 | |
| 5 | ```bash |
| 6 | git clone https://github.com/ConflictHQ/PlanOpticon.git |
| 7 | cd PlanOpticon |
| 8 | python -m venv .venv |
| 9 | source .venv/bin/activate |
| 10 | pip install -e ".[dev]" |
| 11 | ``` |
| 12 |
| --- docs/getting-started/installation.md | ||
| +++ docs/getting-started/installation.md | ||
| @@ -23,19 +23,19 @@ | ||
| 23 | 23 | ``` |
| 24 | 24 | |
| 25 | 25 | ## From source |
| 26 | 26 | |
| 27 | 27 | ```bash |
| 28 | -git clone https://github.com/conflict-llc/PlanOpticon.git | |
| 28 | +git clone https://github.com/ConflictHQ/PlanOpticon.git | |
| 29 | 29 | cd PlanOpticon |
| 30 | 30 | pip install -e ".[dev]" |
| 31 | 31 | ``` |
| 32 | 32 | |
| 33 | 33 | ## Binary download |
| 34 | 34 | |
| 35 | 35 | Download standalone binaries (no Python required) from |
| 36 | -[GitHub Releases](https://github.com/conflict-llc/PlanOpticon/releases): | |
| 36 | +[GitHub Releases](https://github.com/ConflictHQ/PlanOpticon/releases): | |
| 37 | 37 | |
| 38 | 38 | | Platform | Download | |
| 39 | 39 | |----------|----------| |
| 40 | 40 | | macOS (Apple Silicon) | `planopticon-macos-arm64` | |
| 41 | 41 | | macOS (Intel) | `planopticon-macos-x86_64` | |
| 42 | 42 |
| --- docs/getting-started/installation.md | |
| +++ docs/getting-started/installation.md | |
| @@ -23,19 +23,19 @@ | |
| 23 | ``` |
| 24 | |
| 25 | ## From source |
| 26 | |
| 27 | ```bash |
| 28 | git clone https://github.com/conflict-llc/PlanOpticon.git |
| 29 | cd PlanOpticon |
| 30 | pip install -e ".[dev]" |
| 31 | ``` |
| 32 | |
| 33 | ## Binary download |
| 34 | |
| 35 | Download standalone binaries (no Python required) from |
| 36 | [GitHub Releases](https://github.com/conflict-llc/PlanOpticon/releases): |
| 37 | |
| 38 | | Platform | Download | |
| 39 | |----------|----------| |
| 40 | | macOS (Apple Silicon) | `planopticon-macos-arm64` | |
| 41 | | macOS (Intel) | `planopticon-macos-x86_64` | |
| 42 |
| --- docs/getting-started/installation.md | |
| +++ docs/getting-started/installation.md | |
| @@ -23,19 +23,19 @@ | |
| 23 | ``` |
| 24 | |
| 25 | ## From source |
| 26 | |
| 27 | ```bash |
| 28 | git clone https://github.com/ConflictHQ/PlanOpticon.git |
| 29 | cd PlanOpticon |
| 30 | pip install -e ".[dev]" |
| 31 | ``` |
| 32 | |
| 33 | ## Binary download |
| 34 | |
| 35 | Download standalone binaries (no Python required) from |
| 36 | [GitHub Releases](https://github.com/ConflictHQ/PlanOpticon/releases): |
| 37 | |
| 38 | | Platform | Download | |
| 39 | |----------|----------| |
| 40 | | macOS (Apple Silicon) | `planopticon-macos-arm64` | |
| 41 | | macOS (Intel) | `planopticon-macos-x86_64` | |
| 42 |
+3
-3
| --- mkdocs.yml | ||
| +++ mkdocs.yml | ||
| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | site_name: PlanOpticon |
| 2 | 2 | site_url: https://planopticon.dev |
| 3 | 3 | site_description: AI-powered video analysis and knowledge extraction |
| 4 | 4 | site_author: CONFLICT LLC |
| 5 | -repo_url: https://github.com/conflict-llc/PlanOpticon | |
| 6 | -repo_name: conflict-llc/PlanOpticon | |
| 5 | +repo_url: https://github.com/ConflictHQ/PlanOpticon | |
| 6 | +repo_name: ConflictHQ/PlanOpticon | |
| 7 | 7 | |
| 8 | 8 | theme: |
| 9 | 9 | name: material |
| 10 | 10 | palette: |
| 11 | 11 | - media: "(prefers-color-scheme: light)" |
| @@ -86,8 +86,8 @@ | ||
| 86 | 86 | - Contributing: contributing.md |
| 87 | 87 | |
| 88 | 88 | extra: |
| 89 | 89 | social: |
| 90 | 90 | - icon: fontawesome/brands/github |
| 91 | - link: https://github.com/conflict-llc/PlanOpticon | |
| 91 | + link: https://github.com/ConflictHQ/PlanOpticon | |
| 92 | 92 | |
| 93 | 93 | copyright: Copyright © 2026 CONFLICT LLC |
| 94 | 94 |
| --- mkdocs.yml | |
| +++ mkdocs.yml | |
| @@ -1,11 +1,11 @@ | |
| 1 | site_name: PlanOpticon |
| 2 | site_url: https://planopticon.dev |
| 3 | site_description: AI-powered video analysis and knowledge extraction |
| 4 | site_author: CONFLICT LLC |
| 5 | repo_url: https://github.com/conflict-llc/PlanOpticon |
| 6 | repo_name: conflict-llc/PlanOpticon |
| 7 | |
| 8 | theme: |
| 9 | name: material |
| 10 | palette: |
| 11 | - media: "(prefers-color-scheme: light)" |
| @@ -86,8 +86,8 @@ | |
| 86 | - Contributing: contributing.md |
| 87 | |
| 88 | extra: |
| 89 | social: |
| 90 | - icon: fontawesome/brands/github |
| 91 | link: https://github.com/conflict-llc/PlanOpticon |
| 92 | |
| 93 | copyright: Copyright © 2026 CONFLICT LLC |
| 94 |
| --- mkdocs.yml | |
| +++ mkdocs.yml | |
| @@ -1,11 +1,11 @@ | |
| 1 | site_name: PlanOpticon |
| 2 | site_url: https://planopticon.dev |
| 3 | site_description: AI-powered video analysis and knowledge extraction |
| 4 | site_author: CONFLICT LLC |
| 5 | repo_url: https://github.com/ConflictHQ/PlanOpticon |
| 6 | repo_name: ConflictHQ/PlanOpticon |
| 7 | |
| 8 | theme: |
| 9 | name: material |
| 10 | palette: |
| 11 | - media: "(prefers-color-scheme: light)" |
| @@ -86,8 +86,8 @@ | |
| 86 | - Contributing: contributing.md |
| 87 | |
| 88 | extra: |
| 89 | social: |
| 90 | - icon: fontawesome/brands/github |
| 91 | link: https://github.com/ConflictHQ/PlanOpticon |
| 92 | |
| 93 | copyright: Copyright © 2026 CONFLICT LLC |
| 94 |
+2
-2
| --- pyproject.toml | ||
| +++ pyproject.toml | ||
| @@ -75,12 +75,12 @@ | ||
| 75 | 75 | ] |
| 76 | 76 | |
| 77 | 77 | [project.urls] |
| 78 | 78 | Homepage = "https://planopticon.dev" |
| 79 | 79 | Documentation = "https://planopticon.dev" |
| 80 | -Repository = "https://github.com/conflict-llc/PlanOpticon" | |
| 81 | -Issues = "https://github.com/conflict-llc/PlanOpticon/issues" | |
| 80 | +Repository = "https://github.com/ConflictHQ/PlanOpticon" | |
| 81 | +Issues = "https://github.com/ConflictHQ/PlanOpticon/issues" | |
| 82 | 82 | |
| 83 | 83 | [project.scripts] |
| 84 | 84 | planopticon = "video_processor.cli.commands:main" |
| 85 | 85 | |
| 86 | 86 | [tool.setuptools.packages.find] |
| 87 | 87 |
| --- pyproject.toml | |
| +++ pyproject.toml | |
| @@ -75,12 +75,12 @@ | |
| 75 | ] |
| 76 | |
| 77 | [project.urls] |
| 78 | Homepage = "https://planopticon.dev" |
| 79 | Documentation = "https://planopticon.dev" |
| 80 | Repository = "https://github.com/conflict-llc/PlanOpticon" |
| 81 | Issues = "https://github.com/conflict-llc/PlanOpticon/issues" |
| 82 | |
| 83 | [project.scripts] |
| 84 | planopticon = "video_processor.cli.commands:main" |
| 85 | |
| 86 | [tool.setuptools.packages.find] |
| 87 |
| --- pyproject.toml | |
| +++ pyproject.toml | |
| @@ -75,12 +75,12 @@ | |
| 75 | ] |
| 76 | |
| 77 | [project.urls] |
| 78 | Homepage = "https://planopticon.dev" |
| 79 | Documentation = "https://planopticon.dev" |
| 80 | Repository = "https://github.com/ConflictHQ/PlanOpticon" |
| 81 | Issues = "https://github.com/ConflictHQ/PlanOpticon/issues" |
| 82 | |
| 83 | [project.scripts] |
| 84 | planopticon = "video_processor.cli.commands:main" |
| 85 | |
| 86 | [tool.setuptools.packages.find] |
| 87 |