metacoding 1.5.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +59 -0
- package/README.md +108 -514
- package/lib/cli.d.ts.map +1 -1
- package/lib/cli.js +18 -19
- package/lib/cli.js.map +1 -1
- package/lib/commands/init.d.ts +8 -14
- package/lib/commands/init.d.ts.map +1 -1
- package/lib/commands/init.js +105 -387
- package/lib/commands/init.js.map +1 -1
- package/lib/commands/update.d.ts +9 -9
- package/lib/commands/update.d.ts.map +1 -1
- package/lib/commands/update.js +141 -320
- package/lib/commands/update.js.map +1 -1
- package/lib/services/backup.d.ts +1 -1
- package/lib/services/backup.d.ts.map +1 -1
- package/lib/services/backup.js +10 -6
- package/lib/services/backup.js.map +1 -1
- package/lib/services/filesystem.d.ts.map +1 -1
- package/lib/services/filesystem.js +11 -5
- package/lib/services/filesystem.js.map +1 -1
- package/lib/services/gitignore-manager.js +5 -5
- package/lib/services/gitignore-manager.js.map +1 -1
- package/lib/services/project-detector.d.ts +9 -8
- package/lib/services/project-detector.d.ts.map +1 -1
- package/lib/services/project-detector.js +79 -197
- package/lib/services/project-detector.js.map +1 -1
- package/lib/services/skill-manager.d.ts +23 -0
- package/lib/services/skill-manager.d.ts.map +1 -0
- package/lib/services/skill-manager.js +212 -0
- package/lib/services/skill-manager.js.map +1 -0
- package/lib/types/index.d.ts +5 -15
- package/lib/types/index.d.ts.map +1 -1
- package/package.json +9 -17
- package/skills/metacoding-workflow/SKILL.md +52 -0
- package/skills/metacoding-workflow/agents/openai.yaml +4 -0
- package/skills/metacoding-workflow/assets/templates/changelog-entry.md +6 -0
- package/skills/metacoding-workflow/assets/templates/project-context.md +18 -0
- package/skills/metacoding-workflow/assets/templates/repeated-task-checklist.md +8 -0
- package/skills/metacoding-workflow/assets/templates/task-entry.md +9 -0
- package/skills/metacoding-workflow/assets/templates/test-plan.md +8 -0
- package/skills/metacoding-workflow/references/javascript.md +7 -0
- package/skills/metacoding-workflow/references/node.md +7 -0
- package/skills/metacoding-workflow/references/platform-adaptation.md +37 -0
- package/skills/metacoding-workflow/references/python.md +7 -0
- package/skills/metacoding-workflow/references/react.md +7 -0
- package/skills/metacoding-workflow/references/repository-organization.md +84 -0
- package/skills/metacoding-workflow/references/typescript.md +7 -0
- package/skills/metacoding-workflow/references/workflow-rules.md +54 -0
- package/skills/vendor-templates/claude-agent.md.template +41 -0
- package/lib/services/assistant-adapter.d.ts +0 -18
- package/lib/services/assistant-adapter.d.ts.map +0 -1
- package/lib/services/assistant-adapter.js +0 -246
- package/lib/services/assistant-adapter.js.map +0 -1
- package/lib/services/cursor.d.ts +0 -47
- package/lib/services/cursor.d.ts.map +0 -1
- package/lib/services/cursor.js +0 -314
- package/lib/services/cursor.js.map +0 -1
- package/lib/services/template-manager.d.ts +0 -23
- package/lib/services/template-manager.d.ts.map +0 -1
- package/lib/services/template-manager.js +0 -374
- package/lib/services/template-manager.js.map +0 -1
- package/lib/services/vscode.d.ts +0 -10
- package/lib/services/vscode.d.ts.map +0 -1
- package/lib/services/vscode.js +0 -108
- package/lib/services/vscode.js.map +0 -1
- package/templates/assistants/AGENTS.md +0 -203
- package/templates/assistants/CLAUDE.md +0 -156
- package/templates/assistants/GEMINI.md +0 -193
- package/templates/general/code-review.instructions.md +0 -265
- package/templates/general/copilot-instructions.md +0 -427
- package/templates/general/docs-update.instructions.md +0 -275
- package/templates/general/release.instructions.md +0 -242
- package/templates/general/template.json +0 -9
- package/templates/general/test-runner.instructions.md +0 -188
- package/templates/javascript/javascript.coding.instructions.md +0 -500
- package/templates/javascript/javascript.docs.instructions.md +0 -563
- package/templates/javascript/javascript.testing.instructions.md +0 -686
- package/templates/javascript/template.json +0 -36
- package/templates/node/nodejs.coding.instructions.md +0 -249
- package/templates/node/nodejs.docs.instructions.md +0 -261
- package/templates/node/nodejs.testing.instructions.md +0 -373
- package/templates/node/template.json +0 -23
- package/templates/python/python.coding.instructions.md +0 -338
- package/templates/python/python.docs.instructions.md +0 -1178
- package/templates/python/python.testing.instructions.md +0 -1073
- package/templates/python/template.json +0 -75
- package/templates/react/react.coding.instructions.md +0 -694
- package/templates/react/react.docs.instructions.md +0 -451
- package/templates/react/react.testing.instructions.md +0 -192
- package/templates/react/template.json +0 -14
- package/templates/react/test-runner.instructions.md +0 -135
- package/templates/typescript/template.json +0 -16
- package/templates/typescript/typescript.coding.instructions.md +0 -368
- package/templates/typescript/typescript.docs.instructions.md +0 -760
- package/templates/typescript/typescript.testing.instructions.md +0 -739
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "python",
|
|
3
|
-
"description": "Python backend development template with Django, Flask, and FastAPI support",
|
|
4
|
-
"projectTypes": [
|
|
5
|
-
"Python Application",
|
|
6
|
-
"Django Application",
|
|
7
|
-
"Flask Application",
|
|
8
|
-
"FastAPI Application"
|
|
9
|
-
],
|
|
10
|
-
"techStack": ["Python", "Django", "Flask", "FastAPI", "SQLAlchemy", "pytest"],
|
|
11
|
-
"vscodeSettings": {
|
|
12
|
-
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
|
|
13
|
-
"chat.promptFiles": true,
|
|
14
|
-
"python.defaultInterpreterPath": "./venv/bin/python",
|
|
15
|
-
"python.terminal.activateEnvironment": true,
|
|
16
|
-
"python.testing.pytestEnabled": true,
|
|
17
|
-
"python.testing.unittestEnabled": false,
|
|
18
|
-
"python.testing.pytestArgs": ["."],
|
|
19
|
-
"python.linting.enabled": true,
|
|
20
|
-
"python.linting.pylintEnabled": false,
|
|
21
|
-
"python.linting.flake8Enabled": true,
|
|
22
|
-
"python.formatting.provider": "black",
|
|
23
|
-
"python.sortImports.args": ["--profile", "black"]
|
|
24
|
-
},
|
|
25
|
-
"gitignore": [
|
|
26
|
-
"__pycache__/",
|
|
27
|
-
"*.py[cod]",
|
|
28
|
-
"*$py.class",
|
|
29
|
-
"*.so",
|
|
30
|
-
".Python",
|
|
31
|
-
"build/",
|
|
32
|
-
"develop-eggs/",
|
|
33
|
-
"dist/",
|
|
34
|
-
"downloads/",
|
|
35
|
-
"eggs/",
|
|
36
|
-
".eggs/",
|
|
37
|
-
"lib/",
|
|
38
|
-
"lib64/",
|
|
39
|
-
"parts/",
|
|
40
|
-
"sdist/",
|
|
41
|
-
"var/",
|
|
42
|
-
"wheels/",
|
|
43
|
-
"*.egg-info/",
|
|
44
|
-
".installed.cfg",
|
|
45
|
-
"*.egg",
|
|
46
|
-
"MANIFEST",
|
|
47
|
-
"*.manifest",
|
|
48
|
-
"*.spec",
|
|
49
|
-
"pip-log.txt",
|
|
50
|
-
"pip-delete-this-directory.txt",
|
|
51
|
-
".tox/",
|
|
52
|
-
".coverage",
|
|
53
|
-
".pytest_cache/",
|
|
54
|
-
".coverage.*",
|
|
55
|
-
"coverage.xml",
|
|
56
|
-
"*.cover",
|
|
57
|
-
".hypothesis/",
|
|
58
|
-
".env",
|
|
59
|
-
".venv",
|
|
60
|
-
"env/",
|
|
61
|
-
"venv/",
|
|
62
|
-
"ENV/",
|
|
63
|
-
"env.bak/",
|
|
64
|
-
"venv.bak/",
|
|
65
|
-
".mypy_cache/",
|
|
66
|
-
".dmypy.json",
|
|
67
|
-
"dmypy.json",
|
|
68
|
-
"db.sqlite3",
|
|
69
|
-
"*.log",
|
|
70
|
-
"celerybeat-schedule",
|
|
71
|
-
"celerybeat.pid",
|
|
72
|
-
"staticfiles/",
|
|
73
|
-
"media/"
|
|
74
|
-
]
|
|
75
|
-
}
|