Two files, one repository
unoplat/unoplat-code-confluence ships 3 formats across 17 indexed files. The question worth asking is whether the second one says anything the first does not.
| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 2 | 13 | 0% |
| Commands | 0 | 5 | 6 | 0% |
| Section tags | 3 | 1 | 4 | 38% |
What each file covers
Sections
0 shared · 2 only in A · 13 only in B- − Unoplat Code Confluence Agent Instructions
- − Project Command Requirements
- + Engineering Workflow
- + Install
- + Build
- + Dev
- + Test
- + Lint
- + Type Check
- + Dependency Guide
- + Business Domain
- + Description
- + References
- + App Interfaces
- + Architecture
Commands
0 shared · 5 only in A · 6 only in B- − uv run pytest
- − uv run ruff
- − python
- − pip
- − pytest
- + uv sync --locked --group dev
- + uv.lock
- + uv build
- + uv run ucc
- + uv run --group dev ruff check src/
- + uv run --group dev pyrefly check src/
Section tags
3 shared · 1 only in A · 4 only in B- − monorepo
- + setup
- + build
- + types
- + git-pr
- test
- lint-format
- agent-behaviour
Line diff
unoplat/unoplat-code-confluence · AGENTS.md
@@ −1 @@
1# Unoplat Code Confluence Agent Instructions
2
3## Project Command Requirements
4
5- **TypeScript/JavaScript projects:** Before running any project-related command, inspect the nearest applicable `package.json`. Use its declared `packageManager` and scripts, and run the command from the package directory unless the script explicitly targets a workspace root. Do not guess install, build, test, lint, type-check, format, dev-server, or code-generation commands.
6- **Python projects:** Use `uv` for all Python dependency and project commands. Run Python tools through `uv run` (for example, `uv run python`, `uv run pytest`, and `uv run ruff`) rather than invoking `python`, `pip`, `pytest`, or other Python executables directly. Inspect the applicable `pyproject.toml` and project task configuration before selecting command arguments or dependency groups.
7
unoplat/unoplat-code-confluence · unoplat-code-confluence-cli/AGENTS.md
@@ +1 @@
1<!-- UNOPLAT_CODE_CONFLUENCE_CONTEXT:BEGIN -->
2<CRITICAL_INSTRUCTION>
3
4> Generated from branch `dev` at commit `5ecdba39d57f50c5188a8e32b9dd4f52d01611fe` (2026-07-18). Content may become stale as new commits land.
5
6</CRITICAL_INSTRUCTION>
7
8## Engineering Workflow
9### Install
10- `uv sync --locked --group dev` — `pyproject.toml` / `uv.lock`
11
12### Build
13- `uv build` — `pyproject.toml`
14
15### Dev
16- `uv run ucc` — `pyproject.toml` (project script entry point)
17
18### Test
19- Not detected
20
21### Lint
22- `uv run --group dev ruff check src/` — `Taskfile.yml`
23
24### Type Check
25- `uv run --group dev pyrefly check src/` — `Taskfile.yml`
26
27## Dependency Guide
28See [`dependencies_overview.md`](./dependencies_overview.md) for the full dependency catalog and usage notes.
29
30## Business Domain
31### Description
32
33Unoplat Code Confluence CLI manages a local Docker Compose deployment for repository-aware AI code assistance, including Flow Bridge, a query engine, and a frontend. It registers and refreshes Git repositories, verifies repository and model-provider credentials, tracks GitHub release manifests and installed state, and initiates AGENTS.md-generation workflows that raise pull requests.
34
35### References
36
37See [`business_domain_references.md`](./business_domain_references.md) for the supporting source references used to derive this domain summary.
38
39## App Interfaces
40See [`app_interfaces.md`](./app_interfaces.md) for the canonical interface and endpoint reference.
41
42## Architecture
43See [`architecture.md`](./architecture.md) for the canonical system architecture diagram.
44
45<!-- UNOPLAT_CODE_CONFLUENCE_CONTEXT:END -->
46
@@ −1 +1 @@
1−# Unoplat Code Confluence Agent Instructions
1+<!-- UNOPLAT_CODE_CONFLUENCE_CONTEXT:BEGIN -->
2+<CRITICAL_INSTRUCTION>
23
3−## Project Command Requirements
4+> Generated from branch `dev` at commit `5ecdba39d57f50c5188a8e32b9dd4f52d01611fe` (2026-07-18). Content may become stale as new commits land.
45
5−- **TypeScript/JavaScript projects:** Before running any project-related command, inspect the nearest applicable `package.json`. Use its declared `packageManager` and scripts, and run the command from the package directory unless the script explicitly targets a workspace root. Do not guess install, build, test, lint, type-check, format, dev-server, or code-generation commands.
6−- **Python projects:** Use `uv` for all Python dependency and project commands. Run Python tools through `uv run` (for example, `uv run python`, `uv run pytest`, and `uv run ruff`) rather than invoking `python`, `pip`, `pytest`, or other Python executables directly. Inspect the applicable `pyproject.toml` and project task configuration before selecting command arguments or dependency groups.
6+</CRITICAL_INSTRUCTION>
7+
8+## Engineering Workflow
9+### Install
10+- `uv sync --locked --group dev` — `pyproject.toml` / `uv.lock`
11+
12+### Build
13+- `uv build` — `pyproject.toml`
14+
15+### Dev
16+- `uv run ucc` — `pyproject.toml` (project script entry point)
17+
18+### Test
19+- Not detected
20+
21+### Lint
22+- `uv run --group dev ruff check src/` — `Taskfile.yml`
23+
24+### Type Check
25+- `uv run --group dev pyrefly check src/` — `Taskfile.yml`
26+
27+## Dependency Guide
28+See [`dependencies_overview.md`](./dependencies_overview.md) for the full dependency catalog and usage notes.
29+
30+## Business Domain
31+### Description
32+
33+Unoplat Code Confluence CLI manages a local Docker Compose deployment for repository-aware AI code assistance, including Flow Bridge, a query engine, and a frontend. It registers and refreshes Git repositories, verifies repository and model-provider credentials, tracks GitHub release manifests and installed state, and initiates AGENTS.md-generation workflows that raise pull requests.
34+
35+### References
36+
37+See [`business_domain_references.md`](./business_domain_references.md) for the supporting source references used to derive this domain summary.
38+
39+## App Interfaces
40+See [`app_interfaces.md`](./app_interfaces.md) for the canonical interface and endpoint reference.
41+
42+## Architecture
43+See [`architecture.md`](./architecture.md) for the canonical system architecture diagram.
44+
45+<!-- UNOPLAT_CODE_CONFLUENCE_CONTEXT:END -->
746
