Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:50:54 +08:00
commit 419b2c80bb
10 changed files with 961 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "phi",
"description": "φ - Compositional project awareness via S-expressions. Generic infrastructure for persistent codebase understanding through structure, semantics, and memory.",
"version": "0.1.0",
"author": {
"name": "adimov",
"url": "https://github.com/adimov-eth"
},
"skills": [
"./skills/phi-analyzer",
"./skills/phi-mapper"
],
"commands": [
"./commands/analyze.md",
"./commands/map.md",
"./commands/context.md",
"./commands/agents.md"
]
}