forked from Houseofmvps/codesight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
30 lines (30 loc) · 1.11 KB
/
CITATION.cff
File metadata and controls
30 lines (30 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cff-version: 1.2.0
message: "If you use codesight in research, content, or production work, please cite it as below."
title: "codesight: AI context generator for codebases"
abstract: "Universal AI context generator that maps routes, schema, components, dependencies, and middleware for Claude Code, Cursor, Copilot, Codex, and any AI coding tool. Zero runtime dependencies, AST precision for TypeScript, regex detection for 30+ frameworks across 14 languages."
authors:
- family-names: Khumar
given-names: Kailesk
affiliation: "HouseofMVPs and Kailxlabs"
website: "https://www.kailxlabs.co"
email: "kailesk@houseofmvps.com"
repository-code: "https://github.com/Houseofmvps/codesight"
url: "https://houseofmvps.com"
license: MIT
type: software
keywords:
- ai
- context-engineering
- claude-code
- cursor
- copilot
- token-optimization
- codebase-mapping
- generative-engine-optimization
identifiers:
- type: url
value: "https://www.npmjs.com/package/codesight"
description: "npm package"
- type: url
value: "https://github.com/Houseofmvps/codesight"
description: "GitHub repository"