pyegeria 5.4.3.3__py3-none-any.whl → 5.4.4__py3-none-any.whl
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.
- commands/cat/debug_log.2025-09-02_07-44-39_567276.log.zip +0 -0
- commands/cat/debug_log.2025-09-03_07-45-21_986388.log.zip +0 -0
- commands/cat/debug_log.2025-09-04_08-21-58_788009.log.zip +0 -0
- commands/cat/debug_log.2025-09-05_09-37-53_062579.log.zip +0 -0
- commands/cat/list_format_set.py +5 -3
- commands/tech/list_information_supply_chains.py +1 -1
- commands/tech/list_solution_blueprints.py +1 -1
- commands/tech/list_solution_components.py +1 -1
- commands/tech/list_solution_roles.py +1 -1
- md_processing/__init__.py +9 -5
- md_processing/data/commands.json +7182 -1401
- md_processing/data/generated_format_sets.json +4137 -0
- md_processing/data/generated_format_sets.py +51 -0
- md_processing/dr_egeria.py +20 -11
- md_processing/md_commands/data_designer_commands.py +90 -425
- md_processing/md_commands/ext_ref_commands.py +543 -0
- md_processing/md_commands/old_solution_architect_commands.py +1139 -0
- md_processing/md_commands/solution_architect_commands.py +26 -59
- md_processing/md_processing_utils/common_md_utils.py +50 -1
- md_processing/md_processing_utils/debug_log +1 -3
- md_processing/md_processing_utils/dr-egeria-help-2025-09-09T11:10:03.md +3305 -0
- md_processing/md_processing_utils/extraction_utils.py +14 -7
- md_processing/md_processing_utils/gen_format_sets.py +422 -0
- md_processing/md_processing_utils/md_processing_constants.py +20 -2
- pyegeria/__init__.py +1 -1
- pyegeria/_client_new.py +9 -7
- pyegeria/_output_formats.py +278 -3
- pyegeria/collection_manager.py +20 -59
- pyegeria/config.py +10 -1
- pyegeria/data_designer.py +166 -117
- pyegeria/egeria_client.py +1 -1
- pyegeria/egeria_tech_client.py +4 -1
- pyegeria/external_references.py +1794 -0
- pyegeria/glossary_manager.py +71 -85
- pyegeria/governance_officer.py +26 -29
- pyegeria/output_formatter.py +127 -1
- pyegeria/project_manager.py +33 -36
- pyegeria/{solution_architect_omvs.py → solution_architect.py} +733 -873
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/METADATA +1 -1
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/RECORD +43 -219
- commands/.DS_Store +0 -0
- commands/cat/.DS_Store +0 -0
- commands/cat/.env +0 -8
- commands/cat/debug_log.2025-08-29_07-07-27_848189.log.zip +0 -0
- commands/cat/debug_log.2025-08-30_21-15-48_528443.log.zip +0 -0
- commands/cat/debug_log.log +0 -6102
- commands/cat/logs/pyegeria.log +0 -90
- commands/cli/debug_log.log +0 -0
- commands/doc/.DS_Store +0 -0
- commands/ops/logs/pyegeria.log +0 -0
- md_processing/.DS_Store +0 -0
- md_processing/.idea/.gitignore +0 -8
- md_processing/.idea/inspectionProfiles/Project_Default.xml +0 -59
- md_processing/.idea/md_processing.iml +0 -15
- md_processing/.idea/modules.xml +0 -8
- md_processing/.idea/sonarlint/issuestore/index.pb +0 -0
- md_processing/.idea/sonarlint/securityhotspotstore/index.pb +0 -0
- md_processing/.idea/vcs.xml +0 -6
- md_processing/.idea/workspace.xml +0 -107
- md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +0 -8
- md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +0 -873
- md_processing/dr_egeria_inbox/arch_test.md +0 -57
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
- md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
- md_processing/dr_egeria_inbox/cat_test.md +0 -100
- md_processing/dr_egeria_inbox/collections.md +0 -39
- md_processing/dr_egeria_inbox/data_designer_debug.log +0 -6
- md_processing/dr_egeria_inbox/data_designer_out.md +0 -60
- md_processing/dr_egeria_inbox/data_designer_search_test.md +0 -11
- md_processing/dr_egeria_inbox/data_field.md +0 -54
- md_processing/dr_egeria_inbox/data_spec.md +0 -77
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -2340
- md_processing/dr_egeria_inbox/data_test.md +0 -179
- md_processing/dr_egeria_inbox/data_test2.md +0 -429
- md_processing/dr_egeria_inbox/data_test3.md +0 -462
- md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +0 -124
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -318
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
- md_processing/dr_egeria_inbox/generated_help_report.md +0 -9
- md_processing/dr_egeria_inbox/generated_help_terms.md +0 -842
- md_processing/dr_egeria_inbox/glossary_list.md +0 -5
- md_processing/dr_egeria_inbox/glossary_search_test.md +0 -40
- md_processing/dr_egeria_inbox/glossary_test1.md +0 -378
- md_processing/dr_egeria_inbox/gov_def.md +0 -718
- md_processing/dr_egeria_inbox/gov_def2.md +0 -447
- md_processing/dr_egeria_inbox/img.png +0 -0
- md_processing/dr_egeria_inbox/output_tests.md +0 -114
- md_processing/dr_egeria_inbox/product.md +0 -211
- md_processing/dr_egeria_inbox/rel.md +0 -8
- md_processing/dr_egeria_inbox/sb.md +0 -119
- md_processing/dr_egeria_inbox/solution-components.md +0 -136
- md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
- md_processing/dr_egeria_inbox/synonym_test.md +0 -42
- md_processing/dr_egeria_inbox/t2.md +0 -268
- md_processing/dr_egeria_outbox/.DS_Store +0 -0
- md_processing/dr_egeria_outbox/.obsidian/app.json +0 -1
- md_processing/dr_egeria_outbox/.obsidian/appearance.json +0 -1
- md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +0 -7
- md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +0 -33
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/main.js +0 -5164
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/manifest.json +0 -10
- md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/styles.css +0 -624
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +0 -10
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +0 -4459
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +0 -10
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +0 -3
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +0 -153
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +0 -11
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +0 -1
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +0 -500
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +0 -12
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +0 -1
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/data.json +0 -38
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +0 -37
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +0 -11
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +0 -220
- md_processing/dr_egeria_outbox/.obsidian/types.json +0 -28
- md_processing/dr_egeria_outbox/.obsidian/workspace.json +0 -270
- md_processing/dr_egeria_outbox/Button Test.md +0 -11
- md_processing/dr_egeria_outbox/Scripts/.DS_Store +0 -0
- md_processing/dr_egeria_outbox/Scripts/sendRest.js +0 -24
- md_processing/dr_egeria_outbox/Templates/sendToApi.md.md +0 -17
- md_processing/dr_egeria_outbox/Untitled.canvas +0 -1
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 09:26-product.md +0 -210
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 14:03-product.md +0 -209
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 14:24-product.md +0 -263
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 16:03-data_spec_test.md +0 -2374
- md_processing/dr_egeria_outbox/monday/processed-2025-09-01 16:05-data_spec_test.md +0 -2374
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:28-data_spec_test.md +0 -2321
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:37-data_spec_test.md +0 -2304
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 08:56-data_spec_test.md +0 -2324
- md_processing/dr_egeria_outbox/monday/processed-2025-09-02 09:00-data_spec_test.md +0 -2324
- md_processing/dr_egeria_outbox/processed-2025-08-30 16:56-generated_help_terms.md +0 -795
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +0 -719
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +0 -41
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +0 -33
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +0 -192
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +0 -486
- md_processing/dr_egeria_outbox/tuesday/processed-2025-09-02 13:07-gov_def.md +0 -492
- md_processing/dr_egeria_outbox/tuesday/processed-2025-09-02 13:25-gov_def.md +0 -520
- md_processing/dr_egeria_outbox/tuesday/processed-2025-09-02 16:43-gov_def.md +0 -636
- md_processing/dr_egeria_outbox/tuesday/processed-2025-09-02 16:46-gov_def.md +0 -636
- md_processing/family_docs/Data Designer/Create_Data_Class.md +0 -164
- md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +0 -30
- md_processing/family_docs/Data Designer/Create_Data_Field.md +0 -162
- md_processing/family_docs/Data Designer/Create_Data_Specification.md +0 -36
- md_processing/family_docs/Data Designer/Create_Data_Structure.md +0 -38
- md_processing/family_docs/Data Designer/View_Data_Classes.md +0 -78
- md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +0 -78
- md_processing/family_docs/Data Designer/View_Data_Fields.md +0 -78
- md_processing/family_docs/Data Designer/View_Data_Specifications.md +0 -78
- md_processing/family_docs/Data Designer/View_Data_Structures.md +0 -78
- md_processing/family_docs/Data Designer.md +0 -842
- md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +0 -42
- md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +0 -36
- md_processing/family_docs/Digital Product Manager/Create_Agreement.md +0 -96
- md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +0 -72
- md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +0 -102
- md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +0 -134
- md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +0 -60
- md_processing/family_docs/Digital Product Manager/Link_Contracts.md +0 -26
- md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +0 -30
- md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +0 -48
- md_processing/family_docs/Digital Product Manager.md +0 -668
- md_processing/family_docs/Glossary/Attach_Category_Parent.md +0 -18
- md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +0 -26
- md_processing/family_docs/Glossary/Create_Category.md +0 -38
- md_processing/family_docs/Glossary/Create_Glossary.md +0 -42
- md_processing/family_docs/Glossary/Create_Term.md +0 -70
- md_processing/family_docs/Glossary.md +0 -206
- md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +0 -106
- md_processing/family_docs/Governance Officer/Create_Certification_Type.md +0 -112
- md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +0 -114
- md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +0 -114
- md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +0 -114
- md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +0 -128
- md_processing/family_docs/Governance Officer/Create_Governance_Process.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +0 -106
- md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +0 -106
- md_processing/family_docs/Governance Officer/Create_License_Type.md +0 -112
- md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +0 -106
- md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +0 -118
- md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +0 -114
- md_processing/family_docs/Governance Officer/Create_Security_Group.md +0 -120
- md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +0 -122
- md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +0 -106
- md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +0 -32
- md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +0 -32
- md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +0 -32
- md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +0 -82
- md_processing/family_docs/Governance Officer.md +0 -2412
- md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +0 -70
- md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +0 -44
- md_processing/family_docs/Solution Architect/Create_Solution_Component.md +0 -96
- md_processing/family_docs/Solution Architect/Create_Solution_Role.md +0 -66
- md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +0 -32
- md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +0 -32
- md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +0 -32
- md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +0 -32
- md_processing/family_docs/Solution Architect/View_Solution_Components.md +0 -32
- md_processing/family_docs/Solution Architect/View_Solution_Roles.md +0 -32
- md_processing/family_docs/Solution Architect.md +0 -490
- md_processing/md_commands/old_project_commands.py +0 -164
- md_processing/md_processing_utils/debug_log.log +0 -5580
- md_processing/md_processing_utils/generated_help_terms.md +0 -842
- md_processing/md_processing_utils/logs/pyegeria.log +0 -56
- pyegeria/.DS_Store +0 -0
- pyegeria/___external_references.py +0 -3267
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.3.3.dist-info → pyegeria-5.4.4.dist-info}/entry_points.txt +0 -0
@@ -1,636 +0,0 @@
|
|
1
|
-
|
2
|
-
# Update Governance Definition
|
3
|
-
|
4
|
-
## Governance Definition Name
|
5
|
-
|
6
|
-
EU Corporate Sustainability Reporting
|
7
|
-
|
8
|
-
## Display Name
|
9
|
-
EU Corporate Sustainability Reporting
|
10
|
-
|
11
|
-
## Qualified Name
|
12
|
-
[Regulation::EU Corporate Sustainability Reporting](#7b52707a-2b9b-4592-86c3-304f508b44bf)
|
13
|
-
|
14
|
-
## Category
|
15
|
-
None
|
16
|
-
|
17
|
-
## Description
|
18
|
-
See the regulations.
|
19
|
-
|
20
|
-
## Summary
|
21
|
-
EU law requires companies above a certain size to disclose information on what they see as the risks and opportunitiesarising from social and environmental issues, and on the impact of their activities on people and the environment.
|
22
|
-
|
23
|
-
## Usage
|
24
|
-
None
|
25
|
-
|
26
|
-
## Importance
|
27
|
-
Important
|
28
|
-
|
29
|
-
## Scope
|
30
|
-
Rolling out across different industries and organization sizes.
|
31
|
-
|
32
|
-
## Type
|
33
|
-
Regulation
|
34
|
-
|
35
|
-
[[Governance]]
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
# Don't View Governance Definitions
|
40
|
-
## Output Format
|
41
|
-
REPORT
|
42
|
-
## Output Format Set
|
43
|
-
BasicGovernance
|
44
|
-
## Search String
|
45
|
-
Talmudic5
|
46
|
-
|
47
|
-
___
|
48
|
-
|
49
|
-
# Don't Link Policies
|
50
|
-
## Policy 1
|
51
|
-
GovPrinciple::Talmudic5
|
52
|
-
|
53
|
-
## Policy 2
|
54
|
-
GovPrinciple::Talmudic3
|
55
|
-
|
56
|
-
## Link Label
|
57
|
-
A talmudic test
|
58
|
-
|
59
|
-
____
|
60
|
-
|
61
|
-
# Don't Link Governance Mechanism
|
62
|
-
## Definition 1
|
63
|
-
GovPrinciple::Talmudic5
|
64
|
-
|
65
|
-
## Definition 2
|
66
|
-
Gov procedure
|
67
|
-
|
68
|
-
## Link Label
|
69
|
-
TESTING-TESTING
|
70
|
-
|
71
|
-
____
|
72
|
-
|
73
|
-
# Don't Create Business Imperative
|
74
|
-
> The BusinessImperative entity defines a business goal that is critical to the success of the organization.
|
75
|
-
|
76
|
-
## Display Name
|
77
|
-
> Input Required: True
|
78
|
-
|
79
|
-
> Description: Name of the definition.
|
80
|
-
|
81
|
-
> Alternative Labels: Name
|
82
|
-
Sustainability Reporting Imperative
|
83
|
-
|
84
|
-
## Summary
|
85
|
-
> Input Required: False
|
86
|
-
|
87
|
-
> Description: Summary of the definition.
|
88
|
-
Comply with Legal and Expected Sustainability Norms and Regulations
|
89
|
-
|
90
|
-
## Description
|
91
|
-
> Input Required: False
|
92
|
-
|
93
|
-
> Description: Description of the contents of the definition.
|
94
|
-
As an international company, Coco Pharmaceuticals must comply with local regulatory requirements as well as meeting the expectations of our customers and shareholders. Sustainability reporting and improvements are important across stakeholders. We must therefore have and communicate an explicit and robust sustainability strategy with demonstrated outcomes.
|
95
|
-
|
96
|
-
## Domain Identifier
|
97
|
-
> Input Required: False
|
98
|
-
|
99
|
-
> Description: Integer representing the governance domain. All domains is 0.
|
100
|
-
|
101
|
-
> Default Value: 0
|
102
|
-
|
103
|
-
|
104
|
-
## Document Identifier
|
105
|
-
> Input Required: False
|
106
|
-
|
107
|
-
> Description: A user supplied identifier for the governance document.
|
108
|
-
|
109
|
-
> Alternative Labels: Doc Id
|
110
|
-
|
111
|
-
|
112
|
-
## Version Identifier
|
113
|
-
> Input Required: False
|
114
|
-
|
115
|
-
> Description: Published version identifier.
|
116
|
-
|
117
|
-
|
118
|
-
## Scope
|
119
|
-
> Input Required: False
|
120
|
-
|
121
|
-
> Description: Scope of the definition.
|
122
|
-
Enterprise
|
123
|
-
|
124
|
-
## Importance
|
125
|
-
> Input Required: False
|
126
|
-
|
127
|
-
> Description: Importance of the definition.
|
128
|
-
Very important, with several implications.
|
129
|
-
|
130
|
-
## Implications
|
131
|
-
> Input Required: False
|
132
|
-
|
133
|
-
> Description: List of implications.
|
134
|
-
1. Ability to operate in different jurisdictions.
|
135
|
-
2. Customer perception and goodwill in doing business with us.
|
136
|
-
3. Recognition by the financial community - including access to capital.
|
137
|
-
4. Cooperation and Arrangements with our upstream and downstream supply chains.
|
138
|
-
|
139
|
-
## Outcomes
|
140
|
-
> Input Required: False
|
141
|
-
|
142
|
-
> Description: List of desired outcomes.
|
143
|
-
|
144
|
-
1. Ability to operate in each location.
|
145
|
-
2. Market position
|
146
|
-
3. Satisfied shareholders
|
147
|
-
4. Happier and engaged employees
|
148
|
-
|
149
|
-
## Results
|
150
|
-
> Input Required: False
|
151
|
-
|
152
|
-
> Description: A list of expected results.
|
153
|
-
|
154
|
-
|
155
|
-
## Status
|
156
|
-
> Input Required: False
|
157
|
-
|
158
|
-
> Description: The status of the agreement. There is a list of valid values that this conforms to.
|
159
|
-
|
160
|
-
> Alternative Labels: Definition Status
|
161
|
-
|
162
|
-
> Valid Values: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
163
|
-
|
164
|
-
> Default Value: DRAFT
|
165
|
-
DRAFT
|
166
|
-
|
167
|
-
## User Defined Status
|
168
|
-
> Input Required: False
|
169
|
-
|
170
|
-
> Description: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
171
|
-
|
172
|
-
|
173
|
-
## Qualified Name
|
174
|
-
> Input Required: False
|
175
|
-
|
176
|
-
> Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
177
|
-
|
178
|
-
|
179
|
-
## GUID
|
180
|
-
> Input Required: False
|
181
|
-
|
182
|
-
> Description: A system generated unique identifier.
|
183
|
-
|
184
|
-
> Alternative Labels: Guid; guid
|
185
|
-
|
186
|
-
____
|
187
|
-
|
188
|
-
# Don't Create Governance Principle
|
189
|
-
## Name
|
190
|
-
Talmudic
|
191
|
-
## Summary
|
192
|
-
Based on Talmud
|
193
|
-
## Description
|
194
|
-
Somewhat chaotic today
|
195
|
-
## Domain Identifier
|
196
|
-
1
|
197
|
-
## Version Identifier
|
198
|
-
|
199
|
-
## Scope
|
200
|
-
InterGalactic
|
201
|
-
|
202
|
-
## Importance
|
203
|
-
Somewhat
|
204
|
-
|
205
|
-
## Implications
|
206
|
-
Power; Money
|
207
|
-
## Outcomes
|
208
|
-
Happiness
|
209
|
-
## Results
|
210
|
-
Unknown
|
211
|
-
## Status
|
212
|
-
PROPOSED
|
213
|
-
|
214
|
-
____
|
215
|
-
# Don't Create Governance Principle
|
216
|
-
## Name
|
217
|
-
Talmudic20
|
218
|
-
## Summary
|
219
|
-
Based on Talmud - this time
|
220
|
-
## Description
|
221
|
-
Rather chaotic
|
222
|
-
## Domain Identifier
|
223
|
-
1
|
224
|
-
## Version Identifier
|
225
|
-
|
226
|
-
## Scope
|
227
|
-
InterGalactic
|
228
|
-
|
229
|
-
## Importance
|
230
|
-
Somewhat
|
231
|
-
|
232
|
-
## Implications
|
233
|
-
Power; Money
|
234
|
-
## Outcomes
|
235
|
-
Happiness
|
236
|
-
## Results
|
237
|
-
Unknown
|
238
|
-
## Status
|
239
|
-
ACTIVE
|
240
|
-
|
241
|
-
____
|
242
|
-
|
243
|
-
# Don't Create Governance Approach
|
244
|
-
## Name
|
245
|
-
Approach
|
246
|
-
## Summary
|
247
|
-
Based on Talmud
|
248
|
-
## Description
|
249
|
-
Somewhat chaotic
|
250
|
-
## Domain Identifier
|
251
|
-
1
|
252
|
-
## Version Identifier
|
253
|
-
|
254
|
-
## Scope
|
255
|
-
InterGalactic
|
256
|
-
|
257
|
-
## Importance
|
258
|
-
Somewhat
|
259
|
-
|
260
|
-
## Implications
|
261
|
-
Power; Money
|
262
|
-
## Outcomes
|
263
|
-
Happiness
|
264
|
-
## Results
|
265
|
-
Unknown
|
266
|
-
## Status
|
267
|
-
PROPOSED
|
268
|
-
|
269
|
-
____
|
270
|
-
|
271
|
-
# Don't Create Governance Strategy
|
272
|
-
## Name
|
273
|
-
Strategy
|
274
|
-
## Summary
|
275
|
-
Based on Talmud
|
276
|
-
## Description
|
277
|
-
Somewhat chaotic
|
278
|
-
## Domain Identifier
|
279
|
-
1
|
280
|
-
## Version Identifier
|
281
|
-
|
282
|
-
## Scope
|
283
|
-
InterGalactic
|
284
|
-
|
285
|
-
## Importance
|
286
|
-
Somewhat
|
287
|
-
|
288
|
-
## Implications
|
289
|
-
Power; Money
|
290
|
-
## Outcomes
|
291
|
-
Happiness
|
292
|
-
## Results
|
293
|
-
Unknown
|
294
|
-
## Status
|
295
|
-
PROPOSED
|
296
|
-
|
297
|
-
____
|
298
|
-
==> found duplicate before
|
299
|
-
|
300
|
-
# Don't Create Regulation
|
301
|
-
## Name
|
302
|
-
New Regulation
|
303
|
-
## Summary
|
304
|
-
Based on Talmud
|
305
|
-
## Description
|
306
|
-
Somewhat chaotic
|
307
|
-
## Domain Identifier
|
308
|
-
1
|
309
|
-
## Version Identifier
|
310
|
-
|
311
|
-
## Scope
|
312
|
-
InterGalactic
|
313
|
-
|
314
|
-
## Importance
|
315
|
-
Somewhat
|
316
|
-
|
317
|
-
## Implications
|
318
|
-
Power; Money
|
319
|
-
## Outcomes
|
320
|
-
Happiness
|
321
|
-
## Results
|
322
|
-
Unknown
|
323
|
-
## Status
|
324
|
-
PROPOSED
|
325
|
-
|
326
|
-
____
|
327
|
-
|
328
|
-
# Don't Create Governance Control
|
329
|
-
## Name
|
330
|
-
Control
|
331
|
-
## Summary
|
332
|
-
Based on Talmud
|
333
|
-
## Description
|
334
|
-
Somewhat chaotic
|
335
|
-
## Domain Identifier
|
336
|
-
1
|
337
|
-
## Version Identifier
|
338
|
-
|
339
|
-
## Scope
|
340
|
-
InterGalactic
|
341
|
-
|
342
|
-
## Importance
|
343
|
-
Somewhat
|
344
|
-
|
345
|
-
## Implications
|
346
|
-
Power; Money
|
347
|
-
## Outcomes
|
348
|
-
Happiness
|
349
|
-
## Results
|
350
|
-
Unknown
|
351
|
-
## Status
|
352
|
-
PROPOSED
|
353
|
-
|
354
|
-
____
|
355
|
-
|
356
|
-
# Don't Create Governance Rule
|
357
|
-
## Name
|
358
|
-
gov rule
|
359
|
-
## Summary
|
360
|
-
Based on Talmud
|
361
|
-
## Description
|
362
|
-
Somewhat chaotic
|
363
|
-
## Domain Identifier
|
364
|
-
1
|
365
|
-
## Version Identifier
|
366
|
-
|
367
|
-
## Scope
|
368
|
-
InterGalactic
|
369
|
-
|
370
|
-
## Importance
|
371
|
-
Somewhat
|
372
|
-
|
373
|
-
## Implications
|
374
|
-
Power; Money
|
375
|
-
## Outcomes
|
376
|
-
Happiness
|
377
|
-
## Results
|
378
|
-
Unknown
|
379
|
-
## Status
|
380
|
-
PROPOSED
|
381
|
-
|
382
|
-
____
|
383
|
-
|
384
|
-
# Don't Create Service Level Objectives
|
385
|
-
## Name
|
386
|
-
Obligation
|
387
|
-
## Summary
|
388
|
-
Based on Talmud
|
389
|
-
## Description
|
390
|
-
Somewhat chaotic
|
391
|
-
## Domain Identifier
|
392
|
-
1
|
393
|
-
## Version Identifier
|
394
|
-
|
395
|
-
## Scope
|
396
|
-
InterGalactic
|
397
|
-
|
398
|
-
## Importance
|
399
|
-
Somewhat
|
400
|
-
|
401
|
-
## Implications
|
402
|
-
Power; Money
|
403
|
-
## Outcomes
|
404
|
-
Happiness
|
405
|
-
## Results
|
406
|
-
Unknown
|
407
|
-
## Status
|
408
|
-
PROPOSED
|
409
|
-
|
410
|
-
____
|
411
|
-
|
412
|
-
# Don't Create Governance Action
|
413
|
-
## Name
|
414
|
-
Gov Process
|
415
|
-
## Summary
|
416
|
-
Based on Talmud
|
417
|
-
## Description
|
418
|
-
Somewhat chaotic
|
419
|
-
## Domain Identifier
|
420
|
-
1
|
421
|
-
## Version Identifier
|
422
|
-
|
423
|
-
## Scope
|
424
|
-
InterGalactic
|
425
|
-
|
426
|
-
## Importance
|
427
|
-
Somewhat
|
428
|
-
|
429
|
-
## Implications
|
430
|
-
Power; Money
|
431
|
-
## Outcomes
|
432
|
-
Happiness
|
433
|
-
## Results
|
434
|
-
Unknown
|
435
|
-
## Status
|
436
|
-
PROPOSED
|
437
|
-
|
438
|
-
____
|
439
|
-
|
440
|
-
# Don't Create Governance Responsibility
|
441
|
-
## Name
|
442
|
-
Responsibility
|
443
|
-
## Summary
|
444
|
-
Based on Talmud
|
445
|
-
## Description
|
446
|
-
Somewhat chaotic
|
447
|
-
## Domain Identifier
|
448
|
-
1
|
449
|
-
## Version Identifier
|
450
|
-
|
451
|
-
## Scope
|
452
|
-
InterGalactic
|
453
|
-
|
454
|
-
## Importance
|
455
|
-
Somewhat
|
456
|
-
|
457
|
-
## Implications
|
458
|
-
Power; Money
|
459
|
-
## Outcomes
|
460
|
-
Happiness
|
461
|
-
## Results
|
462
|
-
Unknown
|
463
|
-
## Status
|
464
|
-
PROPOSED
|
465
|
-
|
466
|
-
____
|
467
|
-
|
468
|
-
# Don't Create Governance Procedure
|
469
|
-
## Name
|
470
|
-
Gov procedure
|
471
|
-
## Summary
|
472
|
-
Based on Talmud
|
473
|
-
## Description
|
474
|
-
Somewhat chaotic
|
475
|
-
## Domain Identifier
|
476
|
-
1
|
477
|
-
## Version Identifier
|
478
|
-
|
479
|
-
## Scope
|
480
|
-
InterGalactic
|
481
|
-
|
482
|
-
## Importance
|
483
|
-
Somewhat
|
484
|
-
|
485
|
-
## Implications
|
486
|
-
Power; Money
|
487
|
-
## Outcomes
|
488
|
-
Happiness
|
489
|
-
## Results
|
490
|
-
Unknown
|
491
|
-
## Status
|
492
|
-
PROPOSED
|
493
|
-
|
494
|
-
____
|
495
|
-
|
496
|
-
# Don't Create Security Access Control
|
497
|
-
## Name
|
498
|
-
sec access
|
499
|
-
## Summary
|
500
|
-
Based on Talmud
|
501
|
-
## Description
|
502
|
-
Somewhat chaotic
|
503
|
-
## Domain Identifier
|
504
|
-
1
|
505
|
-
## Version Identifier
|
506
|
-
|
507
|
-
## Scope
|
508
|
-
InterGalactic
|
509
|
-
|
510
|
-
## Importance
|
511
|
-
Somewhat
|
512
|
-
|
513
|
-
## Implications
|
514
|
-
Power; Money
|
515
|
-
## Outcomes
|
516
|
-
Happiness
|
517
|
-
## Results
|
518
|
-
Unknown
|
519
|
-
## Status
|
520
|
-
PROPOSED
|
521
|
-
|
522
|
-
____
|
523
|
-
|
524
|
-
# Don't Create Security Group
|
525
|
-
## Name
|
526
|
-
Sec Group
|
527
|
-
## Summary
|
528
|
-
Based on Talmud
|
529
|
-
## Description
|
530
|
-
Somewhat chaotic
|
531
|
-
## Domain Identifier
|
532
|
-
1
|
533
|
-
## Version Identifier
|
534
|
-
|
535
|
-
## Scope
|
536
|
-
InterGalactic
|
537
|
-
|
538
|
-
## Importance
|
539
|
-
Somewhat
|
540
|
-
|
541
|
-
## Implications
|
542
|
-
Power; Money
|
543
|
-
## Outcomes
|
544
|
-
Happiness
|
545
|
-
## Results
|
546
|
-
Unknown
|
547
|
-
## Status
|
548
|
-
PROPOSED
|
549
|
-
|
550
|
-
|
551
|
-
____
|
552
|
-
|
553
|
-
# Don't Create Naming Standard Rule
|
554
|
-
## Name
|
555
|
-
Namkng Standard
|
556
|
-
## Summary
|
557
|
-
Based on Talmud
|
558
|
-
## Description
|
559
|
-
Somewhat chaotic
|
560
|
-
## Domain Identifier
|
561
|
-
1
|
562
|
-
## Version Identifier
|
563
|
-
|
564
|
-
## Scope
|
565
|
-
InterGalactic
|
566
|
-
|
567
|
-
## Importance
|
568
|
-
Somewhat
|
569
|
-
|
570
|
-
## Implications
|
571
|
-
Power; Money
|
572
|
-
## Outcomes
|
573
|
-
Happiness
|
574
|
-
## Results
|
575
|
-
Unknown
|
576
|
-
## Status
|
577
|
-
PROPOSED
|
578
|
-
|
579
|
-
____
|
580
|
-
|
581
|
-
# Don't Create Certification Type
|
582
|
-
## Name
|
583
|
-
Cert
|
584
|
-
## Summary
|
585
|
-
Based on Talmud
|
586
|
-
## Description
|
587
|
-
Somewhat chaotic
|
588
|
-
## Domain Identifier
|
589
|
-
1
|
590
|
-
## Version Identifier
|
591
|
-
|
592
|
-
## Scope
|
593
|
-
InterGalactic
|
594
|
-
|
595
|
-
## Importance
|
596
|
-
Somewhat
|
597
|
-
|
598
|
-
## Implications
|
599
|
-
Power; Money
|
600
|
-
## Outcomes
|
601
|
-
Happiness
|
602
|
-
## Results
|
603
|
-
Unknown
|
604
|
-
## Status
|
605
|
-
PROPOSED
|
606
|
-
|
607
|
-
____
|
608
|
-
|
609
|
-
# Don't Create License Type
|
610
|
-
## Name
|
611
|
-
Lic
|
612
|
-
## Summary
|
613
|
-
Based on Talmud
|
614
|
-
## Description
|
615
|
-
Somewhat chaotic
|
616
|
-
## Domain Identifier
|
617
|
-
1
|
618
|
-
## Version Identifier
|
619
|
-
|
620
|
-
## Scope
|
621
|
-
InterGalactic
|
622
|
-
|
623
|
-
## Importance
|
624
|
-
Somewhat
|
625
|
-
|
626
|
-
## Implications
|
627
|
-
Power; Money
|
628
|
-
## Outcomes
|
629
|
-
Happiness
|
630
|
-
## Results
|
631
|
-
Unknown
|
632
|
-
## Status
|
633
|
-
PROPOSED
|
634
|
-
# Provenance
|
635
|
-
|
636
|
-
* Results from processing file gov_def.md on 2025-09-02 16:42
|