PlanOpticon

Fix GitHub org name: conflict-llc -> ConflictHQ

leo 2026-02-15 04:55 trunk
Commit c33fef2316fa7557c57697e8c10e5b8a121eef1efbc084ecd9a89445a075c359
--- docs/contributing.md
+++ docs/contributing.md
@@ -1,11 +1,11 @@
11
# Contributing
22
33
## Development setup
44
55
```bash
6
-git clone https://github.com/conflict-llc/PlanOpticon.git
6
+git clone https://github.com/ConflictHQ/PlanOpticon.git
77
cd PlanOpticon
88
python -m venv .venv
99
source .venv/bin/activate
1010
pip install -e ".[dev]"
1111
```
1212
--- 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 @@
2323
```
2424
2525
## From source
2626
2727
```bash
28
-git clone https://github.com/conflict-llc/PlanOpticon.git
28
+git clone https://github.com/ConflictHQ/PlanOpticon.git
2929
cd PlanOpticon
3030
pip install -e ".[dev]"
3131
```
3232
3333
## Binary download
3434
3535
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):
3737
3838
| Platform | Download |
3939
|----------|----------|
4040
| macOS (Apple Silicon) | `planopticon-macos-arm64` |
4141
| macOS (Intel) | `planopticon-macos-x86_64` |
4242
--- 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 @@
11
site_name: PlanOpticon
22
site_url: https://planopticon.dev
33
site_description: AI-powered video analysis and knowledge extraction
44
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
77
88
theme:
99
name: material
1010
palette:
1111
- media: "(prefers-color-scheme: light)"
@@ -86,8 +86,8 @@
8686
- Contributing: contributing.md
8787
8888
extra:
8989
social:
9090
- icon: fontawesome/brands/github
91
- link: https://github.com/conflict-llc/PlanOpticon
91
+ link: https://github.com/ConflictHQ/PlanOpticon
9292
9393
copyright: Copyright © 2026 CONFLICT LLC
9494
--- 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 @@
7575
]
7676
7777
[project.urls]
7878
Homepage = "https://planopticon.dev"
7979
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"
8282
8383
[project.scripts]
8484
planopticon = "video_processor.cli.commands:main"
8585
8686
[tool.setuptools.packages.find]
8787
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button