Skip to content

Commit b7e8f38

Browse files
committed
rename llm folder to make it accessible to claude
1 parent 4f88a65 commit b7e8f38

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CLAUDE.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,17 @@ Synstack is a TypeScript monorepo providing modular utilities for building LLM a
4545

4646
1. **Immutable, Chainable APIs**: All packages implement fluent interfaces that return new instances.
4747

48-
2. **Builder Pattern**: Complex objects (completions, messages) use builder patterns. See `CompletionBuilder` in `@synstack/llm` for the primary example.
48+
2. **Builder Pattern**: Complex objects (completions, messages) use builder patterns. See [`CompletionBuilder`](./packages/llm/src/completion.builder.ts) in `@synstack/llm` for the primary example.
4949

5050
## Key Packages
5151

52-
- `@synstack/llm`: Core LLM operations, wraps Vercel AI SDK
53-
- `@synstack/fs`: Immutable file system operations
54-
- `@synstack/fs-cache`: Caching middleware for LLM calls
55-
- `@synstack/json`, `@synstack/yaml`, `@synstack/xml`: Data format handlers
56-
- `@synstack/enhance`: Base classes for wrapping values in Proxy objects and adding methods
57-
- `@synstack/reforge`: IDE integration and development tools
52+
- [`@synstack/fs`](./packages/fs/README.md): Immutable file system operations
53+
- [`@synstack/str`](./packages/str/README.md): Pipeable string manipulation utilities
54+
- [`@synstack/text`](./packages/text/README.md): Advanced string templating with async support
55+
- [`@synstack/fs-cache`](./packages/fs-cache/README.md): Caching middleware engine
56+
- [`@synstack/json`](./packages/json/README.md), [`@synstack/yaml`](./packages/yaml/README.md), [`@synstack/xml`](./packages/xml/README.md): Data format handlers
57+
- [`@synstack/llm`](./packages/llm/README.md): Core LLM operations, wraps Vercel AI SDK
58+
- [`@synstack/query`](./packages/query/README.md): Query engine builder
5859

5960
## Important Notes
6061

@@ -65,5 +66,5 @@ Synstack is a TypeScript monorepo providing modular utilities for building LLM a
6566

6667
Always read the relevant rules before writing code.
6768

68-
- [Typescript](.llm/rules/typescript.rules.md)
69-
- [Unit Tests](.llm/rules/unit-test.rules.md)
69+
- [Typescript](./llm/rules/typescript.rules.md)
70+
- [Unit Tests](./llm/rules/unit-test.rules.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)