Skip to content

Commit 6ba73d9

Browse files
committed
chore: update author information and improve project metadata
- Changed author name in pyproject.toml, infrastructure.md, and basic-usage.md to Shourya Maheshwari. - Updated project status in pyproject.toml from Beta to Production/Stable. - Enhanced README formatting for better alignment and presentation.
1 parent 5298966 commit 6ba73d9

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# <center>ContextCraft</center>
1+
<div align="center">
2+
3+
# ContextCraft</center>
4+
</div>
25

36
<div align="center">
47

@@ -10,9 +13,10 @@
1013

1114
</div>
1215

16+
<div align="center">
1317

14-
**<center>A powerful CLI toolkit to generate comprehensive project context for Large Language Models (LLMs).</center>**
15-
18+
**A powerful CLI toolkit to generate comprehensive project context for Large Language Models (LLMs).</center>**
19+
</div>
1620

1721
ContextCraft transforms your codebase into well-structured, LLM-friendly documentation by intelligently aggregating directory trees, code files, dependencies, and Git context into clean, consumable formats. It's like a translator between your repo and the digital mind you just hired to read it.
1822

docs/development/infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Centralized project configuration:
273273
name = "contextcraft"
274274
version = "0.1.0"
275275
description = "A powerful CLI toolkit for LLM-ready project context"
276-
authors = [{name = "Your Name", email = "your.email@example.com"}]
276+
authors = [{name = "Shourya Maheshwari", email = "your.email@example.com"}]
277277
readme = "README.md"
278278
license = {text = "MIT"}
279279
requires-python = ">=3.9"

docs/tutorials/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ build-backend = "poetry.core.masonry.api"
8080
name = "myapp"
8181
version = "0.1.0"
8282
description = "A demo application"
83-
authors = ["Your Name <you@example.com>"]
83+
authors = ["Shourya Maheshwari <you@example.com>"]
8484
8585
[tool.poetry.dependencies]
8686
python = "^3.9"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ build-backend = "poetry.core.masonry.api"
88
name = "contextcraft"
99
version = "1.0.0"
1010
description = "A CLI toolkit to generate comprehensive project context for LLMs."
11-
authors = ["Your Name <you@example.com>"]
11+
authors = ["Shourya Maheshwari shorz2905@gmail.com"]
1212
license = "MIT"
1313
readme = "README.md"
1414
homepage = "https://github.com/Shorzinator/ContextCraft"
1515
repository = "https://github.com/Shorzinator/ContextCraft"
1616
documentation = "https://shorzinator.github.io/ContextCraft/"
1717
keywords = ["llm", "cli", "context", "toolkit", "documentation"]
1818
classifiers = [
19-
"Development Status :: 4 - Beta",
19+
"Development Status :: 5 - Production/Stable",
2020
"Intended Audience :: Developers",
2121
"License :: OSI Approved :: MIT License",
2222
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)