-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
84 lines (84 loc) · 2.42 KB
/
codemeta.json
File metadata and controls
84 lines (84 loc) · 2.42 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Nexus-APCP",
"description": "AI Project Context Protocol for profile-based context engineering, AI-assisted development, local code intelligence, AI tool compatibility, AI agent skills, ADRs, and token-optimized AI coding workflows.",
"codeRepository": "https://github.com/AybarsBarut/Nexus-APCP",
"issueTracker": "https://github.com/AybarsBarut/Nexus-APCP/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.0",
"dateCreated": "2026-05-19",
"dateModified": "2026-05-21",
"programmingLanguage": [
"Markdown",
"YAML",
"Python",
"PowerShell"
],
"keywords": [
"AI Project Context Protocol",
"AI-assisted development",
"context engineering",
"profile-based AI context",
"prompt engineering",
"AI coding assistant",
"AI agents",
"AI agent skills",
"skill-based agent workflows",
"agent skill protocol",
"AI tool adapter compatibility",
"AI coding tool compatibility",
"local code graph",
"semantic code search",
"code intelligence",
"impact analysis",
"CodeGraph integration",
"model tool drift",
"prompt-source hygiene",
"LLM project memory",
"token optimization",
"architecture decision records",
"Mermaid flowchart",
"README architecture diagram",
"file structure refactor",
"repository reorganization protocol",
"ADR",
"website backend security protocol",
"secure web development",
"backend optimization",
"API secret handling",
"waterfall development protocol",
"phase-gated delivery",
"stack combination documentation",
"application debloat guide",
"lean application design",
"privacy-first analytics",
"dependency minimalism",
"ad-free applications",
"auto-update protocol",
"GitHub version checker",
"SemVer update system",
"Claude Code",
"Cursor AI",
"ChatGPT",
"Gemini",
"GitHub Copilot",
"developer productivity",
"agent workflow",
"software documentation"
],
"author": [
{
"@type": "Person",
"name": "Aybars Barut",
"url": "https://github.com/AybarsBarut"
}
],
"maintainer": {
"@type": "Person",
"name": "Aybars Barut",
"url": "https://github.com/AybarsBarut"
},
"readme": "https://github.com/AybarsBarut/Nexus-APCP#readme",
"isAccessibleForFree": true
}