pyegeria 5.4.0.15__py3-none-any.whl → 5.4.0.17__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.
Files changed (114) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log +10 -0
  4. commands/cat/debug_log.log +0 -0
  5. commands/cat/dr_egeria_md.py +1 -1
  6. commands/cat/list_format_set.py +5 -3
  7. commands/cat/logs/pyegeria.log +27 -0
  8. commands/cli/debug_log.log +0 -0
  9. commands/ops/load_archive.py +26 -22
  10. commands/ops/logs/pyegeria.log +0 -0
  11. md_processing/.DS_Store +0 -0
  12. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  13. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  14. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  20. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  22. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  23. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  24. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  25. md_processing/dr_egeria_inbox/collections.md +39 -0
  26. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  27. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  28. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  29. md_processing/dr_egeria_inbox/data_field.md +54 -0
  30. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  31. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  32. md_processing/dr_egeria_inbox/data_test.md +179 -0
  33. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  34. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  40. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  41. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  42. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  43. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  44. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  45. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  46. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  47. md_processing/dr_egeria_inbox/product.md +50 -0
  48. md_processing/dr_egeria_inbox/rel.md +8 -0
  49. md_processing/dr_egeria_inbox/sb.md +119 -0
  50. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  51. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  52. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  53. md_processing/dr_egeria_inbox/t2.md +268 -0
  54. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  56. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  57. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  70. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  71. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  72. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  73. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  77. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  81. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  82. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  86. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  100. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  101. md_processing/md_processing_utils/debug_log.log +0 -0
  102. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  103. pyegeria/.DS_Store +0 -0
  104. pyegeria/__init__.py +2 -2
  105. pyegeria/_client_new.py +31 -1
  106. pyegeria/_output_formats.py +23 -0
  107. pyegeria/glossary_browser_omvs.py +178 -65
  108. pyegeria/platform_services.py +3 -3
  109. pyegeria/runtime_manager_omvs.py +55 -55
  110. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/METADATA +1 -1
  111. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/RECORD +114 -15
  112. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/LICENSE +0 -0
  113. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/WHEEL +0 -0
  114. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,11 @@
1
+ {
2
+ "id": "templater-obsidian",
3
+ "name": "Templater",
4
+ "version": "2.13.1",
5
+ "description": "Create and use templates",
6
+ "minAppVersion": "1.5.0",
7
+ "author": "SilentVoid",
8
+ "authorUrl": "https://github.com/SilentVoid13",
9
+ "helpUrl": "https://silentvoid13.github.io/Templater/",
10
+ "isDesktopOnly": false
11
+ }
@@ -0,0 +1,220 @@
1
+ .templater_search {
2
+ width: calc(100% - 20px);
3
+ }
4
+
5
+ .templater_div {
6
+ border-top: 1px solid var(--background-modifier-border);
7
+ }
8
+
9
+ .templater_div > .setting-item {
10
+ border-top: none !important;
11
+ align-self: center;
12
+ }
13
+
14
+ .templater_div > .setting-item > .setting-item-control {
15
+ justify-content: space-around;
16
+ padding: 0;
17
+ width: 100%;
18
+ }
19
+
20
+ .templater_div
21
+ > .setting-item
22
+ > .setting-item-control
23
+ > .setting-editor-extra-setting-button {
24
+ align-self: center;
25
+ }
26
+
27
+ .templater_donating {
28
+ margin: 10px;
29
+ }
30
+
31
+ .templater_title {
32
+ margin: 0;
33
+ padding: 0;
34
+ margin-top: 5px;
35
+ text-align: center;
36
+ }
37
+
38
+ .templater_template {
39
+ align-self: center;
40
+ margin-left: 5px;
41
+ margin-right: 5px;
42
+ width: 70%;
43
+ }
44
+
45
+ .templater_cmd {
46
+ margin-left: 5px;
47
+ margin-right: 5px;
48
+ font-size: 14px;
49
+ width: 100%;
50
+ }
51
+
52
+ .templater_div2 > .setting-item {
53
+ align-content: center;
54
+ justify-content: center;
55
+ }
56
+
57
+ .templater-prompt-div {
58
+ display: flex;
59
+ }
60
+
61
+ .templater-prompt-form {
62
+ display: flex;
63
+ flex-grow: 1;
64
+ }
65
+
66
+ .templater-prompt-input {
67
+ flex-grow: 1;
68
+ }
69
+
70
+ .templater-button-div {
71
+ display: flex;
72
+ flex-direction: column;
73
+ align-items: center;
74
+ margin-top: 1rem;
75
+ }
76
+
77
+ textarea.templater-prompt-input {
78
+ height: 10rem;
79
+ }
80
+
81
+ textarea.templater-prompt-input:focus {
82
+ border-color: var(--interactive-accent);
83
+ }
84
+
85
+ .cm-s-obsidian .templater-command-bg {
86
+ left: 0px;
87
+ right: 0px;
88
+ background-color: var(--background-primary-alt);
89
+ }
90
+
91
+ .cm-s-obsidian .cm-templater-command {
92
+ font-size: 0.85em;
93
+ font-family: var(--font-monospace);
94
+ line-height: 1.3;
95
+ }
96
+
97
+ .cm-s-obsidian .templater-inline .cm-templater-command {
98
+ background-color: var(--background-primary-alt);
99
+ }
100
+
101
+ .cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
102
+ font-weight: bold;
103
+ }
104
+
105
+ .cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
106
+ font-weight: bold;
107
+ }
108
+
109
+ .cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
110
+ color: var(--code-property, #008bff);
111
+ }
112
+
113
+ .cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
114
+ color: var(--code-function, #c0d700);
115
+ }
116
+
117
+ .cm-s-obsidian .cm-templater-command.cm-keyword {
118
+ color: var(--code-keyword, #00a7aa);
119
+ font-weight: normal;
120
+ }
121
+
122
+ .cm-s-obsidian .cm-templater-command.cm-atom {
123
+ color: var(--code-normal, #f39b35);
124
+ }
125
+
126
+ .cm-s-obsidian .cm-templater-command.cm-value,
127
+ .cm-s-obsidian .cm-templater-command.cm-number,
128
+ .cm-s-obsidian .cm-templater-command.cm-type {
129
+ color: var(--code-value, #a06fca);
130
+ }
131
+
132
+ .cm-s-obsidian .cm-templater-command.cm-def,
133
+ .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
134
+ color: var(--code-normal, var(--text-normal));
135
+ }
136
+
137
+ .cm-s-obsidian .cm-templater-command.cm-property,
138
+ .cm-s-obsidian .cm-templater-command.cm-property.cm-def,
139
+ .cm-s-obsidian .cm-templater-command.cm-attribute {
140
+ color: var(--code-function, #98e342);
141
+ }
142
+
143
+ .cm-s-obsidian .cm-templater-command.cm-variable,
144
+ .cm-s-obsidian .cm-templater-command.cm-variable-2,
145
+ .cm-s-obsidian .cm-templater-command.cm-variable-3,
146
+ .cm-s-obsidian .cm-templater-command.cm-meta {
147
+ color: var(--code-property, #d4d4d4);
148
+ }
149
+
150
+ .cm-s-obsidian .cm-templater-command.cm-callee,
151
+ .cm-s-obsidian .cm-templater-command.cm-operator,
152
+ .cm-s-obsidian .cm-templater-command.cm-qualifier,
153
+ .cm-s-obsidian .cm-templater-command.cm-builtin {
154
+ color: var(--code-operator, #fc4384);
155
+ }
156
+
157
+ .cm-s-obsidian .cm-templater-command.cm-tag {
158
+ color: var(--code-tag, #fc4384);
159
+ }
160
+
161
+ .cm-s-obsidian .cm-templater-command.cm-comment,
162
+ .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
163
+ .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
164
+ color: var(--code-comment, #696d70);
165
+ }
166
+
167
+ .cm-s-obsidian .cm-templater-command.cm-string,
168
+ .cm-s-obsidian .cm-templater-command.cm-string-2 {
169
+ color: var(--code-string, #e6db74);
170
+ }
171
+
172
+ .cm-s-obsidian .cm-templater-command.cm-header,
173
+ .cm-s-obsidian .cm-templater-command.cm-hr {
174
+ color: var(--code-keyword, #da7dae);
175
+ }
176
+
177
+ .cm-s-obsidian .cm-templater-command.cm-link {
178
+ color: var(--code-normal, #696d70);
179
+ }
180
+
181
+ .cm-s-obsidian .cm-templater-command.cm-error {
182
+ border-bottom: 1px solid #c42412;
183
+ }
184
+
185
+ .CodeMirror-hints {
186
+ position: absolute;
187
+ z-index: 10;
188
+ overflow: hidden;
189
+ list-style: none;
190
+
191
+ margin: 0;
192
+ padding: 2px;
193
+
194
+ -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
195
+ -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
196
+ box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
197
+ border-radius: 3px;
198
+ border: 1px solid silver;
199
+
200
+ background: white;
201
+ font-size: 90%;
202
+ font-family: monospace;
203
+
204
+ max-height: 20em;
205
+ overflow-y: auto;
206
+ }
207
+
208
+ .CodeMirror-hint {
209
+ margin: 0;
210
+ padding: 0 4px;
211
+ border-radius: 2px;
212
+ white-space: pre;
213
+ color: black;
214
+ cursor: pointer;
215
+ }
216
+
217
+ li.CodeMirror-hint-active {
218
+ background: #08f;
219
+ color: white;
220
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "types": {
3
+ "aliases": "aliases",
4
+ "cssclasses": "multitext",
5
+ "tags": "tags",
6
+ "TQ_explain": "checkbox",
7
+ "TQ_extra_instructions": "text",
8
+ "TQ_short_mode": "checkbox",
9
+ "TQ_show_backlink": "checkbox",
10
+ "TQ_show_cancelled_date": "checkbox",
11
+ "TQ_show_created_date": "checkbox",
12
+ "TQ_show_depends_on": "checkbox",
13
+ "TQ_show_done_date": "checkbox",
14
+ "TQ_show_due_date": "checkbox",
15
+ "TQ_show_edit_button": "checkbox",
16
+ "TQ_show_id": "checkbox",
17
+ "TQ_show_on_completion": "checkbox",
18
+ "TQ_show_postpone_button": "checkbox",
19
+ "TQ_show_priority": "checkbox",
20
+ "TQ_show_recurrence_rule": "checkbox",
21
+ "TQ_show_scheduled_date": "checkbox",
22
+ "TQ_show_start_date": "checkbox",
23
+ "TQ_show_tags": "checkbox",
24
+ "TQ_show_task_count": "checkbox",
25
+ "TQ_show_tree": "checkbox",
26
+ "TQ_show_urgency": "checkbox"
27
+ }
28
+ }
@@ -0,0 +1,220 @@
1
+ {
2
+ "main": {
3
+ "id": "655d46226dc22322",
4
+ "type": "split",
5
+ "children": [
6
+ {
7
+ "id": "4920d4cb798f1fd4",
8
+ "type": "tabs",
9
+ "children": [
10
+ {
11
+ "id": "21860ec8f02c79c3",
12
+ "type": "leaf",
13
+ "state": {
14
+ "type": "markdown",
15
+ "state": {
16
+ "file": "tuesday/processed-2025-07-16 19:15-gov_def2.md",
17
+ "mode": "source",
18
+ "source": false
19
+ },
20
+ "icon": "lucide-file",
21
+ "title": "processed-2025-07-16 19:15-gov_def2"
22
+ }
23
+ }
24
+ ]
25
+ }
26
+ ],
27
+ "direction": "vertical"
28
+ },
29
+ "left": {
30
+ "id": "2a54c28074a89f96",
31
+ "type": "split",
32
+ "children": [
33
+ {
34
+ "id": "7935f801ca0c2c79",
35
+ "type": "tabs",
36
+ "children": [
37
+ {
38
+ "id": "8bb53e02e7e45f3b",
39
+ "type": "leaf",
40
+ "state": {
41
+ "type": "file-explorer",
42
+ "state": {
43
+ "sortOrder": "alphabetical",
44
+ "autoReveal": false
45
+ },
46
+ "icon": "lucide-folder-closed",
47
+ "title": "Files"
48
+ }
49
+ },
50
+ {
51
+ "id": "75c096e907109ea1",
52
+ "type": "leaf",
53
+ "state": {
54
+ "type": "search",
55
+ "state": {
56
+ "query": "",
57
+ "matchingCase": false,
58
+ "explainSearch": false,
59
+ "collapseAll": false,
60
+ "extraContext": false,
61
+ "sortOrder": "alphabetical"
62
+ },
63
+ "icon": "lucide-search",
64
+ "title": "Search"
65
+ }
66
+ },
67
+ {
68
+ "id": "052a02a996375f5e",
69
+ "type": "leaf",
70
+ "state": {
71
+ "type": "bookmarks",
72
+ "state": {},
73
+ "icon": "lucide-bookmark",
74
+ "title": "Bookmarks"
75
+ }
76
+ }
77
+ ]
78
+ }
79
+ ],
80
+ "direction": "horizontal",
81
+ "width": 300
82
+ },
83
+ "right": {
84
+ "id": "a9317ae3f93e2657",
85
+ "type": "split",
86
+ "children": [
87
+ {
88
+ "id": "f166cb9f549c1534",
89
+ "type": "tabs",
90
+ "children": [
91
+ {
92
+ "id": "aa1fe71c73b9b175",
93
+ "type": "leaf",
94
+ "state": {
95
+ "type": "backlink",
96
+ "state": {
97
+ "file": "Untitled.canvas",
98
+ "collapseAll": false,
99
+ "extraContext": false,
100
+ "sortOrder": "alphabetical",
101
+ "showSearch": false,
102
+ "searchQuery": "",
103
+ "backlinkCollapsed": false,
104
+ "unlinkedCollapsed": true
105
+ },
106
+ "icon": "links-coming-in",
107
+ "title": "Backlinks for Untitled"
108
+ }
109
+ },
110
+ {
111
+ "id": "31461ac27577999a",
112
+ "type": "leaf",
113
+ "state": {
114
+ "type": "outgoing-link",
115
+ "state": {
116
+ "file": "thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md",
117
+ "linksCollapsed": false,
118
+ "unlinkedCollapsed": true
119
+ },
120
+ "icon": "links-going-out",
121
+ "title": "Outgoing links from processed-2025-07-17 20:14-Derive-Dr-Gov-Defs"
122
+ }
123
+ },
124
+ {
125
+ "id": "621105ead5bcca0c",
126
+ "type": "leaf",
127
+ "state": {
128
+ "type": "tag",
129
+ "state": {
130
+ "sortOrder": "frequency",
131
+ "useHierarchy": true,
132
+ "showSearch": false,
133
+ "searchQuery": ""
134
+ },
135
+ "icon": "lucide-tags",
136
+ "title": "Tags"
137
+ }
138
+ },
139
+ {
140
+ "id": "438632d44a019a92",
141
+ "type": "leaf",
142
+ "state": {
143
+ "type": "outline",
144
+ "state": {
145
+ "file": "tuesday/processed-2025-07-16 19:15-gov_def2.md",
146
+ "followCursor": false,
147
+ "showSearch": false,
148
+ "searchQuery": ""
149
+ },
150
+ "icon": "lucide-list",
151
+ "title": "Outline of processed-2025-07-16 19:15-gov_def2"
152
+ }
153
+ }
154
+ ],
155
+ "currentTab": 3
156
+ },
157
+ {
158
+ "id": "e57f208f4f88ad26",
159
+ "type": "tabs",
160
+ "children": [
161
+ {
162
+ "id": "6fc08cb502f552a6",
163
+ "type": "leaf",
164
+ "state": {
165
+ "type": "calendar",
166
+ "state": {},
167
+ "icon": "calendar-with-checkmark",
168
+ "title": "Calendar"
169
+ }
170
+ }
171
+ ]
172
+ }
173
+ ],
174
+ "direction": "horizontal",
175
+ "width": 300
176
+ },
177
+ "left-ribbon": {
178
+ "hiddenItems": {
179
+ "switcher:Open quick switcher": false,
180
+ "graph:Open graph view": false,
181
+ "canvas:Create new canvas": false,
182
+ "daily-notes:Open today's daily note": false,
183
+ "templates:Insert template": false,
184
+ "command-palette:Open command palette": false,
185
+ "templater-obsidian:Templater": false,
186
+ "obsidian-kanban:Create new board": false
187
+ }
188
+ },
189
+ "active": "21860ec8f02c79c3",
190
+ "lastOpenFiles": [
191
+ "processed-2025-08-03 16:05-glossary_list.md",
192
+ "friday/processed-2025-08-01 11:55-data_test3.md",
193
+ "monday/processed-2025-08-01 11:34-gov_def.md",
194
+ "Untitled.canvas",
195
+ "tuesday/processed-2025-07-17 14:27-gov_def2.md",
196
+ "Agreements.md",
197
+ "monday/processed-2025-07-21 18:38-collections.md",
198
+ "monday/processed-2025-07-21 10:52-generated_help_report.md",
199
+ "monday/processed-2025-07-14 12:38-data_designer_out.md",
200
+ "sunday/processed-2025-07-20 15:11-product.md",
201
+ "sunday/processed-2025-07-20 20:40-collections.md",
202
+ "sunday/processed-2025-07-20 15:05-product.md",
203
+ "sunday/processed-2025-07-20 13:48-product.md",
204
+ "sunday/processed-2025-07-20 14:55-product.md",
205
+ "sunday/processed-2025-07-20 14:43-product.md",
206
+ "sunday/processed-2025-07-20 14:40-product.md",
207
+ "sunday/processed-2025-07-20 14:37-product.md",
208
+ "sunday/processed-2025-07-20 14:36-product.md",
209
+ "sunday/processed-2025-07-20 14:30-product.md",
210
+ "sunday/processed-2025-07-20 14:20-product.md",
211
+ "sunday/processed-2025-07-20 14:18-product.md",
212
+ "sunday/processed-2025-07-20 14:16-product.md",
213
+ "sunday/processed-2025-07-20 14:12-product.md",
214
+ "sunday/processed-2025-07-20 14:11-product.md",
215
+ "sunday/processed-2025-07-20 13:49-product.md",
216
+ "thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md",
217
+ "sunday",
218
+ "thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md"
219
+ ]
220
+ }
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1,62 @@
1
+
2
+
3
+
4
+
5
+
6
+ # Don't Create Digital Product
7
+ ## Name
8
+ Opposition spending data
9
+ ## Description
10
+ Sensitive spending data for the political opposition.
11
+ ## Product Name
12
+ Non-Patriot Spending
13
+ ## Product Status
14
+ PROPOSED
15
+ ## Product Type
16
+ Political Dirty Tricks
17
+ ## Product Identifier
18
+ Enslave the Dems
19
+ ## Product Description
20
+ This product will help assure continueing dominance of the Trump party by helping to incarcerate or enslave all
21
+ opposition after stripping them of resources to fund our `gold-plat the world` initiative.
22
+ ## Maturity
23
+ Concept
24
+ ## Service Life
25
+ As long as needed
26
+
27
+
28
+
29
+ # Update Digital Product
30
+
31
+ ## Digital Product Name
32
+
33
+ NO DISPLAY NAME
34
+
35
+ ## GUID
36
+ c692d1a6-24de-40f2-a4bb-ab1b78bbb5c1
37
+
38
+ ## Qualified Name
39
+ Agreement::Leak to conservative media
40
+
41
+ ## Description
42
+ Leak sensitive personal data only to the conservative media.
43
+
44
+ ## Classifications
45
+ Anchors
46
+
47
+ ## Collection Type
48
+
49
+
50
+ ## Members
51
+
52
+
53
+ ## Additional Properties
54
+ {}
55
+
56
+ ## Extended Properties
57
+ {}
58
+
59
+
60
+ # Provenance
61
+
62
+ * Results from processing file product.md on 2025-07-18 15:00
@@ -0,0 +1,62 @@
1
+
2
+
3
+
4
+
5
+
6
+ # Don't Create Digital Product
7
+ ## Name
8
+ Opposition spending data
9
+ ## Description
10
+ Sensitive spending data for the political opposition.
11
+ ## Product Name
12
+ Non-Patriot Spending
13
+ ## Product Status
14
+ PROPOSED
15
+ ## Product Type
16
+ Political Dirty Tricks
17
+ ## Product Identifier
18
+ Enslave the Dems
19
+ ## Product Description
20
+ This product will help assure continueing dominance of the Trump party by helping to incarcerate or enslave all
21
+ opposition after stripping them of resources to fund our `gold-plat the world` initiative.
22
+ ## Maturity
23
+ Concept
24
+ ## Service Life
25
+ As long as needed
26
+
27
+
28
+
29
+ # Update Digital Product
30
+
31
+ ## Digital Product Name
32
+
33
+ NO DISPLAY NAME
34
+
35
+ ## GUID
36
+ 38662406-303e-4f43-8faf-11ee69238f54
37
+
38
+ ## Qualified Name
39
+ DataSharing::Leak to fox
40
+
41
+ ## Description
42
+ Leak sensitive personal data only to the conservative media.
43
+
44
+ ## Classifications
45
+ Anchors, DataSharingAgreement
46
+
47
+ ## Collection Type
48
+
49
+
50
+ ## Members
51
+
52
+
53
+ ## Additional Properties
54
+ {}
55
+
56
+ ## Extended Properties
57
+ {}
58
+
59
+
60
+ # Provenance
61
+
62
+ * Results from processing file product.md on 2025-07-18 15:13
@@ -0,0 +1,47 @@
1
+
2
+
3
+ # Don't Create Digital Product
4
+ ## Name
5
+ Opposition spending data
6
+ ## Description
7
+ Sensitive spending data for the political opposition.
8
+ ## Product Name
9
+ Non-Patriot Spending
10
+ ## Product Status
11
+ PROPOSED
12
+ ## Product Type
13
+ Political Dirty Tricks
14
+ ## Product Identifier
15
+ Enslave the Dems
16
+ ## Product Description
17
+ This product will help assure continueing dominance of the Trump party by helping to incarcerate or enslave all
18
+ opposition after stripping them of resources to fund our `gold-plat the world` initiative.
19
+ ## Maturity
20
+ Concept
21
+ ## Service Life
22
+ As long as needed
23
+
24
+
25
+ # Don't Create Data Sharing
26
+ ## Name
27
+ Leak to fox
28
+
29
+ ## Description
30
+ Leak sensitive personal data only to the conservative media.
31
+
32
+ ## Status
33
+ PROPOSED
34
+
35
+
36
+ # `Collections` with filter: `*`
37
+
38
+ # Collections Table
39
+
40
+ Collections found from the search string: `All`
41
+
42
+ | Name | Qualified Name | Collection Type | Description | Classifications | Members |
43
+ |-------------|-------------|-------------|-------------|-------------|-------------|
44
+
45
+ # Provenance
46
+
47
+ * Results from processing file product.md on 2025-07-20 13:23