Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:50 +08:00
commit 7ef20576c0
5 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "time-awareness",
"description": "Automatic temporal context with environment variables for time-aware Claude Code sessions",
"version": "1.0.0",
"author": {
"name": "Time Awareness Developer"
},
"hooks": [
"./hooks"
]
}