Skip to content

docs: catch website up to v0.3.3#33

Merged
saldestechnology merged 1 commit into
mainfrom
docs/v0.3.3-catch-up
Jul 11, 2026
Merged

docs: catch website up to v0.3.3#33
saldestechnology merged 1 commit into
mainfrom
docs/v0.3.3-catch-up

Conversation

@saldestechnology

Copy link
Copy Markdown
Collaborator

The v0.3.3 code changes (PRs #29#32) shipped without doc updates — only the Ollama PR (#28) touched docs. This brings the published tree (docs/website/docs/, the only tree the Deploy Docs workflow builds) in line.

Changes

Parallel by default / --serial (#31) — docs still described -j/--parallel as an opt-in:

  • guides/indexing.md, getting-started.md — flag tables + examples now say parallel is the default and --serial opts out
  • code-intelligence.md — both --help snapshots and the embed synopsis updated; -j noted as a retained no-op

Solidity duplicates (#30) — docs claimed Solidity is skipped/never fingerprinted:

  • commands/duplicates.md, code-intelligence.md, json-output.md, commands/score.md — dropped the "skipped" caveats, set skipped_languages: [], documented the solang-parser lexer normalization

Solidity modifier + qualified-call edges (#29/#32):

  • language-support.md — added an "Extracted edges" block: modifier applications emit calls edges; Lib.fn() qualified library calls resolve

Provider consistency (rounding out #28):

  • code-intelligence.md — added Ollama to the embed providers table
  • commands/similar.md, commands/smart.md — offer --provider <local|openai|ollama>; --openai noted as a deprecated alias

CHANGELOG's [0.3.3] section was already complete; no change there.

…es + edges, providers)

The AGE-2/3/4/5 PRs (#29-#32) shipped behavior changes without doc
updates. Bring docs/website in line:

- index/embed run in parallel by default; document --serial and demote
  -j/--parallel to a retained no-op (indexing, getting-started,
  code-intelligence help snapshots + synopsis)
- ctx duplicates now fingerprints Solidity via the solang-parser lexer;
  drop the "skipped" caveats and set skipped_languages: []
  (duplicates, code-intelligence, json-output, score)
- Solidity modifier applications emit calls edges and qualified library
  calls Lib.fn() resolve (language-support)
- round out provider docs: add Ollama to the embed providers table and
  offer --provider <local|openai|ollama> in similar/smart (code-intelligence,
  similar, smart)
@saldestechnology
saldestechnology merged commit dacec31 into main Jul 11, 2026
2 checks passed
@saldestechnology
saldestechnology deleted the docs/v0.3.3-catch-up branch July 11, 2026 15:59
saldestechnology added a commit that referenced this pull request Jul 12, 2026
…x dirs (#34)

PR #33 accidentally committed a 155 KB ctx index (codebase.sqlite) under
docs/website/docs/.ctx/. The root .gitignore rule '.ctx/*' is anchored to
the repo root, so nested .ctx dirs were never ignored. Remove the file and
add '**/.ctx/*' (keeping config.toml) so it can't recur.
saldestechnology added a commit that referenced this pull request Jul 12, 2026
* fix: drop stray docs/website/docs/.ctx index db and ignore nested .ctx dirs

PR #33 accidentally committed a 155 KB ctx index (codebase.sqlite) under
docs/website/docs/.ctx/. The root .gitignore rule '.ctx/*' is anchored to
the repo root, so nested .ctx dirs were never ignored. Remove the file and
add '**/.ctx/*' (keeping config.toml) so it can't recur.

* docs: refresh whole-repo token figure to current size

The codebase grew well past the old 233,169-token figure. Re-measured with
`ctx --count-only` (cl100k_base, default): 502,856 tokens. Update every
instance and the derived ratio vs the ~8,700-token task-scoped example
(now ~58x, was 27x) across the README, why-ctx, using-ctx-with-agents, and
the messaging reference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant