| Action type, modifier, InvokedAction, Context, callback, Batch, rawValues, suffix naming | references/action.md |
| traverse, completion engine, argument classification, pflagfork, shell patching, complete(), dispatch | references/traverse.md |
| pflag, flag mode, NameAsShorthand, ShorthandOnly, Nargs, OptargDelimiter, ArgumentStyle, non-POSIX flags | references/pflag.md |
| Shell overview, cross-shell comparison, dispatch pipeline, supported shells, nospace/message/quoting comparison | references/shell.md |
| Bash, COMP_TYPE, COMP_WORDBREAKS, redirect patching, partial completion, bash quoting | references/shell-bash.md |
| Bash BLE, ble.sh, tab-delimited format, per-candidate suffix, ble/complete/cand/yield | references/shell-bash-ble.md |
| Oil, OSH, inline nospace indicator, simpler snippet | references/shell-oil.md |
| Zsh, _describe, zstyle, named directory, quoting state machine, CARAPACE_COMPLINE | references/shell-zsh.md |
| Fish, commandline, tab-separated format, open-quote retry, fish pager | references/shell-fish.md |
| Elvish, complexCandidate, CodeSuffix, styled, edit:notify, from-json, ParseStyling | references/shell-elvish.md |
| Nushell, from json, JSON record, open-quote patching, style conversion, nushell.Patch | references/shell-nushell.md |
| PowerShell, CompletionResult, Register-ArgumentCompleter, commandAst, SGR color, tooltip | references/shell-powershell.md |
| Xonsh, RichCompletion, prefix_len, append_closing_quote, contextual_command_completer | references/shell-xonsh.md |
| Style system, XTerm256, TrueColor, ForKeyword, ForPath, ForPathExt, LS_COLORS, style config | references/style.md |
| Bridge, bridgeActions, actionCommand, output parsing, NoSpace detection, shell config, Detect() | references/bridge.md |
| Storage, global map, mutex, entry, FlagCompletion, PositionalCompletion, PreRun, PreInvoke, storage.get, gotchas | references/storage.md |
| Sandbox, Command, Package, Action, Files, Reply, Run, Expect, ExpectNot, ClearCache, SANDBOX env, subprocess isolation | references/sandbox.md |
| Batch, Invoke, parallelize, Merge, ToA, invokedBatch, goroutine model, shared Context, parallel invocation | references/batch.md |
| Cache, Action.Cache, File, Load, Write, cache key, file:line, key.Key types, FolderStats, TTL, sandbox override | references/cache.md |
| UID, url.URL, cmd:// scheme, Command, Flag, mLocalFlags mutex, PathEscape, Executable, UidF, uid.Map | references/uid.md |
| Config, styles.json, RegisterStyle, Load, CARAPACE_* env vars, LOG, ColorDisabled, Hidden, Sandbox, isGoRun | references/config-env.md |
| Spec, spec.Spec, yaml.Marshal, Command struct, Flags, PersistentFlags, _carapace skip, pflagfork.Flag.Definition | references/spec.md |
| Export, Export struct, MarshalJSON, version, RawValue, Meta, cache format, sandbox invoke, ActionImport | references/export.md |
| Conditionals, Arch, Os, Executable, File, CompletingPath, UnlessF, Context predicates, pkg/condition | references/conditionals.md |
| _carapace CLI, command.go, addCompletionCommand, spec, style set, export re-invocation, PositionalAnyCompletion | references/command-cli.md |
| Mock, Mock struct, NewMock, Dir, Replies, CacheDir, WorkDir, t interface, Reply mechanism, sandbox integration | references/mock.md |