@soddong/agentic-domain-methodology 0.11.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.
Files changed (90) hide show
  1. package/.tbls.yml +64 -0
  2. package/CHANGELOG.md +97 -0
  3. package/README.md +501 -0
  4. package/dist/database.d.ts +8 -0
  5. package/dist/database.d.ts.map +1 -0
  6. package/dist/database.js +76 -0
  7. package/dist/database.js.map +1 -0
  8. package/dist/fixtures.d.ts +13 -0
  9. package/dist/fixtures.d.ts.map +1 -0
  10. package/dist/fixtures.js +413 -0
  11. package/dist/fixtures.js.map +1 -0
  12. package/dist/index.d.ts +31 -0
  13. package/dist/index.d.ts.map +1 -0
  14. package/dist/index.js +19 -0
  15. package/dist/index.js.map +1 -0
  16. package/dist/repositories.d.ts +54 -0
  17. package/dist/repositories.d.ts.map +1 -0
  18. package/dist/repositories.js +652 -0
  19. package/dist/repositories.js.map +1 -0
  20. package/dist/seed-apply.d.ts +20 -0
  21. package/dist/seed-apply.d.ts.map +1 -0
  22. package/dist/seed-apply.js +728 -0
  23. package/dist/seed-apply.js.map +1 -0
  24. package/dist/service.d.ts +107 -0
  25. package/dist/service.d.ts.map +1 -0
  26. package/dist/service.js +225 -0
  27. package/dist/service.js.map +1 -0
  28. package/dist/types.d.ts +356 -0
  29. package/dist/types.d.ts.map +1 -0
  30. package/dist/types.js +2 -0
  31. package/dist/types.js.map +1 -0
  32. package/dist/validators.d.ts +17 -0
  33. package/dist/validators.d.ts.map +1 -0
  34. package/dist/validators.js +297 -0
  35. package/dist/validators.js.map +1 -0
  36. package/docs/build.md +47 -0
  37. package/docs/configuration.md +33 -0
  38. package/docs/delivery.md +52 -0
  39. package/docs/operations.md +55 -0
  40. package/docs/publishing.md +84 -0
  41. package/docs/schema/generated/README.md +39 -0
  42. package/docs/schema/generated/methodology_activities.md +121 -0
  43. package/docs/schema/generated/methodology_activities.svg +143 -0
  44. package/docs/schema/generated/methodology_activity_artifact_requirements.md +129 -0
  45. package/docs/schema/generated/methodology_activity_artifact_requirements.svg +52 -0
  46. package/docs/schema/generated/methodology_activity_criteria.md +112 -0
  47. package/docs/schema/generated/methodology_activity_criteria.svg +52 -0
  48. package/docs/schema/generated/methodology_baseline_requirements.md +103 -0
  49. package/docs/schema/generated/methodology_baseline_requirements.svg +27 -0
  50. package/docs/schema/generated/methodology_code_groups.md +70 -0
  51. package/docs/schema/generated/methodology_code_groups.svg +49 -0
  52. package/docs/schema/generated/methodology_codes.md +88 -0
  53. package/docs/schema/generated/methodology_codes.svg +49 -0
  54. package/docs/schema/generated/methodology_common_blueprint_policies.md +104 -0
  55. package/docs/schema/generated/methodology_common_blueprint_policies.svg +72 -0
  56. package/docs/schema/generated/methodology_common_blueprint_policy_nodes.md +118 -0
  57. package/docs/schema/generated/methodology_common_blueprint_policy_nodes.svg +59 -0
  58. package/docs/schema/generated/methodology_handoff_requirements.md +130 -0
  59. package/docs/schema/generated/methodology_handoff_requirements.svg +27 -0
  60. package/docs/schema/generated/methodology_lifecycles.md +105 -0
  61. package/docs/schema/generated/methodology_lifecycles.svg +71 -0
  62. package/docs/schema/generated/methodology_methodologies.md +92 -0
  63. package/docs/schema/generated/methodology_methodologies.svg +92 -0
  64. package/docs/schema/generated/methodology_phase_processes.md +106 -0
  65. package/docs/schema/generated/methodology_phase_processes.svg +77 -0
  66. package/docs/schema/generated/methodology_phases.md +107 -0
  67. package/docs/schema/generated/methodology_phases.svg +77 -0
  68. package/docs/schema/generated/methodology_processes.md +98 -0
  69. package/docs/schema/generated/methodology_processes.svg +118 -0
  70. package/docs/schema/generated/methodology_schema_migrations.md +52 -0
  71. package/docs/schema/generated/methodology_schema_migrations.svg +27 -0
  72. package/docs/schema/generated/methodology_stage_activities.md +106 -0
  73. package/docs/schema/generated/methodology_stage_activities.svg +77 -0
  74. package/docs/schema/generated/methodology_stage_artifact_requirements.md +109 -0
  75. package/docs/schema/generated/methodology_stage_artifact_requirements.svg +52 -0
  76. package/docs/schema/generated/methodology_stage_criteria.md +112 -0
  77. package/docs/schema/generated/methodology_stage_criteria.svg +52 -0
  78. package/docs/schema/generated/methodology_stages.md +117 -0
  79. package/docs/schema/generated/methodology_stages.svg +121 -0
  80. package/docs/schema/generated/methodology_steps.md +105 -0
  81. package/docs/schema/generated/methodology_steps.svg +52 -0
  82. package/docs/schema/generated/methodology_trace_policies.md +121 -0
  83. package/docs/schema/generated/methodology_trace_policies.svg +27 -0
  84. package/docs/schema/generated/schema.json +4253 -0
  85. package/docs/schema/generated/schema.mmd +296 -0
  86. package/docs/schema/generated/schema.svg +446 -0
  87. package/docs/schema/migrations.md +24 -0
  88. package/docs/usage.md +39 -0
  89. package/package.json +29 -0
  90. package/src/database/migrations/0001_methodology_base.sql +1190 -0
@@ -0,0 +1,446 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <!-- Generated by graphviz version 12.1.2 (20240928.0832)
5
+ -->
6
+ <!-- Title: agentic&#45;domain&#45;methodology Pages: 1 -->
7
+ <svg width="5457pt" height="928pt"
8
+ viewBox="0.00 0.00 5457.32 928.09" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
9
+ <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 924.09)">
10
+ <title>agentic&#45;domain&#45;methodology</title>
11
+ <polygon fill="white" stroke="none" points="-4,4 -4,-924.09 5453.32,-924.09 5453.32,4 -4,4"/>
12
+ <!-- methodology_schema_migrations -->
13
+ <g id="node1" class="node">
14
+ <title>methodology_schema_migrations</title>
15
+ <polygon fill="#efefef" stroke="none" points="43.2,-800.09 43.2,-846.09 370.41,-846.09 370.41,-800.09 43.2,-800.09"/>
16
+ <polygon fill="none" stroke="black" points="43.2,-800.09 43.2,-846.09 370.41,-846.09 370.41,-800.09 43.2,-800.09"/>
17
+ <text text-anchor="start" x="50.2" y="-823.89" font-family="Arial Bold" font-size="18.00">methodology_schema_migrations</text>
18
+ <text text-anchor="start" x="294.16" y="-823.89" font-family="Arial" font-size="14.00">    </text>
19
+ <text text-anchor="start" x="325.28" y="-823.89" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
20
+ <text text-anchor="start" x="50.42" y="-809.49" font-family="Arial" font-size="14.00" fill="#333333">methodology 패키지의 migration 적용 이력을 관리한다.</text>
21
+ <polygon fill="none" stroke="black" points="43.2,-769.29 43.2,-800.09 370.41,-800.09 370.41,-769.29 43.2,-769.29"/>
22
+ <text text-anchor="start" x="50.2" y="-781.49" font-family="Arial" font-size="14.00">migration_id </text>
23
+ <text text-anchor="start" x="130.35" y="-781.49" font-family="Arial" font-size="14.00" fill="#666666">[VARCHAR(128)]</text>
24
+ </g>
25
+ <!-- methodology_code_groups -->
26
+ <g id="node2" class="node">
27
+ <title>methodology_code_groups</title>
28
+ <polygon fill="#efefef" stroke="none" points="451.19,-544.49 451.19,-590.49 730.42,-590.49 730.42,-544.49 451.19,-544.49"/>
29
+ <polygon fill="none" stroke="black" points="451.19,-544.49 451.19,-590.49 730.42,-590.49 730.42,-544.49 451.19,-544.49"/>
30
+ <text text-anchor="start" x="458.19" y="-568.29" font-family="Arial Bold" font-size="18.00">methodology_code_groups</text>
31
+ <text text-anchor="start" x="654.16" y="-568.29" font-family="Arial" font-size="14.00">    </text>
32
+ <text text-anchor="start" x="685.28" y="-568.29" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
33
+ <text text-anchor="start" x="532.46" y="-553.89" font-family="Arial" font-size="14.00" fill="#333333">코드 그룹을 정의한다.</text>
34
+ <polygon fill="none" stroke="black" points="451.19,-513.69 451.19,-544.49 730.42,-544.49 730.42,-513.69 451.19,-513.69"/>
35
+ <text text-anchor="start" x="458.19" y="-525.89" font-family="Arial" font-size="14.00">code_group_code </text>
36
+ <text text-anchor="start" x="574.18" y="-525.89" font-family="Arial" font-size="14.00" fill="#666666">[VARCHAR(64)]</text>
37
+ </g>
38
+ <!-- methodology_codes -->
39
+ <g id="node3" class="node">
40
+ <title>methodology_codes</title>
41
+ <polygon fill="#efefef" stroke="none" points="475.25,-815.49 475.25,-861.49 706.36,-861.49 706.36,-815.49 475.25,-815.49"/>
42
+ <polygon fill="none" stroke="black" points="475.25,-815.49 475.25,-861.49 706.36,-861.49 706.36,-815.49 475.25,-815.49"/>
43
+ <text text-anchor="start" x="483.69" y="-839.29" font-family="Arial Bold" font-size="18.00">methodology_codes</text>
44
+ <text text-anchor="start" x="628.67" y="-839.29" font-family="Arial" font-size="14.00">    </text>
45
+ <text text-anchor="start" x="659.78" y="-839.29" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
46
+ <text text-anchor="start" x="505.23" y="-824.89" font-family="Arial" font-size="14.00" fill="#333333">코드 그룹별 코드 값을 정의한다.</text>
47
+ <polygon fill="none" stroke="black" points="475.25,-784.69 475.25,-815.49 706.36,-815.49 706.36,-784.69 475.25,-784.69"/>
48
+ <text text-anchor="start" x="482.25" y="-796.89" font-family="Arial" font-size="14.00">code_group_code </text>
49
+ <text text-anchor="start" x="598.23" y="-796.89" font-family="Arial" font-size="14.00" fill="#666666">[VARCHAR(64)]</text>
50
+ <polygon fill="none" stroke="black" points="475.25,-753.89 475.25,-784.69 706.36,-784.69 706.36,-753.89 475.25,-753.89"/>
51
+ <text text-anchor="start" x="482.25" y="-766.09" font-family="Arial" font-size="14.00">code </text>
52
+ <text text-anchor="start" x="516.5" y="-766.09" font-family="Arial" font-size="14.00" fill="#666666">[VARCHAR(128)]</text>
53
+ </g>
54
+ <!-- methodology_codes&#45;&gt;methodology_code_groups -->
55
+ <g id="edge1" class="edge">
56
+ <title>methodology_codes:code_group_code&#45;&gt;methodology_code_groups:code_group_code</title>
57
+ <path fill="none" stroke="black" d="M717.45,-799.56C784.51,-792.18 759.3,-708.36 773.62,-633.69 778.64,-607.5 792.42,-532.6 773.62,-513.69 716.32,-456.08 590.81,-431.44 590.81,-512.69"/>
58
+ <polygon fill="black" stroke="black" points="717.69,-799.55 707.46,-795.58 712.36,-799.83 708.03,-800.05 708.03,-800.05 708.03,-800.05 712.36,-799.83 707.93,-804.57 717.69,-799.55"/>
59
+ </g>
60
+ <!-- methodology_methodologies -->
61
+ <g id="node4" class="node">
62
+ <title>methodology_methodologies</title>
63
+ <polygon fill="#efefef" stroke="none" points="1328.08,-89.69 1328.08,-135.69 1645.53,-135.69 1645.53,-89.69 1328.08,-89.69"/>
64
+ <polygon fill="none" stroke="black" points="1328.08,-89.69 1328.08,-135.69 1645.53,-135.69 1645.53,-89.69 1328.08,-89.69"/>
65
+ <text text-anchor="start" x="1347.19" y="-113.49" font-family="Arial Bold" font-size="18.00">methodology_methodologies</text>
66
+ <text text-anchor="start" x="1557.17" y="-113.49" font-family="Arial" font-size="14.00">    </text>
67
+ <text text-anchor="start" x="1588.29" y="-113.49" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
68
+ <text text-anchor="start" x="1335.08" y="-99.09" font-family="Arial" font-size="14.00" fill="#333333">방법론 정의의 최상위 versioned definition을 관리한다.</text>
69
+ <polygon fill="none" stroke="black" points="1328.08,-58.89 1328.08,-89.69 1645.53,-89.69 1645.53,-58.89 1328.08,-58.89"/>
70
+ <text text-anchor="start" x="1335.08" y="-71.09" font-family="Arial" font-size="14.00">methodology_id </text>
71
+ <text text-anchor="start" x="1437.82" y="-71.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
72
+ </g>
73
+ <!-- methodology_common_blueprint_policies -->
74
+ <g id="node5" class="node">
75
+ <title>methodology_common_blueprint_policies</title>
76
+ <polygon fill="#efefef" stroke="none" points="860.2,-324.89 860.2,-360.49 1249.41,-360.49 1249.41,-324.89 860.2,-324.89"/>
77
+ <polygon fill="none" stroke="black" points="860.2,-324.89 860.2,-360.49 1249.41,-360.49 1249.41,-324.89 860.2,-324.89"/>
78
+ <text text-anchor="start" x="867.2" y="-338.29" font-family="Arial Bold" font-size="18.00">methodology_common_blueprint_policies</text>
79
+ <text text-anchor="start" x="1173.16" y="-338.29" font-family="Arial" font-size="14.00">    </text>
80
+ <text text-anchor="start" x="1204.27" y="-338.29" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
81
+ <polygon fill="none" stroke="black" points="860.2,-294.09 860.2,-324.89 1249.41,-324.89 1249.41,-294.09 860.2,-294.09"/>
82
+ <text text-anchor="start" x="867.2" y="-306.29" font-family="Arial" font-size="14.00">common_blueprint_policy_id </text>
83
+ <text text-anchor="start" x="1048.52" y="-306.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
84
+ <polygon fill="none" stroke="black" points="860.2,-263.29 860.2,-294.09 1249.41,-294.09 1249.41,-263.29 860.2,-263.29"/>
85
+ <text text-anchor="start" x="867.2" y="-275.49" font-family="Arial" font-size="14.00">methodology_id </text>
86
+ <text text-anchor="start" x="969.94" y="-275.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
87
+ </g>
88
+ <!-- methodology_common_blueprint_policies&#45;&gt;methodology_methodologies -->
89
+ <g id="edge2" class="edge">
90
+ <title>methodology_common_blueprint_policies:methodology_id&#45;&gt;methodology_methodologies:methodology_id</title>
91
+ <path fill="none" stroke="black" d="M1260.35,-277.87C1339.02,-263.8 1233.66,-74.29 1327.08,-74.29"/>
92
+ <polygon fill="black" stroke="black" points="1260.71,-277.84 1250.37,-274.18 1255.39,-278.28 1251.08,-278.63 1251.08,-278.63 1251.08,-278.63 1255.39,-278.28 1251.12,-283.15 1260.71,-277.84"/>
93
+ </g>
94
+ <!-- methodology_common_blueprint_policy_nodes -->
95
+ <g id="node6" class="node">
96
+ <title>methodology_common_blueprint_policy_nodes</title>
97
+ <polygon fill="#efefef" stroke="none" points="835.2,-580.49 835.2,-616.09 1264.41,-616.09 1264.41,-580.49 835.2,-580.49"/>
98
+ <polygon fill="none" stroke="black" points="835.2,-580.49 835.2,-616.09 1264.41,-616.09 1264.41,-580.49 835.2,-580.49"/>
99
+ <text text-anchor="start" x="842.2" y="-593.89" font-family="Arial Bold" font-size="18.00">methodology_common_blueprint_policy_nodes</text>
100
+ <text text-anchor="start" x="1188.16" y="-593.89" font-family="Arial" font-size="14.00">    </text>
101
+ <text text-anchor="start" x="1219.27" y="-593.89" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
102
+ <polygon fill="none" stroke="black" points="835.2,-549.69 835.2,-580.49 1264.41,-580.49 1264.41,-549.69 835.2,-549.69"/>
103
+ <text text-anchor="start" x="842.2" y="-561.89" font-family="Arial" font-size="14.00">common_blueprint_policy_node_id </text>
104
+ <text text-anchor="start" x="1062.46" y="-561.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
105
+ <polygon fill="none" stroke="black" points="835.2,-518.89 835.2,-549.69 1264.41,-549.69 1264.41,-518.89 835.2,-518.89"/>
106
+ <text text-anchor="start" x="842.2" y="-531.09" font-family="Arial" font-size="14.00">common_blueprint_policy_id </text>
107
+ <text text-anchor="start" x="1023.52" y="-531.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
108
+ <polygon fill="none" stroke="black" points="835.2,-488.09 835.2,-518.89 1264.41,-518.89 1264.41,-488.09 835.2,-488.09"/>
109
+ <text text-anchor="start" x="842.2" y="-500.29" font-family="Arial" font-size="14.00">parent_policy_node_id </text>
110
+ <text text-anchor="start" x="986.98" y="-500.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
111
+ </g>
112
+ <!-- methodology_common_blueprint_policy_nodes&#45;&gt;methodology_common_blueprint_policies -->
113
+ <g id="edge4" class="edge">
114
+ <title>methodology_common_blueprint_policy_nodes:common_blueprint_policy_id&#45;&gt;methodology_common_blueprint_policies:common_blueprint_policy_id</title>
115
+ <path fill="none" stroke="black" d="M1275.56,-532.66C1302.3,-522.85 1288.59,-471.36 1264.41,-444.89 1203.52,-378.23 921.08,-470.37 860.2,-403.69 831.97,-372.77 817.33,-309.49 859.2,-309.49"/>
116
+ <polygon fill="black" stroke="black" points="1275.61,-532.65 1265.03,-529.79 1270.35,-533.49 1266.07,-534.18 1266.07,-534.18 1266.07,-534.18 1270.35,-533.49 1266.46,-538.68 1275.61,-532.65"/>
117
+ </g>
118
+ <!-- methodology_common_blueprint_policy_nodes&#45;&gt;methodology_common_blueprint_policy_nodes -->
119
+ <g id="edge3" class="edge">
120
+ <title>methodology_common_blueprint_policy_nodes:parent_policy_node_id&#45;&gt;methodology_common_blueprint_policy_nodes:common_blueprint_policy_node_id</title>
121
+ <path fill="none" stroke="black" d="M1052.2,-529.1C1058.72,-616.63 1057.92,-779.39 1049.81,-779.39 1041.39,-779.39 1040.84,-658.14 1048.18,-580.47"/>
122
+ <polygon fill="black" stroke="black" points="1052.2,-529.11 1055.88,-518.78 1051.77,-523.79 1051.42,-519.48 1051.42,-519.48 1051.42,-519.48 1051.77,-523.79 1046.91,-519.51 1052.2,-529.11"/>
123
+ </g>
124
+ <!-- methodology_lifecycles -->
125
+ <g id="node7" class="node">
126
+ <title>methodology_lifecycles</title>
127
+ <polygon fill="#efefef" stroke="none" points="1358.7,-319.69 1358.7,-365.69 1614.91,-365.69 1614.91,-319.69 1358.7,-319.69"/>
128
+ <polygon fill="none" stroke="black" points="1358.7,-319.69 1358.7,-365.69 1614.91,-365.69 1614.91,-319.69 1358.7,-319.69"/>
129
+ <text text-anchor="start" x="1365.7" y="-343.49" font-family="Arial Bold" font-size="18.00">methodology_lifecycles</text>
130
+ <text text-anchor="start" x="1538.65" y="-343.49" font-family="Arial" font-size="14.00">    </text>
131
+ <text text-anchor="start" x="1569.77" y="-343.49" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
132
+ <text text-anchor="start" x="1397.34" y="-329.09" font-family="Arial" font-size="14.00" fill="#333333">방법론 생명주기 모델을 관리한다.</text>
133
+ <polygon fill="none" stroke="black" points="1358.7,-288.89 1358.7,-319.69 1614.91,-319.69 1614.91,-288.89 1358.7,-288.89"/>
134
+ <text text-anchor="start" x="1365.7" y="-301.09" font-family="Arial" font-size="14.00">lifecycle_id </text>
135
+ <text text-anchor="start" x="1438.07" y="-301.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
136
+ <polygon fill="none" stroke="black" points="1358.7,-258.09 1358.7,-288.89 1614.91,-288.89 1614.91,-258.09 1358.7,-258.09"/>
137
+ <text text-anchor="start" x="1365.7" y="-270.29" font-family="Arial" font-size="14.00">methodology_id </text>
138
+ <text text-anchor="start" x="1468.44" y="-270.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
139
+ </g>
140
+ <!-- methodology_lifecycles&#45;&gt;methodology_methodologies -->
141
+ <g id="edge5" class="edge">
142
+ <title>methodology_lifecycles:methodology_id&#45;&gt;methodology_methodologies:methodology_id</title>
143
+ <path fill="none" stroke="black" d="M1487.47,-246.68C1498.19,-168.19 1636.46,-255.18 1688.73,-178.89 1718.87,-134.89 1726.35,-96.7 1688.73,-58.89 1625.43,4.73 1486.81,31.86 1486.81,-57.89"/>
144
+ <polygon fill="black" stroke="black" points="1487.46,-246.78 1482.34,-256.47 1487.12,-252.1 1486.85,-256.42 1486.85,-256.42 1486.85,-256.42 1487.12,-252.1 1491.32,-257.04 1487.46,-246.78"/>
145
+ </g>
146
+ <!-- methodology_phases -->
147
+ <g id="node8" class="node">
148
+ <title>methodology_phases</title>
149
+ <polygon fill="#efefef" stroke="none" points="1369.19,-559.89 1369.19,-605.89 1604.42,-605.89 1604.42,-559.89 1369.19,-559.89"/>
150
+ <polygon fill="none" stroke="black" points="1369.19,-559.89 1369.19,-605.89 1604.42,-605.89 1604.42,-559.89 1369.19,-559.89"/>
151
+ <text text-anchor="start" x="1376.19" y="-583.69" font-family="Arial Bold" font-size="18.00">methodology_phases</text>
152
+ <text text-anchor="start" x="1528.17" y="-583.69" font-family="Arial" font-size="14.00">    </text>
153
+ <text text-anchor="start" x="1559.29" y="-583.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
154
+ <text text-anchor="start" x="1399.68" y="-569.29" font-family="Arial" font-size="14.00" fill="#333333">lifecycle 내 큰 구간을 관리한다.</text>
155
+ <polygon fill="none" stroke="black" points="1369.19,-529.09 1369.19,-559.89 1604.42,-559.89 1604.42,-529.09 1369.19,-529.09"/>
156
+ <text text-anchor="start" x="1376.19" y="-541.29" font-family="Arial" font-size="14.00">phase_id </text>
157
+ <text text-anchor="start" x="1436.91" y="-541.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
158
+ <polygon fill="none" stroke="black" points="1369.19,-498.29 1369.19,-529.09 1604.42,-529.09 1604.42,-498.29 1369.19,-498.29"/>
159
+ <text text-anchor="start" x="1376.19" y="-510.49" font-family="Arial" font-size="14.00">lifecycle_id </text>
160
+ <text text-anchor="start" x="1448.55" y="-510.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
161
+ </g>
162
+ <!-- methodology_phases&#45;&gt;methodology_lifecycles -->
163
+ <g id="edge6" class="edge">
164
+ <title>methodology_phases:lifecycle_id&#45;&gt;methodology_lifecycles:lifecycle_id</title>
165
+ <path fill="none" stroke="black" d="M1487.64,-486.9C1497.08,-432.39 1584.24,-466.64 1614.91,-408.89 1636.71,-367.83 1662.4,-304.29 1615.91,-304.29"/>
166
+ <polygon fill="black" stroke="black" points="1487.63,-486.99 1482.35,-496.6 1487.21,-492.31 1486.86,-496.62 1486.86,-496.62 1486.86,-496.62 1487.21,-492.31 1491.32,-497.32 1487.63,-486.99"/>
167
+ </g>
168
+ <!-- methodology_processes -->
169
+ <g id="node9" class="node">
170
+ <title>methodology_processes</title>
171
+ <polygon fill="#efefef" stroke="none" points="1841.69,-319.69 1841.69,-365.69 2097.92,-365.69 2097.92,-319.69 1841.69,-319.69"/>
172
+ <polygon fill="none" stroke="black" points="1841.69,-319.69 1841.69,-365.69 2097.92,-365.69 2097.92,-319.69 1841.69,-319.69"/>
173
+ <text text-anchor="start" x="1848.69" y="-343.49" font-family="Arial Bold" font-size="18.00">methodology_processes</text>
174
+ <text text-anchor="start" x="2021.66" y="-343.49" font-family="Arial" font-size="14.00">    </text>
175
+ <text text-anchor="start" x="2052.78" y="-343.49" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
176
+ <text text-anchor="start" x="1872.57" y="-329.09" font-family="Arial" font-size="14.00" fill="#333333">재사용 가능한 수행 절차를 관리한다.</text>
177
+ <polygon fill="none" stroke="black" points="1841.69,-288.89 1841.69,-319.69 2097.92,-319.69 2097.92,-288.89 1841.69,-288.89"/>
178
+ <text text-anchor="start" x="1848.69" y="-301.09" font-family="Arial" font-size="14.00">process_id </text>
179
+ <text text-anchor="start" x="1920.29" y="-301.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
180
+ <polygon fill="none" stroke="black" points="1841.69,-258.09 1841.69,-288.89 2097.92,-288.89 2097.92,-258.09 1841.69,-258.09"/>
181
+ <text text-anchor="start" x="1848.69" y="-270.29" font-family="Arial" font-size="14.00">methodology_id </text>
182
+ <text text-anchor="start" x="1951.43" y="-270.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
183
+ </g>
184
+ <!-- methodology_processes&#45;&gt;methodology_methodologies -->
185
+ <g id="edge7" class="edge">
186
+ <title>methodology_processes:methodology_id&#45;&gt;methodology_methodologies:methodology_id</title>
187
+ <path fill="none" stroke="black" d="M1830.27,-272.99C1720.02,-261.99 1766.54,-74.29 1646.53,-74.29"/>
188
+ <polygon fill="black" stroke="black" points="1830.37,-272.99 1840.14,-277.97 1835.7,-273.25 1840.03,-273.46 1840.03,-273.46 1840.03,-273.46 1835.7,-273.25 1840.58,-268.98 1830.37,-272.99"/>
189
+ </g>
190
+ <!-- methodology_phase_processes -->
191
+ <g id="node10" class="node">
192
+ <title>methodology_phase_processes</title>
193
+ <polygon fill="#efefef" stroke="none" points="1126.59,-830.89 1126.59,-876.89 1465.02,-876.89 1465.02,-830.89 1126.59,-830.89"/>
194
+ <polygon fill="none" stroke="black" points="1126.59,-830.89 1126.59,-876.89 1465.02,-876.89 1465.02,-830.89 1126.59,-830.89"/>
195
+ <text text-anchor="start" x="1149.7" y="-854.69" font-family="Arial Bold" font-size="18.00">methodology_phase_processes</text>
196
+ <text text-anchor="start" x="1372.66" y="-854.69" font-family="Arial" font-size="14.00">    </text>
197
+ <text text-anchor="start" x="1403.77" y="-854.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
198
+ <text text-anchor="start" x="1133.59" y="-840.29" font-family="Arial" font-size="14.00" fill="#333333">phase에서 어떤 process를 어떤 순서로 사용할지 관리한다.</text>
199
+ <polygon fill="none" stroke="black" points="1126.59,-800.09 1126.59,-830.89 1465.02,-830.89 1465.02,-800.09 1126.59,-800.09"/>
200
+ <text text-anchor="start" x="1133.59" y="-812.29" font-family="Arial" font-size="14.00">phase_process_id </text>
201
+ <text text-anchor="start" x="1251.11" y="-812.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
202
+ <polygon fill="none" stroke="black" points="1126.59,-769.29 1126.59,-800.09 1465.02,-800.09 1465.02,-769.29 1126.59,-769.29"/>
203
+ <text text-anchor="start" x="1133.59" y="-781.49" font-family="Arial" font-size="14.00">phase_id </text>
204
+ <text text-anchor="start" x="1194.31" y="-781.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
205
+ <polygon fill="none" stroke="black" points="1126.59,-738.49 1126.59,-769.29 1465.02,-769.29 1465.02,-738.49 1126.59,-738.49"/>
206
+ <text text-anchor="start" x="1133.59" y="-750.69" font-family="Arial" font-size="14.00">process_id </text>
207
+ <text text-anchor="start" x="1205.18" y="-750.69" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
208
+ </g>
209
+ <!-- methodology_phase_processes&#45;&gt;methodology_phases -->
210
+ <g id="edge9" class="edge">
211
+ <title>methodology_phase_processes:phase_id&#45;&gt;methodology_phases:phase_id</title>
212
+ <path fill="none" stroke="black" d="M1476.03,-783.16C1501.95,-773.99 1484.26,-725.55 1465.02,-695.29 1439.65,-655.39 1394.53,-689.01 1369.19,-649.09 1344.27,-609.84 1321.7,-544.49 1368.19,-544.49"/>
213
+ <polygon fill="black" stroke="black" points="1476.24,-783.13 1465.68,-780.19 1470.97,-783.94 1466.68,-784.59 1466.68,-784.59 1466.68,-784.59 1470.97,-783.94 1467.03,-789.09 1476.24,-783.13"/>
214
+ </g>
215
+ <!-- methodology_phase_processes&#45;&gt;methodology_processes -->
216
+ <g id="edge8" class="edge">
217
+ <title>methodology_phase_processes:process_id&#45;&gt;methodology_processes:process_id</title>
218
+ <path fill="none" stroke="black" d="M1476.33,-752.32C1498.02,-744.71 1490.94,-711.3 1516.81,-695.29 1571.44,-661.48 1606.54,-699.3 1656.81,-659.29 1795.83,-548.63 1663.01,-304.29 1840.69,-304.29"/>
219
+ <polygon fill="black" stroke="black" points="1476.24,-752.34 1465.68,-749.39 1470.97,-753.14 1466.68,-753.79 1466.68,-753.79 1466.68,-753.79 1470.97,-753.14 1467.03,-758.29 1476.24,-752.34"/>
220
+ </g>
221
+ <!-- methodology_activities -->
222
+ <g id="node11" class="node">
223
+ <title>methodology_activities</title>
224
+ <polygon fill="#efefef" stroke="none" points="1972.69,-559.89 1972.69,-605.89 2224.92,-605.89 2224.92,-559.89 1972.69,-559.89"/>
225
+ <polygon fill="none" stroke="black" points="1972.69,-559.89 1972.69,-605.89 2224.92,-605.89 2224.92,-559.89 1972.69,-559.89"/>
226
+ <text text-anchor="start" x="1979.69" y="-583.69" font-family="Arial Bold" font-size="18.00">methodology_activities</text>
227
+ <text text-anchor="start" x="2148.66" y="-583.69" font-family="Arial" font-size="14.00">    </text>
228
+ <text text-anchor="start" x="2179.78" y="-583.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
229
+ <text text-anchor="start" x="1980.94" y="-569.29" font-family="Arial" font-size="14.00" fill="#333333">process 내부의 기본 수행 활동을 관리한다.</text>
230
+ <polygon fill="none" stroke="black" points="1972.69,-529.09 1972.69,-559.89 2224.92,-559.89 2224.92,-529.09 1972.69,-529.09"/>
231
+ <text text-anchor="start" x="1979.69" y="-541.29" font-family="Arial" font-size="14.00">activity_id </text>
232
+ <text text-anchor="start" x="2045.05" y="-541.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
233
+ <polygon fill="none" stroke="black" points="1972.69,-498.29 1972.69,-529.09 2224.92,-529.09 2224.92,-498.29 1972.69,-498.29"/>
234
+ <text text-anchor="start" x="1979.69" y="-510.49" font-family="Arial" font-size="14.00">process_id </text>
235
+ <text text-anchor="start" x="2051.29" y="-510.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
236
+ </g>
237
+ <!-- methodology_activities&#45;&gt;methodology_processes -->
238
+ <g id="edge10" class="edge">
239
+ <title>methodology_activities:process_id&#45;&gt;methodology_processes:process_id</title>
240
+ <path fill="none" stroke="black" d="M1961.79,-510.91C1949.66,-501.87 1960.09,-472.85 1972.69,-455.09 2007.03,-406.71 2063.77,-457.4 2097.92,-408.89 2124.68,-370.88 2145.41,-304.29 2098.92,-304.29"/>
241
+ <polygon fill="black" stroke="black" points="1961.74,-510.9 1970.16,-517.93 1966.88,-512.34 1971.05,-513.51 1971.05,-513.51 1971.05,-513.51 1966.88,-512.34 1972.59,-509.27 1961.74,-510.9"/>
242
+ </g>
243
+ <!-- methodology_steps -->
244
+ <g id="node12" class="node">
245
+ <title>methodology_steps</title>
246
+ <polygon fill="#efefef" stroke="none" points="1569.18,-815.49 1569.18,-861.49 1792.43,-861.49 1792.43,-815.49 1569.18,-815.49"/>
247
+ <polygon fill="none" stroke="black" points="1569.18,-815.49 1569.18,-861.49 1792.43,-861.49 1792.43,-815.49 1569.18,-815.49"/>
248
+ <text text-anchor="start" x="1576.18" y="-839.29" font-family="Arial Bold" font-size="18.00">methodology_steps</text>
249
+ <text text-anchor="start" x="1716.18" y="-839.29" font-family="Arial" font-size="14.00">    </text>
250
+ <text text-anchor="start" x="1747.29" y="-839.29" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
251
+ <text text-anchor="start" x="1585.51" y="-824.89" font-family="Arial" font-size="14.00" fill="#333333">activity 하위 순차 절차를 관리한다.</text>
252
+ <polygon fill="none" stroke="black" points="1569.18,-784.69 1569.18,-815.49 1792.43,-815.49 1792.43,-784.69 1569.18,-784.69"/>
253
+ <text text-anchor="start" x="1576.18" y="-796.89" font-family="Arial" font-size="14.00">step_id </text>
254
+ <text text-anchor="start" x="1625.22" y="-796.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
255
+ <polygon fill="none" stroke="black" points="1569.18,-753.89 1569.18,-784.69 1792.43,-784.69 1792.43,-753.89 1569.18,-753.89"/>
256
+ <text text-anchor="start" x="1576.18" y="-766.09" font-family="Arial" font-size="14.00">activity_id </text>
257
+ <text text-anchor="start" x="1641.54" y="-766.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
258
+ </g>
259
+ <!-- methodology_steps&#45;&gt;methodology_activities -->
260
+ <g id="edge11" class="edge">
261
+ <title>methodology_steps:activity_id&#45;&gt;methodology_activities:activity_id</title>
262
+ <path fill="none" stroke="black" d="M1803.73,-768.13C1831.29,-761.15 1822.85,-723.98 1844.81,-695.29 1898.04,-625.73 1884.1,-544.49 1971.69,-544.49"/>
263
+ <polygon fill="black" stroke="black" points="1803.7,-768.13 1793.26,-764.78 1798.4,-768.73 1794.09,-769.21 1794.09,-769.21 1794.09,-769.21 1798.4,-768.73 1794.27,-773.72 1803.7,-768.13"/>
264
+ </g>
265
+ <!-- methodology_stages -->
266
+ <g id="node13" class="node">
267
+ <title>methodology_stages</title>
268
+ <polygon fill="#efefef" stroke="none" points="3004.01,-559.89 3004.01,-605.89 3401.6,-605.89 3401.6,-559.89 3004.01,-559.89"/>
269
+ <polygon fill="none" stroke="black" points="3004.01,-559.89 3004.01,-605.89 3401.6,-605.89 3401.6,-559.89 3004.01,-559.89"/>
270
+ <text text-anchor="start" x="3094.19" y="-583.69" font-family="Arial Bold" font-size="18.00">methodology_stages</text>
271
+ <text text-anchor="start" x="3242.17" y="-583.69" font-family="Arial" font-size="14.00">    </text>
272
+ <text text-anchor="start" x="3273.29" y="-583.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
273
+ <text text-anchor="start" x="3011.01" y="-569.29" font-family="Arial" font-size="14.00" fill="#333333">process 내부 activity grouping, gate, 기준선, 전환 구간을 관리한다.</text>
274
+ <polygon fill="none" stroke="black" points="3004.01,-529.09 3004.01,-559.89 3401.6,-559.89 3401.6,-529.09 3004.01,-529.09"/>
275
+ <text text-anchor="start" x="3011.01" y="-541.29" font-family="Arial" font-size="14.00">stage_id </text>
276
+ <text text-anchor="start" x="3067.83" y="-541.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
277
+ <polygon fill="none" stroke="black" points="3004.01,-498.29 3004.01,-529.09 3401.6,-529.09 3401.6,-498.29 3004.01,-498.29"/>
278
+ <text text-anchor="start" x="3011.01" y="-510.49" font-family="Arial" font-size="14.00">process_id </text>
279
+ <text text-anchor="start" x="3082.61" y="-510.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
280
+ </g>
281
+ <!-- methodology_stages&#45;&gt;methodology_processes -->
282
+ <g id="edge12" class="edge">
283
+ <title>methodology_stages:process_id&#45;&gt;methodology_processes:process_id</title>
284
+ <path fill="none" stroke="black" d="M2992.81,-513.65C2589.22,-510.23 2507.95,-304.29 2098.92,-304.29"/>
285
+ <polygon fill="black" stroke="black" points="2992.68,-513.65 3002.66,-518.19 2998.01,-513.67 3002.35,-513.69 3002.35,-513.69 3002.35,-513.69 2998.01,-513.67 3002.7,-509.19 2992.68,-513.65"/>
286
+ </g>
287
+ <!-- methodology_stage_activities -->
288
+ <g id="node14" class="node">
289
+ <title>methodology_stage_activities</title>
290
+ <polygon fill="#efefef" stroke="none" points="2810.7,-830.89 2810.7,-876.89 3108.91,-876.89 3108.91,-830.89 2810.7,-830.89"/>
291
+ <polygon fill="none" stroke="black" points="2810.7,-830.89 2810.7,-876.89 3108.91,-876.89 3108.91,-830.89 2810.7,-830.89"/>
292
+ <text text-anchor="start" x="2817.7" y="-854.69" font-family="Arial Bold" font-size="18.00">methodology_stage_activities</text>
293
+ <text text-anchor="start" x="3032.66" y="-854.69" font-family="Arial" font-size="14.00">    </text>
294
+ <text text-anchor="start" x="3063.77" y="-854.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
295
+ <text text-anchor="start" x="2847.39" y="-840.29" font-family="Arial" font-size="14.00" fill="#333333">stage와 activity의 포함 관계를 관리한다.</text>
296
+ <polygon fill="none" stroke="black" points="2810.7,-800.09 2810.7,-830.89 3108.91,-830.89 3108.91,-800.09 2810.7,-800.09"/>
297
+ <text text-anchor="start" x="2817.7" y="-812.29" font-family="Arial" font-size="14.00">stage_activity_id </text>
298
+ <text text-anchor="start" x="2925.09" y="-812.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
299
+ <polygon fill="none" stroke="black" points="2810.7,-769.29 2810.7,-800.09 3108.91,-800.09 3108.91,-769.29 2810.7,-769.29"/>
300
+ <text text-anchor="start" x="2817.7" y="-781.49" font-family="Arial" font-size="14.00">stage_id </text>
301
+ <text text-anchor="start" x="2874.52" y="-781.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
302
+ <polygon fill="none" stroke="black" points="2810.7,-738.49 2810.7,-769.29 3108.91,-769.29 3108.91,-738.49 2810.7,-738.49"/>
303
+ <text text-anchor="start" x="2817.7" y="-750.69" font-family="Arial" font-size="14.00">activity_id </text>
304
+ <text text-anchor="start" x="2883.06" y="-750.69" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
305
+ </g>
306
+ <!-- methodology_stage_activities&#45;&gt;methodology_activities -->
307
+ <g id="edge13" class="edge">
308
+ <title>methodology_stage_activities:activity_id&#45;&gt;methodology_activities:activity_id</title>
309
+ <path fill="none" stroke="black" d="M2799.38,-752.34C2777.61,-744.79 2784.52,-711.61 2758.81,-695.29 2551.01,-563.35 2472.06,-544.49 2225.92,-544.49"/>
310
+ <polygon fill="black" stroke="black" points="2799.48,-752.35 2808.7,-758.29 2804.76,-753.15 2809.04,-753.79 2809.04,-753.79 2809.04,-753.79 2804.76,-753.15 2810.04,-749.39 2799.48,-752.35"/>
311
+ </g>
312
+ <!-- methodology_stage_activities&#45;&gt;methodology_stages -->
313
+ <g id="edge14" class="edge">
314
+ <title>methodology_stage_activities:stage_id&#45;&gt;methodology_stages:stage_id</title>
315
+ <path fill="none" stroke="black" d="M3119.93,-783.15C3145.94,-773.93 3128.67,-725.21 3108.91,-695.29 3080.84,-652.78 3032.05,-691.62 3004.01,-649.09 2978.43,-610.27 2956.52,-544.49 3003.01,-544.49"/>
316
+ <polygon fill="black" stroke="black" points="3120.13,-783.12 3109.56,-780.19 3114.85,-783.93 3110.57,-784.59 3110.57,-784.59 3110.57,-784.59 3114.85,-783.93 3110.92,-789.09 3120.13,-783.12"/>
317
+ </g>
318
+ <!-- methodology_activity_artifact_requirements -->
319
+ <g id="node15" class="node">
320
+ <title>methodology_activity_artifact_requirements</title>
321
+ <polygon fill="#efefef" stroke="none" points="1896.73,-815.49 1896.73,-861.49 2300.88,-861.49 2300.88,-815.49 1896.73,-815.49"/>
322
+ <polygon fill="none" stroke="black" points="1896.73,-815.49 1896.73,-861.49 2300.88,-861.49 2300.88,-815.49 1896.73,-815.49"/>
323
+ <text text-anchor="start" x="1903.73" y="-839.29" font-family="Arial Bold" font-size="18.00">methodology_activity_artifact_requirements</text>
324
+ <text text-anchor="start" x="2224.63" y="-839.29" font-family="Arial" font-size="14.00">    </text>
325
+ <text text-anchor="start" x="2255.74" y="-839.29" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
326
+ <text text-anchor="start" x="1932.29" y="-824.89" font-family="Arial" font-size="14.00" fill="#333333">activity의 input/output/supporting 산출물 요구를 관리한다.</text>
327
+ <polygon fill="none" stroke="black" points="1896.73,-784.69 1896.73,-815.49 2300.88,-815.49 2300.88,-784.69 1896.73,-784.69"/>
328
+ <text text-anchor="start" x="1903.73" y="-796.89" font-family="Arial" font-size="14.00">activity_artifact_requirement_id </text>
329
+ <text text-anchor="start" x="2101.38" y="-796.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
330
+ <polygon fill="none" stroke="black" points="1896.73,-753.89 1896.73,-784.69 2300.88,-784.69 2300.88,-753.89 1896.73,-753.89"/>
331
+ <text text-anchor="start" x="1903.73" y="-766.09" font-family="Arial" font-size="14.00">activity_id </text>
332
+ <text text-anchor="start" x="1969.09" y="-766.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
333
+ </g>
334
+ <!-- methodology_activity_artifact_requirements&#45;&gt;methodology_activities -->
335
+ <g id="edge15" class="edge">
336
+ <title>methodology_activity_artifact_requirements:activity_id&#45;&gt;methodology_activities:activity_id</title>
337
+ <path fill="none" stroke="black" d="M2099.52,-742.63C2108.27,-683.52 2195.2,-711.26 2224.92,-649.09 2244.97,-607.14 2272.41,-544.49 2225.92,-544.49"/>
338
+ <polygon fill="black" stroke="black" points="2099.52,-742.58 2094.34,-752.24 2099.15,-747.9 2098.85,-752.22 2098.85,-752.22 2098.85,-752.22 2099.15,-747.9 2103.32,-752.87 2099.52,-742.58"/>
339
+ </g>
340
+ <!-- methodology_stage_artifact_requirements -->
341
+ <g id="node16" class="node">
342
+ <title>methodology_stage_artifact_requirements</title>
343
+ <polygon fill="#efefef" stroke="none" points="3213.14,-815.49 3213.14,-861.49 3678.47,-861.49 3678.47,-815.49 3213.14,-815.49"/>
344
+ <polygon fill="none" stroke="black" points="3213.14,-815.49 3213.14,-861.49 3678.47,-861.49 3678.47,-815.49 3213.14,-815.49"/>
345
+ <text text-anchor="start" x="3259.23" y="-839.29" font-family="Arial Bold" font-size="18.00">methodology_stage_artifact_requirements</text>
346
+ <text text-anchor="start" x="3563.13" y="-839.29" font-family="Arial" font-size="14.00">    </text>
347
+ <text text-anchor="start" x="3594.25" y="-839.29" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
348
+ <text text-anchor="start" x="3220.14" y="-824.89" font-family="Arial" font-size="14.00" fill="#333333">stage gate, baseline, handoff, approval에 필요한 추가 산출물 요구를 관리한다.</text>
349
+ <polygon fill="none" stroke="black" points="3213.14,-784.69 3213.14,-815.49 3678.47,-815.49 3678.47,-784.69 3213.14,-784.69"/>
350
+ <text text-anchor="start" x="3220.14" y="-796.89" font-family="Arial" font-size="14.00">stage_artifact_requirement_id </text>
351
+ <text text-anchor="start" x="3409.25" y="-796.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
352
+ <polygon fill="none" stroke="black" points="3213.14,-753.89 3213.14,-784.69 3678.47,-784.69 3678.47,-753.89 3213.14,-753.89"/>
353
+ <text text-anchor="start" x="3220.14" y="-766.09" font-family="Arial" font-size="14.00">stage_id </text>
354
+ <text text-anchor="start" x="3276.96" y="-766.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
355
+ </g>
356
+ <!-- methodology_stage_artifact_requirements&#45;&gt;methodology_stages -->
357
+ <g id="edge16" class="edge">
358
+ <title>methodology_stage_artifact_requirements:stage_id&#45;&gt;methodology_stages:stage_id</title>
359
+ <path fill="none" stroke="black" d="M3202.21,-766.49C3190,-757.39 3200.21,-728.21 3213.14,-710.69 3265.48,-639.8 3349.53,-720.18 3401.6,-649.09 3429.07,-611.58 3449.09,-544.49 3402.6,-544.49"/>
360
+ <polygon fill="black" stroke="black" points="3202.2,-766.49 3210.6,-773.53 3207.33,-767.93 3211.5,-769.11 3211.5,-769.11 3211.5,-769.11 3207.33,-767.93 3213.04,-764.87 3202.2,-766.49"/>
361
+ </g>
362
+ <!-- methodology_stage_criteria -->
363
+ <g id="node17" class="node">
364
+ <title>methodology_stage_criteria</title>
365
+ <polygon fill="#efefef" stroke="none" points="3782.71,-815.49 3782.71,-861.49 4066.9,-861.49 4066.9,-815.49 3782.71,-815.49"/>
366
+ <polygon fill="none" stroke="black" points="3782.71,-815.49 3782.71,-861.49 4066.9,-861.49 4066.9,-815.49 3782.71,-815.49"/>
367
+ <text text-anchor="start" x="3789.71" y="-839.29" font-family="Arial Bold" font-size="18.00">methodology_stage_criteria</text>
368
+ <text text-anchor="start" x="3990.65" y="-839.29" font-family="Arial" font-size="14.00">    </text>
369
+ <text text-anchor="start" x="4021.76" y="-839.29" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
370
+ <text text-anchor="start" x="3791.76" y="-824.89" font-family="Arial" font-size="14.00" fill="#333333">stage의 entry, exit, gate 판단 기준을 관리한다.</text>
371
+ <polygon fill="none" stroke="black" points="3782.71,-784.69 3782.71,-815.49 4066.9,-815.49 4066.9,-784.69 3782.71,-784.69"/>
372
+ <text text-anchor="start" x="3789.71" y="-796.89" font-family="Arial" font-size="14.00">stage_criteria_id </text>
373
+ <text text-anchor="start" x="3896.32" y="-796.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
374
+ <polygon fill="none" stroke="black" points="3782.71,-753.89 3782.71,-784.69 4066.9,-784.69 4066.9,-753.89 3782.71,-753.89"/>
375
+ <text text-anchor="start" x="3789.71" y="-766.09" font-family="Arial" font-size="14.00">stage_id </text>
376
+ <text text-anchor="start" x="3846.53" y="-766.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
377
+ </g>
378
+ <!-- methodology_stage_criteria&#45;&gt;methodology_stages -->
379
+ <g id="edge17" class="edge">
380
+ <title>methodology_stage_criteria:stage_id&#45;&gt;methodology_stages:stage_id</title>
381
+ <path fill="none" stroke="black" d="M3771.62,-767.97C3745.13,-760.07 3758.37,-718.48 3730.81,-695.29 3607.97,-591.94 3563.13,-544.49 3402.6,-544.49"/>
382
+ <polygon fill="black" stroke="black" points="3771.46,-767.95 3780.8,-773.71 3776.75,-768.64 3781.05,-769.2 3781.05,-769.2 3781.05,-769.2 3776.75,-768.64 3781.96,-764.78 3771.46,-767.95"/>
383
+ </g>
384
+ <!-- methodology_activity_criteria -->
385
+ <g id="node18" class="node">
386
+ <title>methodology_activity_criteria</title>
387
+ <polygon fill="#efefef" stroke="none" points="2405.21,-815.49 2405.21,-861.49 2706.4,-861.49 2706.4,-815.49 2405.21,-815.49"/>
388
+ <polygon fill="none" stroke="black" points="2405.21,-815.49 2405.21,-861.49 2706.4,-861.49 2706.4,-815.49 2405.21,-815.49"/>
389
+ <text text-anchor="start" x="2412.21" y="-839.29" font-family="Arial Bold" font-size="18.00">methodology_activity_criteria</text>
390
+ <text text-anchor="start" x="2630.15" y="-839.29" font-family="Arial" font-size="14.00">    </text>
391
+ <text text-anchor="start" x="2661.26" y="-839.29" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
392
+ <text text-anchor="start" x="2432.49" y="-824.89" font-family="Arial" font-size="14.00" fill="#333333">activity의 completion 판단 기준을 관리한다.</text>
393
+ <polygon fill="none" stroke="black" points="2405.21,-784.69 2405.21,-815.49 2706.4,-815.49 2706.4,-784.69 2405.21,-784.69"/>
394
+ <text text-anchor="start" x="2412.21" y="-796.89" font-family="Arial" font-size="14.00">activity_criteria_id </text>
395
+ <text text-anchor="start" x="2527.36" y="-796.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
396
+ <polygon fill="none" stroke="black" points="2405.21,-753.89 2405.21,-784.69 2706.4,-784.69 2706.4,-753.89 2405.21,-753.89"/>
397
+ <text text-anchor="start" x="2412.21" y="-766.09" font-family="Arial" font-size="14.00">activity_id </text>
398
+ <text text-anchor="start" x="2477.57" y="-766.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
399
+ </g>
400
+ <!-- methodology_activity_criteria&#45;&gt;methodology_activities -->
401
+ <g id="edge18" class="edge">
402
+ <title>methodology_activity_criteria:activity_id&#45;&gt;methodology_activities:activity_id</title>
403
+ <path fill="none" stroke="black" d="M2393.91,-768.13C2366.35,-761.15 2374.77,-723.98 2352.81,-695.29 2299.57,-625.74 2313.51,-544.49 2225.92,-544.49"/>
404
+ <polygon fill="black" stroke="black" points="2393.94,-768.13 2403.38,-773.72 2399.24,-768.73 2403.55,-769.21 2403.55,-769.21 2403.55,-769.21 2399.24,-768.73 2404.38,-764.78 2393.94,-768.13"/>
405
+ </g>
406
+ <!-- methodology_handoff_requirements -->
407
+ <g id="node19" class="node">
408
+ <title>methodology_handoff_requirements</title>
409
+ <polygon fill="#efefef" stroke="none" points="4171.71,-800.09 4171.71,-846.09 4517.9,-846.09 4517.9,-800.09 4171.71,-800.09"/>
410
+ <polygon fill="none" stroke="black" points="4171.71,-800.09 4171.71,-846.09 4517.9,-846.09 4517.9,-800.09 4171.71,-800.09"/>
411
+ <text text-anchor="start" x="4178.71" y="-823.89" font-family="Arial Bold" font-size="18.00">methodology_handoff_requirements</text>
412
+ <text text-anchor="start" x="4441.65" y="-823.89" font-family="Arial" font-size="14.00">    </text>
413
+ <text text-anchor="start" x="4472.76" y="-823.89" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
414
+ <text text-anchor="start" x="4182.97" y="-809.49" font-family="Arial" font-size="14.00" fill="#333333">phase, process, stage, activity 간 전달 요구를 관리한다.</text>
415
+ <polygon fill="none" stroke="black" points="4171.71,-769.29 4171.71,-800.09 4517.9,-800.09 4517.9,-769.29 4171.71,-769.29"/>
416
+ <text text-anchor="start" x="4178.71" y="-781.49" font-family="Arial" font-size="14.00">handoff_requirement_id </text>
417
+ <text text-anchor="start" x="4330.48" y="-781.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
418
+ </g>
419
+ <!-- methodology_baseline_requirements -->
420
+ <g id="node20" class="node">
421
+ <title>methodology_baseline_requirements</title>
422
+ <polygon fill="#efefef" stroke="none" points="4622.21,-800.09 4622.21,-846.09 4971.4,-846.09 4971.4,-800.09 4622.21,-800.09"/>
423
+ <polygon fill="none" stroke="black" points="4622.21,-800.09 4622.21,-846.09 4971.4,-846.09 4971.4,-800.09 4622.21,-800.09"/>
424
+ <text text-anchor="start" x="4629.21" y="-823.89" font-family="Arial Bold" font-size="18.00">methodology_baseline_requirements</text>
425
+ <text text-anchor="start" x="4895.14" y="-823.89" font-family="Arial" font-size="14.00">    </text>
426
+ <text text-anchor="start" x="4926.26" y="-823.89" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
427
+ <text text-anchor="start" x="4664.14" y="-809.49" font-family="Arial" font-size="14.00" fill="#333333">baseline이 필요한 scope와 trigger를 관리한다.</text>
428
+ <polygon fill="none" stroke="black" points="4622.21,-769.29 4622.21,-800.09 4971.4,-800.09 4971.4,-769.29 4622.21,-769.29"/>
429
+ <text text-anchor="start" x="4629.21" y="-781.49" font-family="Arial" font-size="14.00">baseline_requirement_id </text>
430
+ <text text-anchor="start" x="4786.43" y="-781.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
431
+ </g>
432
+ <!-- methodology_trace_policies -->
433
+ <g id="node21" class="node">
434
+ <title>methodology_trace_policies</title>
435
+ <polygon fill="#efefef" stroke="none" points="5075.49,-800.09 5075.49,-846.09 5406.12,-846.09 5406.12,-800.09 5075.49,-800.09"/>
436
+ <polygon fill="none" stroke="black" points="5075.49,-800.09 5075.49,-846.09 5406.12,-846.09 5406.12,-800.09 5075.49,-800.09"/>
437
+ <text text-anchor="start" x="5104.21" y="-823.89" font-family="Arial Bold" font-size="18.00">methodology_trace_policies</text>
438
+ <text text-anchor="start" x="5308.15" y="-823.89" font-family="Arial" font-size="14.00">    </text>
439
+ <text text-anchor="start" x="5339.27" y="-823.89" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
440
+ <text text-anchor="start" x="5082.49" y="-809.49" font-family="Arial" font-size="14.00" fill="#333333">실제 trace link가 아니라 trace 필요 관계 정책을 관리한다.</text>
441
+ <polygon fill="none" stroke="black" points="5075.49,-769.29 5075.49,-800.09 5406.12,-800.09 5406.12,-769.29 5075.49,-769.29"/>
442
+ <text text-anchor="start" x="5082.49" y="-781.49" font-family="Arial" font-size="14.00">trace_policy_id </text>
443
+ <text text-anchor="start" x="5179.76" y="-781.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
444
+ </g>
445
+ </g>
446
+ </svg>
@@ -0,0 +1,24 @@
1
+ # @soddong/agentic-domain-methodology Migration 목록
2
+
3
+ ## 0001_methodology_base.sql
4
+
5
+ `@soddong/agentic-domain-methodology`의 1차 SQLite schema를 생성한다.
6
+
7
+ 포함 범위:
8
+
9
+ - methodology migration 이력
10
+ - 범용 코드 그룹과 코드값
11
+ - Methodology / Lifecycle / Phase / Process / PhaseProcess
12
+ - Activity / Step / Stage / StageActivity
13
+ - Activity Artifact Requirement / Stage Artifact Requirement
14
+ - Common Blueprint Policy / Common Blueprint Policy Node
15
+ - Stage Criteria / Activity Criteria
16
+ - Handoff Requirement / Baseline Requirement / Trace Policy
17
+
18
+ 제외 범위:
19
+
20
+ - 실제 실행 project instance
21
+ - 실제 artifact instance
22
+ - 실제 trace link
23
+ - 실제 baseline snapshot
24
+ - workflow execution state
package/docs/usage.md ADDED
@@ -0,0 +1,39 @@
1
+ # @soddong/agentic-domain-methodology 사용 매뉴얼
2
+
3
+ ## 1. 목적
4
+
5
+ 본 문서는 `@soddong/agentic-domain-methodology` 패키지를 사용하는 프로젝트에서 설치와 기본 import를 확인하는 절차를 정의합니다.
6
+
7
+ ## 2. 설치
8
+
9
+ 기본 설치 registry는 공식 npm registry입니다.
10
+
11
+ ```bash
12
+ npm install @soddong/agentic-domain-methodology@0.11.1
13
+ ```
14
+
15
+ registry 장애 또는 publish 전 대체 검증이 필요한 경우 tarball로 설치합니다.
16
+
17
+ ```bash
18
+ npm install /path/to/agentic-domain-methodology-0.11.1.tgz
19
+ ```
20
+
21
+ ## 3. 기본 확인
22
+
23
+ ```bash
24
+ node -e "import('@soddong/agentic-domain-methodology').then(m => console.log(m.getMethodologyPackageInfo()))"
25
+ ```
26
+
27
+ 기대 결과:
28
+
29
+ ```text
30
+ name: @soddong/agentic-domain-methodology
31
+ logicalSchema: methodology
32
+ sqliteTablePrefix: methodology_
33
+ ```
34
+
35
+ ## 4. 주요 사용 범위
36
+
37
+ 현재는 DB schema, repository/service, Common Blueprint Policy, Stage Criteria API, Handoff Requirement API, validator, Build Planning seed, scoped validation을 제공합니다.
38
+
39
+ Agent contribution, CLI, Adapter는 후속 iteration에서 추가합니다.
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@soddong/agentic-domain-methodology",
3
+ "version": "0.11.1",
4
+ "description": "Agentic Platform methodology domain package",
5
+ "license": "UNLICENSED",
6
+ "type": "module",
7
+ "main": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "README.md",
12
+ "CHANGELOG.md",
13
+ ".tbls.yml",
14
+ "docs",
15
+ "src/database/migrations"
16
+ ],
17
+ "scripts": {
18
+ "build": "tsc -p tsconfig.json",
19
+ "clean": "rm -rf dist tsconfig.tsbuildinfo",
20
+ "typecheck": "tsc -p tsconfig.json --noEmit"
21
+ },
22
+ "dependencies": {
23
+ "better-sqlite3": "^12.11.1",
24
+ "@soddong/agentic-capability-validation": "^0.3.0"
25
+ },
26
+ "devDependencies": {
27
+ "@types/better-sqlite3": "^7.6.13"
28
+ }
29
+ }