RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/CLAUDE.md/conductor-oss/conductor

CLAUDE.md

CLAUDE.md
CLAUDE.mdroot

Quality

48/100

Scores the file, not the repository.

Length

431 words

6 headings · 0 code blocks

Repository

32k

— · pushed 0 days ago

Last changed

3 days ago

First indexed 3 days ago.
conductor-oss/conductor/CLAUDE.mdRawGitHub
1# CLAUDE.md — conductor (server repo)
2 
3Instructions for Claude Code working in this repository.
4 
5## Writing Documentation
6 
7Documentation in this project is **derived from source**, not composed from memory or intuition. The workflow is: open the source → read what's there → write the doc from what you find. The source is the spec; the doc is a rendering of it.
8 
9Concrete reason this matters: a curl equivalent for `conductor workflow start --sync` was once written as `POST /api/workflow/{name}/run` — an endpoint that does not exist. Opening `WorkflowResource.java` first would have given the correct path (`POST /api/workflow/execute/{name}/{version}`) immediately.
10 
11### For each content type, start here
12 
13**REST endpoint or curl example**
141. Open the controller: `rest/src/main/java/com/netflix/conductor/rest/controllers/`
152. Find the method by its `@PostMapping`/`@GetMapping` annotation — copy the path literally.
163. Read the method signature for query params, path variables, and request body.
174. Write the curl from what you just read.
18 
19**CLI command or flag**
201. Open `conductor-cli/cmd/*.go` (separate repo under this workspace).
212. Find the `cobra.Command` for the subcommand and read its `Flags()` declarations.
223. Write the example from what you just read — flag names, types, and defaults.
23 
24**SDK code example (Python, JS, Java, Go)**
251. Open the SDK source file for the method you're documenting.
262. Read the method signature and required parameters.
273. If a working test exists for that method, use it as the starting point.
284. Write from the signature — do not infer from the method name alone.
29 
30**Expected output block**
311. Get real output: run the command, or find it in test fixtures or CI logs.
322. Paste verbatim. Do not construct output that "looks right."
333. For variable fields (IDs, timestamps), use annotated placeholders like `<workflow-id>`.
34 
35**Editing an existing section**
36- Before changing anything, read every code block and command in the section.
37- Verify each one using the steps above, not just the block you plan to change.
38- Fix anything you find while you're there.
39 
40### When you can't verify
41 
42If a running server or CLI is unavailable:
43- Add `<!-- TODO: verify against live server -->` in the file.
44- Note it explicitly in the PR description.
45- Do not write an unverified example and leave it unmarked.
46 
47### Key source locations
48 
49| Content | Where to look |
50|---|---|
51| REST API routes | `rest/src/main/java/com/netflix/conductor/rest/controllers/` |
52| Workflow sync execution | `WorkflowResource.java` → `executeWorkflow()` at `@PostMapping("execute/{name}/{version}")` |
53| Task routes | `TaskResource.java` |
54| CLI subcommands and flags | `conductor-cli/cmd/workflow.go`, `cmd/task.go`, etc. |
55 
56## Other Guidelines
57 
58See [AGENTS.md](AGENTS.md) for full project conventions: code style, testing, dependency pinning, PR guidelines.
59 

Sections

  • CLAUDE.md — conductor (server repo)
  • Writing Documentation
  • For each content type, start here
  • When you can't verify
  • Key source locations
  • Other Guidelines

What it covers

typesagent-behaviourdocs

Stack — with the evidence

java

(1.00)

javascript

(0.95)

node

(0.70)

react

(0.70)

vite

(0.70)

vitest

(0.70)

playwright

(0.70)

eslint

(0.70)

typescript

(0.60)

python

(0.60)

github-actions

(0.60)

Format

CLAUDE.md

Claude Code's memory file. Shaped like AGENTS.md but with two things it lacks: @path imports, so shared rules live in one place, and a user-scope layer that follows the developer across repos rather than shipping with the code.

What the corpus says about it

Repository

Owner
conductor-oss
Language
—
License
—
Archived
no

All configs in this repo

Also in conductor-oss/conductor

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
conductor-oss/conductorAGENTS.md · 32kAGENTS.mdjavajavascript+9setupteststylearch+780/1003 days ago
Diff against AGENTS.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
bagisto/bagistoCLAUDE.md · 28kCLAUDE.mdphplaravel+8setupbuildteststyle+5100/1003 days ago
livewire/livewireCLAUDE.md · 24kCLAUDE.mdphpvitest+4setupbuildteststyle+4100/1003 days ago
dotCMS/corecore-web/CLAUDE.md · 949CLAUDE.mdjavanode+13teststylearchtesting-strategy+3100/1003 days ago
nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4kCLAUDE.mdtypescriptnode+16setupbuildstylearch+2100/1003 days ago
microsoft/playwrightCLAUDE.md · 94kCLAUDE.mdtypescriptjavascript+10buildtestlint-formatstyle+7100/1003 days ago
filamentphp/filamentCLAUDE.md · 32kCLAUDE.mdphplaravel+5buildtestlint-formatstyle+7100/1003 days ago
Adit-Jain-srm/NightmareNetCLAUDE.md · 45CLAUDE.mdtypescriptpython+18buildtestlint-formatstyle+6100/1003 days ago
dotCMS/coreCLAUDE.md · 949CLAUDE.mdjavanode+9setupbuildteststyle+799/100today
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack