Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Preserve custom files from being overwritten by the generator
README.md
CLAUDE.md
LLMs.txt
LICENSE
justfile
.github/**
Expand Down
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ All TypeScript source files in the root directory are **auto-generated** from th
**Key files that are NOT auto-generated:**
- `justfile` — build/generation orchestration
- `runn.json` — OpenAPI spec (source of truth for the SDK)
- `LLMs.txt` — comprehensive SDK usage guide with examples
- `.openapi-generator-ignore` — controls which files the generator preserves
- `.github/` — CI/CD workflows and Dependabot config
- `LICENSE` — MIT license
Expand All @@ -60,4 +59,4 @@ All methods follow the pattern: `api.methodName({ acceptVersion, ...params }, ax
- Entity IDs are numbers, dates are ISO 8601 `YYYY-MM-DD`, time values are in minutes
- API categories: People/Teams, Projects/Clients, Assignments, Actuals (time tracking), Roles/Skills, Reporting, Custom Fields, Time Off, Contracts, Views
- Bulk operations available for actuals (`createActualsBulk`) and clients (`createClientsBulk`)
- `LLMs.txt` contains the full method reference with working examples — consult it for detailed API usage
- See `docs/` for the full method reference
346 changes: 0 additions & 346 deletions LLMs.txt

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ All methods follow the pattern `api.methodName({ acceptVersion, ...params }, axi

## API Reference

See the [generated docs](docs/) for all available methods and models, or consult `LLMs.txt` for a comprehensive method reference with working examples.
See the [generated docs](docs/) for all available methods and models.

## How This SDK Is Generated

Expand All @@ -49,7 +49,7 @@ just compile # TypeScript only
## Generated Files

All `.ts` source files and `docs/` are auto-generated. Do not edit manually.
Custom files (README, justfile, .github/, CLAUDE.md, LLMs.txt) are protected via `.openapi-generator-ignore`.
Custom files (README, justfile, .github/, CLAUDE.md) are protected via `.openapi-generator-ignore`.

## License

Expand Down