5-phase-workflow 1.8.6 → 1.8.8

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.
@@ -1,65 +0,0 @@
1
- # External Integrations
2
-
3
- **Analysis Date:** {YYYY-MM-DD}
4
-
5
- ## APIs & External Services
6
-
7
- **{Category}:**
8
- - {Service} - {What it's used for}
9
- - SDK/Client: {package}
10
- - Auth: {env var name}
11
-
12
- ## Data Storage
13
-
14
- **Databases:**
15
- - {Type/Provider}
16
- - Connection: {env var}
17
- - Client: {ORM/client}
18
-
19
- **File Storage:**
20
- - {Service or "Local filesystem only"}
21
-
22
- **Caching:**
23
- - {Service or "None"}
24
-
25
- ## Authentication & Identity
26
-
27
- **Auth Provider:**
28
- - {Service or "Custom"}
29
- - Implementation: {approach}
30
-
31
- ## Monitoring & Observability
32
-
33
- **Error Tracking:**
34
- - {Service or "None"}
35
-
36
- **Logs:**
37
- - {Approach}
38
-
39
- ## CI/CD & Deployment
40
-
41
- **Hosting:**
42
- - {Platform}
43
-
44
- **CI Pipeline:**
45
- - {Service or "None"}
46
-
47
- ## Environment Configuration
48
-
49
- **Required env vars:**
50
- - {List critical vars}
51
-
52
- **Secrets location:**
53
- - {Where secrets are stored}
54
-
55
- ## Webhooks & Callbacks
56
-
57
- **Incoming:**
58
- - {Endpoints or "None"}
59
-
60
- **Outgoing:**
61
- - {Endpoints or "None"}
62
-
63
- ---
64
-
65
- *Integration audit: {date}*
@@ -1,60 +0,0 @@
1
- # Technology Stack
2
-
3
- **Analysis Date:** {YYYY-MM-DD}
4
-
5
- ## Languages
6
-
7
- **Primary:**
8
- - {Language} {Version} - {Where used}
9
-
10
- **Secondary:**
11
- - {Language} {Version} - {Where used}
12
-
13
- ## Runtime
14
-
15
- **Environment:**
16
- - {Runtime} {Version}
17
-
18
- **Package Manager:**
19
- - {Manager} {Version}
20
- - Lockfile: {present/missing}
21
-
22
- ## Frameworks
23
-
24
- **Core:**
25
- - {Framework} {Version} - {Purpose}
26
-
27
- **Testing:**
28
- - {Framework} {Version} - {Purpose}
29
-
30
- **Build/Dev:**
31
- - {Tool} {Version} - {Purpose}
32
-
33
- ## Key Dependencies
34
-
35
- **Critical:**
36
- - {Package} {Version} - {Why it matters}
37
-
38
- **Infrastructure:**
39
- - {Package} {Version} - {Purpose}
40
-
41
- ## Configuration
42
-
43
- **Environment:**
44
- - {How configured}
45
- - {Key configs required}
46
-
47
- **Build:**
48
- - {Build config files}
49
-
50
- ## Platform Requirements
51
-
52
- **Development:**
53
- - {Requirements}
54
-
55
- **Production:**
56
- - {Deployment target}
57
-
58
- ---
59
-
60
- *Stack analysis: {date}*
@@ -1,60 +0,0 @@
1
- # Codebase Structure
2
-
3
- **Analysis Date:** {YYYY-MM-DD}
4
-
5
- ## Directory Layout
6
-
7
- {project-root} {dir} # {Purpose} / {dir} # {Purpose} / {file} # {Purpose}
8
-
9
-
10
- ## Directory Purposes
11
-
12
- **{Directory Name}:**
13
- - Purpose: {What lives here}
14
- - Contains: {Types of files}
15
- - Key files: `{important files}`
16
-
17
- ## Key File Locations
18
-
19
- **Entry Points:**
20
- - `{path}`: {Purpose}
21
-
22
- **Configuration:**
23
- - `{path}`: {Purpose}
24
-
25
- **Core Logic:**
26
- - `{path}`: {Purpose}
27
-
28
- **Testing:**
29
- - `{path}`: {Purpose}
30
-
31
- ## Naming Conventions
32
-
33
- **Files:**
34
- - {Pattern}: {Example}
35
-
36
- **Directories:**
37
- - {Pattern}: {Example}
38
-
39
- ## Where to Add New Code
40
-
41
- **New Feature:**
42
- - Primary code: `{path}`
43
- - Tests: `{path}`
44
-
45
- **New Component/Module:**
46
- - Implementation: `{path}`
47
-
48
- **Utilities:**
49
- - Shared helpers: `{path}`
50
-
51
- ## Special Directories
52
-
53
- **{Directory}:**
54
- - Purpose: {What it contains}
55
- - Generated: {Yes/No}
56
- - Committed: {Yes/No}
57
-
58
- ---
59
-
60
- *Structure analysis: {date}*