RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/unoplat/unoplat-code-confluence/diff

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.

CompareAGENTS.md ↔ CLAUDE.mdAGENTS.md ↔ Cursor rulesCLAUDE.md ↔ Cursor rules
A · AGENTS.md · 114 wordsB · unoplat-code-confluence-cli/AGENTS.md · 194 words
What each file covers, counted
DimensionSharedOnly in AOnly in BOverlap
Sections02130%
Commands0560%
Section tags31438%

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

+43 added−4 removed3 unchanged6.5% identical
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  

Also from Kynth Studios

Built for the same person as RuleStack

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

StillShipping

Which agent tools have stopped shipping

stillshipping.kynth.studio

BlockDex

Search inside every shadcn registry

blockdex.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

RuleStack

Built by

Kynth Studios

the studio behind ToolDrift, StillShipping and BlockDex

part of Toolproof, the measurement layer for AI agent tooling

Directory

Configs
Stacks
Compare formats
AGENTS.md vs CLAUDE.md
Cursor rules alternatives
Diff two configs
Best AGENTS.md examples
Best Cursor rules examples
What goes in a CLAUDE.md

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

© 2026 RuleStack. A Kynth Studios product. Changelog

RuleStack

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

RuleStack

Built by

Kynth Studios

the studio behind ToolDrift, StillShipping and BlockDex

part of Toolproof, the measurement layer for AI agent tooling

Directory

Configs
Stacks
Compare formats
AGENTS.md vs CLAUDE.md
Cursor rules alternatives
Diff two configs
Best AGENTS.md examples
Best Cursor rules examples
What goes in a CLAUDE.md

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

© 2026 RuleStack. A Kynth Studios product. Changelog

RuleStack

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

RuleStack

Built by

Kynth Studios

the studio behind ToolDrift, StillShipping and BlockDex

part of Toolproof, the measurement layer for AI agent tooling

Directory

Configs
Stacks
Compare formats
AGENTS.md vs CLAUDE.md
Cursor rules alternatives
Diff two configs
Best AGENTS.md examples
Best Cursor rules examples
What goes in a CLAUDE.md

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

© 2026 RuleStack. A Kynth Studios product. Changelog

RuleStack