Skip to content

Commit 6a9dd98

Browse files
authored
Merge branch 'develop' into pujol-cg-10460-make-codebasefetch_codebase-work-on-the-sdk
2 parents 76ac4e6 + 5f776d1 commit 6a9dd98

File tree

507 files changed

+86187
-1063
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

507 files changed

+86187
-1063
lines changed

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ uv-*.tar.gz
6262
.venv
6363
graph-sitter-types/out/**
6464
graph-sitter-types/typings/**
65-
codegen-sdk/out/**
66-
codegen-sdk/typings/**
6765
coverage.json
6866
tests/verified_codemods/codemod_data/repo_commits.json
6967

70-
# =====[ Docs ]=====
71-
# These are auto-generated
72-
docs/api-reference/core/*
73-
docs/api-reference/python/*
74-
docs/api-reference/typescript/*

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ repos:
8282
hooks:
8383
- id: renovate-config-validator
8484
- repo: https://github.com/astral-sh/uv-pre-commit
85-
rev: "0.5.23"
85+
rev: "0.5.24"
8686
hooks:
8787
- id: uv-lock
8888
entry: bash -c "uv lock --frozen"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Codegen
22

33
[![Documentation](https://img.shields.io/badge/docs-docs.codegen.com-blue)](https://docs.codegen.com)
4-
[![Unit Tests](https://github.com/codegen-sh/codegen-sdk/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/codegen-sh/codegen-sdk/actions/workflows/unit-tests.yml)
54

65
[Codegen](https://docs.codegen.com) is a python library for manipulating codebases.
76

@@ -42,7 +41,7 @@ We built Codegen backwards from real-world refactors performed on enterprise cod
4241

4342
- **Natural mental model**: Write transforms that read like your thought process - "move this function", "rename this variable", "add this parameter". No more wrestling with ASTs or manual import management.
4443

45-
- **Battle-tested on complex codebases**: Handle Python, TypeScript, and React codebases with millions of lines of code. Built and validated on refactors at companies like [Ramp](https://ramp.com).
44+
- **Battle-tested on complex codebases**: Handle Python, TypeScript, and React codebases with millions of lines of code.
4645

4746
- **Built for advanced intelligences**: As AI developers become more sophisticated, they need expressive yet precise tools to manipulate code. Codegen provides a programmatic interface that both humans and AI can use to express complex transformations through code itself.
4847

docs/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Codegen Docs
22

3-
This unites docs from:
4-
- codegen-sdk (this repo)
5-
- codegen-cli
6-
73
## Development
84

95
From within the `docs/` subdirectory:

docs/api-reference/core/Argument.mdx

Lines changed: 513 additions & 0 deletions
Large diffs are not rendered by default.

docs/api-reference/core/Assignment.mdx

Lines changed: 669 additions & 0 deletions
Large diffs are not rendered by default.

docs/api-reference/core/AssignmentStatement.mdx

Lines changed: 471 additions & 0 deletions
Large diffs are not rendered by default.

docs/api-reference/core/Attribute.mdx

Lines changed: 550 additions & 0 deletions
Large diffs are not rendered by default.

docs/api-reference/core/AwaitExpression.mdx

Lines changed: 442 additions & 0 deletions
Large diffs are not rendered by default.

docs/api-reference/core/BinaryExpression.mdx

Lines changed: 440 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)