@dedesfr/prompter 0.3.3 → 0.3.4
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/dist/core/templates/project-template.d.ts +1 -1
- package/dist/core/templates/project-template.d.ts.map +1 -1
- package/dist/core/templates/project-template.js +21 -9
- package/dist/core/templates/project-template.js.map +1 -1
- package/package.json +1 -1
- package/src/core/templates/project-template.ts +21 -9
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const projectTemplate = "# Project Context\n\
|
|
1
|
+
export declare const projectTemplate = "# Project Context\n\n## Purpose\n[Describe your project's purpose and goals]\n\n## Tech Stack\n- [List your primary technologies]\n- [e.g., TypeScript, React, Node.js]\n\n## Project Conventions\n\n### Code Style\n[Describe your code style preferences, formatting rules, and naming conventions]\n\n### Architecture Patterns\n[Document your architectural decisions and patterns]\n\n### Testing Strategy\n[Explain your testing approach and requirements]\n\n### Git Workflow\n[Describe your branching strategy and commit conventions]\n\n## Domain Context\n[Add domain-specific knowledge that AI assistants need to understand]\n\n## Important Constraints\n[List any technical, business, or regulatory constraints]\n\n## External Dependencies\n[Document key external services, APIs, or systems]\n";
|
|
2
2
|
//# sourceMappingURL=project-template.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-template.d.ts","sourceRoot":"","sources":["../../../src/core/templates/project-template.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"project-template.d.ts","sourceRoot":"","sources":["../../../src/core/templates/project-template.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,2xBA+B3B,CAAC"}
|
|
@@ -1,21 +1,33 @@
|
|
|
1
1
|
export const projectTemplate = `# Project Context
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## Purpose
|
|
4
|
+
[Describe your project's purpose and goals]
|
|
4
5
|
|
|
5
|
-
##
|
|
6
|
+
## Tech Stack
|
|
7
|
+
- [List your primary technologies]
|
|
8
|
+
- [e.g., TypeScript, React, Node.js]
|
|
6
9
|
|
|
7
|
-
|
|
10
|
+
## Project Conventions
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
### Code Style
|
|
13
|
+
[Describe your code style preferences, formatting rules, and naming conventions]
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
### Architecture Patterns
|
|
16
|
+
[Document your architectural decisions and patterns]
|
|
12
17
|
|
|
13
|
-
|
|
18
|
+
### Testing Strategy
|
|
19
|
+
[Explain your testing approach and requirements]
|
|
14
20
|
|
|
15
|
-
|
|
21
|
+
### Git Workflow
|
|
22
|
+
[Describe your branching strategy and commit conventions]
|
|
16
23
|
|
|
17
|
-
##
|
|
24
|
+
## Domain Context
|
|
25
|
+
[Add domain-specific knowledge that AI assistants need to understand]
|
|
18
26
|
|
|
19
|
-
|
|
27
|
+
## Important Constraints
|
|
28
|
+
[List any technical, business, or regulatory constraints]
|
|
29
|
+
|
|
30
|
+
## External Dependencies
|
|
31
|
+
[Document key external services, APIs, or systems]
|
|
20
32
|
`;
|
|
21
33
|
//# sourceMappingURL=project-template.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-template.js","sourceRoot":"","sources":["../../../src/core/templates/project-template.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG
|
|
1
|
+
{"version":3,"file":"project-template.js","sourceRoot":"","sources":["../../../src/core/templates/project-template.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B9B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,20 +1,32 @@
|
|
|
1
1
|
export const projectTemplate = `# Project Context
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## Purpose
|
|
4
|
+
[Describe your project's purpose and goals]
|
|
4
5
|
|
|
5
|
-
##
|
|
6
|
+
## Tech Stack
|
|
7
|
+
- [List your primary technologies]
|
|
8
|
+
- [e.g., TypeScript, React, Node.js]
|
|
6
9
|
|
|
7
|
-
|
|
10
|
+
## Project Conventions
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
### Code Style
|
|
13
|
+
[Describe your code style preferences, formatting rules, and naming conventions]
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
### Architecture Patterns
|
|
16
|
+
[Document your architectural decisions and patterns]
|
|
12
17
|
|
|
13
|
-
|
|
18
|
+
### Testing Strategy
|
|
19
|
+
[Explain your testing approach and requirements]
|
|
14
20
|
|
|
15
|
-
|
|
21
|
+
### Git Workflow
|
|
22
|
+
[Describe your branching strategy and commit conventions]
|
|
16
23
|
|
|
17
|
-
##
|
|
24
|
+
## Domain Context
|
|
25
|
+
[Add domain-specific knowledge that AI assistants need to understand]
|
|
18
26
|
|
|
19
|
-
|
|
27
|
+
## Important Constraints
|
|
28
|
+
[List any technical, business, or regulatory constraints]
|
|
29
|
+
|
|
30
|
+
## External Dependencies
|
|
31
|
+
[Document key external services, APIs, or systems]
|
|
20
32
|
`;
|