hummbl-bibliography 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cascade/rules/hummbl-base120.md +107 -0
- package/.github/CODEOWNERS +17 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +24 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +10 -0
- package/.github/ISSUE_TEMPLATE/new-entry.md +79 -0
- package/.github/ISSUE_TEMPLATE/quality-improvement.md +71 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +15 -0
- package/.github/dependabot.yml +17 -0
- package/.github/workflows/ci.yml +98 -0
- package/.github/workflows/doi-enrichment.yml +77 -0
- package/.github/workflows/security-audit.yml +92 -0
- package/.github/workflows/stats-report.yml +59 -0
- package/.github/workflows/validate-models.yml +194 -0
- package/.github/workflows/validate.yml +152 -0
- package/.husky/pre-commit +15 -0
- package/.husky/validation-rules.json +11 -0
- package/CHANGELOG.md +228 -0
- package/CONTRIBUTING.md +110 -0
- package/CONTRIBUTORS.md +257 -0
- package/DEVELOPMENT.md +110 -0
- package/Day_1_Audit_Worksheet.md +64 -0
- package/LICENSE +21 -0
- package/README.md +213 -0
- package/SECURITY.md +16 -0
- package/SITREP.md +141 -0
- package/bibliography/T10_collaboration.bib +281 -0
- package/bibliography/T11_security.bib +311 -0
- package/bibliography/T12_complexity.bib +272 -0
- package/bibliography/T13_reasoning.bib +231 -0
- package/bibliography/T1_canonical.bib +236 -0
- package/bibliography/T2_empirical.bib +258 -0
- package/bibliography/T3_applied.bib +219 -0
- package/bibliography/T4_agentic.bib +281 -0
- package/bibliography/T5_engineering.bib +243 -0
- package/bibliography/T6_governance.bib +277 -0
- package/bibliography/T7_emerging.bib +228 -0
- package/bibliography/T8_cognition.bib +260 -0
- package/bibliography/T9_economics.bib +275 -0
- package/bibliography/hummbl-transformations.json +84 -0
- package/dist/unified-bibliography.json +5699 -0
- package/docs/CONTRIBUTING.md +240 -0
- package/docs/GAP_ANALYSIS.md +142 -0
- package/docs/MULTI_AGENT_COORDINATION_PROTOCOL.md +700 -0
- package/docs/QUALITY_AUDIT_REPORT.md +576 -0
- package/docs/QUALITY_STANDARDS.md +350 -0
- package/docs/TRANSFORMATION_GUIDE.md +337 -0
- package/docs/metrics/model-accuracy.md +150 -0
- package/governance/CAES_CANONICAL.sha256 +1 -0
- package/governance/CAES_SPEC.md +107 -0
- package/governance/CAES_VERSION +1 -0
- package/governance/lexicon/ALLOWLIST_POLICY.md +63 -0
- package/governance/lexicon/CANONICALIZATION.md +63 -0
- package/governance/lexicon/acronym.schema.json +153 -0
- package/governance/lexicon/acronym_allowlist.txt +237 -0
- package/governance/lexicon/acronyms.v0.2.json +2555 -0
- package/llms.txt +1105 -0
- package/mappings/arcana_citations.json +219 -0
- package/mappings/bki_evidence.json +384 -0
- package/package.json +25 -0
- package/reports/.gitkeep +0 -0
- package/reports/citation_graph.json +119335 -0
- package/scripts/add_nist_tags.py +437 -0
- package/scripts/annotate_dois.py +204 -0
- package/scripts/check_palace_aliases.py +200 -0
- package/scripts/ingest_to_open_brain.py +307 -0
- package/scripts/monthly-review.sh +166 -0
- package/scripts/setup-hooks.sh +107 -0
- package/scripts/test_check_palace_aliases.py +194 -0
- package/sources/bki.bib +57 -0
- package/sources/theoretical-foundations.bib +589 -0
- package/toolkit/README.md +360 -0
- package/toolkit/docs/generated/quick-reference.md +179 -0
- package/toolkit/package-lock.json +1140 -0
- package/toolkit/package.json +66 -0
- package/toolkit/scripts/check-memory-palace-aliases.js +230 -0
- package/toolkit/scripts/check-memory-palace-aliases.test.js +297 -0
- package/toolkit/scripts/generate-docs.js +223 -0
- package/toolkit/src/check-duplicates.js +225 -0
- package/toolkit/src/check-required-fields.js +138 -0
- package/toolkit/src/citation-graph.js +425 -0
- package/toolkit/src/extensions/beyondBase120Audit.ts +250 -0
- package/toolkit/src/extensions/memoryPalace.ts +438 -0
- package/toolkit/src/extract-keywords.js +190 -0
- package/toolkit/src/find-missing-dois.js +178 -0
- package/toolkit/src/fix-duplicates.js +140 -0
- package/toolkit/src/merge-entries.js +29 -0
- package/toolkit/src/query.js +281 -0
- package/toolkit/src/stats.js +244 -0
- package/toolkit/src/test-validation.js +117 -0
- package/toolkit/src/utils/modelRegistry.ts +193 -0
- package/toolkit/src/utils/monitorModels.ts +150 -0
- package/toolkit/src/utils/validateModelCode.ts +196 -0
- package/toolkit/src/validate.js +251 -0
- package/toolkit/src/watch.js +100 -0
- package/toolkit/tsconfig.json +25 -0
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_meta": {
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"generated": "2026-04-09",
|
|
5
|
+
"description": "Mapping of ARCANA agent lenses to HUMMBL bibliography entries. Each lens lists primary (most directly grounding) and secondary (adjacent/supporting) citations. Only keys that exist in the bibliography are listed.",
|
|
6
|
+
"coverage_note": "The bibliography is optimized for AI governance and engineering (T4, T5, T7, T11). ARCANA lenses requiring deep social theory (Weber, Foucault, Habermas, Bourdieu, Marx) are weakly supported and are primary candidates for T2 or future expansion entries.",
|
|
7
|
+
"query_usage": "node toolkit/src/query.js --keyword HUMMBL:BKI --format json"
|
|
8
|
+
},
|
|
9
|
+
|
|
10
|
+
"ashby": {
|
|
11
|
+
"lens": "Cybernetician — Requisite Variety, homeostasis, viable systems",
|
|
12
|
+
"primary": ["Ashby1956Cybernetics", "Wiener1961Cybernetics", "Beer1981Brain"],
|
|
13
|
+
"secondary": ["Maturana1980Autopoiesis", "Meadows2008ThinkingSystems"],
|
|
14
|
+
"gaps": "No Ashby 'Design for a Brain' entry. Beer's VSM is covered."
|
|
15
|
+
},
|
|
16
|
+
|
|
17
|
+
"bateson": {
|
|
18
|
+
"lens": "Ecologist of Mind — double bind, levels of learning, cybernetics",
|
|
19
|
+
"primary": ["Wiener1961Cybernetics", "Ashby1956Cybernetics"],
|
|
20
|
+
"secondary": ["Meadows2008ThinkingSystems", "Maturana1980Autopoiesis"],
|
|
21
|
+
"gaps": "No direct Bateson entry ('Steps to an Ecology of Mind'). Strong gap — add to T2 or T12."
|
|
22
|
+
},
|
|
23
|
+
|
|
24
|
+
"bki": {
|
|
25
|
+
"lens": "Belonging as Knowledge Infrastructure — neurobiological prerequisites for cognition",
|
|
26
|
+
"primary": ["Edmondson1999PsychologicalSafety", "Nonaka1994KnowledgeCreation", "Walsh1991OrganizationalMemory"],
|
|
27
|
+
"secondary": ["Wegner1987TransactiveMemory", "CannonBowers1993SharedMentalModels", "Klein2005CommonGround", "Hollan2000DistributedCognition"],
|
|
28
|
+
"gaps": "No Walton+Cohen belonging uncertainty entry. No Bourdieu habitus entry. BKI Proposition 1 (neurobiological) weakly supported — add Cozolino or Lieberman on social neuroscience."
|
|
29
|
+
},
|
|
30
|
+
|
|
31
|
+
"bostrom": {
|
|
32
|
+
"lens": "Futurist of Existential Risk — superintelligence, control problem, simulation",
|
|
33
|
+
"primary": ["Bostrom2014Superintelligence", "Russell2019HumanCompatible"],
|
|
34
|
+
"secondary": ["Christiano2017DeepRL", "HadfieldMenell2017OffSwitch", "Bai2022Constitutional", "NISTRMF2023"],
|
|
35
|
+
"gaps": "No simulation argument or existential risk survey entry beyond Bostrom's own book."
|
|
36
|
+
},
|
|
37
|
+
|
|
38
|
+
"bourdieu": {
|
|
39
|
+
"lens": "Field Theorist — habitus, cultural capital, symbolic violence",
|
|
40
|
+
"primary": [],
|
|
41
|
+
"secondary": ["Kuhn1996Structure", "Walsh1991OrganizationalMemory"],
|
|
42
|
+
"gaps": "CRITICAL GAP — no Bourdieu entries in bibliography. Add 'Outline of a Theory of Practice' (1977) and 'Distinction' (1984) to T2 or new T14."
|
|
43
|
+
},
|
|
44
|
+
|
|
45
|
+
"burnham": {
|
|
46
|
+
"lens": "Managerial Revolutionary — separation of ownership and control, technocracy",
|
|
47
|
+
"primary": [],
|
|
48
|
+
"secondary": ["Simon1996Sciences"],
|
|
49
|
+
"gaps": "CRITICAL GAP — no Burnham entry ('The Managerial Revolution', 1941). Strong candidate for T1 expansion."
|
|
50
|
+
},
|
|
51
|
+
|
|
52
|
+
"chomsky": {
|
|
53
|
+
"lens": "Propaganda Analyst — manufacturing consent, political economy of media",
|
|
54
|
+
"primary": [],
|
|
55
|
+
"secondary": ["Zuboff2019SurveillanceCapitalism"],
|
|
56
|
+
"gaps": "No Chomsky entry. 'Manufacturing Consent' (1988) should be in T1 or T2."
|
|
57
|
+
},
|
|
58
|
+
|
|
59
|
+
"derrida": {
|
|
60
|
+
"lens": "Deconstructionist — différance, logocentrism, supplement",
|
|
61
|
+
"primary": [],
|
|
62
|
+
"secondary": [],
|
|
63
|
+
"gaps": "No Derrida entries. Low coverage in continental philosophy overall."
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
"foucault": {
|
|
67
|
+
"lens": "Archaeologist of Power — power/knowledge, discourse, biopolitics",
|
|
68
|
+
"primary": ["Raji2020Auditing", "Mitchell2019ModelCards", "Gebru2021Datasheets"],
|
|
69
|
+
"secondary": ["Floridi2018AI4People", "Li2023TrustworthyAI"],
|
|
70
|
+
"gaps": "No direct Foucault entry. Raji/Mitchell/Gebru represent his power-analysis in the AI domain. Add 'Discipline and Punish' or 'Power/Knowledge' to T2."
|
|
71
|
+
},
|
|
72
|
+
|
|
73
|
+
"gramsci": {
|
|
74
|
+
"lens": "Left Mirror — hegemony, organic intellectuals, war of position",
|
|
75
|
+
"primary": ["Kuhn1996Structure"],
|
|
76
|
+
"secondary": ["Floridi2018AI4People"],
|
|
77
|
+
"gaps": "No Gramsci entry. 'Selections from the Prison Notebooks' should be in T1 or T2."
|
|
78
|
+
},
|
|
79
|
+
|
|
80
|
+
"habermas": {
|
|
81
|
+
"lens": "Communicative Rationalist — public sphere, discourse ethics, communicative action",
|
|
82
|
+
"primary": ["Floridi2018AI4People", "Brundage2020Verifiable"],
|
|
83
|
+
"secondary": ["NISTRMF2023", "EUAIAct2024"],
|
|
84
|
+
"gaps": "No direct Habermas entry. Floridi's AI4People framework is Habermasian in structure. Add 'The Theory of Communicative Action' to T2."
|
|
85
|
+
},
|
|
86
|
+
|
|
87
|
+
"heidegger": {
|
|
88
|
+
"lens": "Ontologist — Being-in-the-world, enframing, authenticity",
|
|
89
|
+
"primary": [],
|
|
90
|
+
"secondary": ["Rittel1973WickedProblems"],
|
|
91
|
+
"gaps": "No Heidegger entry. 'The Question Concerning Technology' is highly relevant to AI governance framing."
|
|
92
|
+
},
|
|
93
|
+
|
|
94
|
+
"ibn_khaldun": {
|
|
95
|
+
"lens": "Civilizational Historian — asabiyyah, Khaldun Cycle, economic foundations of power",
|
|
96
|
+
"primary": [],
|
|
97
|
+
"secondary": ["Taleb2007BlackSwan"],
|
|
98
|
+
"gaps": "No Ibn Khaldun entry ('Muqaddimah'). Unique non-Western voice — strong candidate for T1 expansion."
|
|
99
|
+
},
|
|
100
|
+
|
|
101
|
+
"kissinger": {
|
|
102
|
+
"lens": "Grand Strategist — balance of power, realpolitik, international order",
|
|
103
|
+
"primary": ["EUAIAct2024", "NISTRMF2023"],
|
|
104
|
+
"secondary": ["Brundage2020Verifiable"],
|
|
105
|
+
"gaps": "No Kissinger entry. 'World Order' (2014) or 'The Age of AI' (2021) relevant for geopolitics of AI."
|
|
106
|
+
},
|
|
107
|
+
|
|
108
|
+
"land": {
|
|
109
|
+
"lens": "Accelerationist — techno-capital acceleration, hyperstition, Dark Enlightenment",
|
|
110
|
+
"primary": [],
|
|
111
|
+
"secondary": ["Taleb2007BlackSwan", "Meadows2008ThinkingSystems"],
|
|
112
|
+
"gaps": "No Land entry. Intentionally marginal — represent via adjacent complexity/emergence literature."
|
|
113
|
+
},
|
|
114
|
+
|
|
115
|
+
"luhmann": {
|
|
116
|
+
"lens": "Systems Theorist — autopoiesis, functional differentiation, social systems",
|
|
117
|
+
"primary": ["Luhmann1981Zettelkasten", "Maturana1980Autopoiesis"],
|
|
118
|
+
"secondary": ["Meadows2008ThinkingSystems", "Ashby1956Cybernetics", "Beer1981Brain", "Park2023GenerativeAgents"],
|
|
119
|
+
"gaps": "Zettelkasten entry covers cognition angle. No 'Social Systems' (1984) or 'Theory of Society' entry. Add to T12 or T2. Park2023 adds autopoietic agent simulation."
|
|
120
|
+
},
|
|
121
|
+
|
|
122
|
+
"marx": {
|
|
123
|
+
"lens": "Historical Materialist — base/superstructure, alienation, class struggle",
|
|
124
|
+
"primary": [],
|
|
125
|
+
"secondary": ["Akerlof1970Lemons"],
|
|
126
|
+
"gaps": "No Marx entry. 'Capital Vol. 1' relevant for AI labor displacement framing."
|
|
127
|
+
},
|
|
128
|
+
|
|
129
|
+
"mcluhan": {
|
|
130
|
+
"lens": "Medium Theorist — the medium is the message, hot/cool media, extensions of man",
|
|
131
|
+
"primary": [],
|
|
132
|
+
"secondary": ["Licklider1960ManComputer"],
|
|
133
|
+
"gaps": "No McLuhan entry. 'Understanding Media' (1964) essential for AI-as-medium analysis."
|
|
134
|
+
},
|
|
135
|
+
|
|
136
|
+
"measurement": {
|
|
137
|
+
"lens": "Metrologist — Goodhart's Law, Campbell's Law, proxy metrics",
|
|
138
|
+
"primary": ["Liang2023HELM", "Liu2024AgentBench", "Jimenez2024SWEBench"],
|
|
139
|
+
"secondary": ["Mitchell2019ModelCards", "Gebru2021Datasheets", "Sculley2015TechDebt"],
|
|
140
|
+
"gaps": "No direct Goodhart/Campbell entry. HELM and AgentBench are concrete implementations of measurement theory applied to LLMs."
|
|
141
|
+
},
|
|
142
|
+
|
|
143
|
+
"nietzsche": {
|
|
144
|
+
"lens": "Genealogist — will to power, perspectivism, ressentiment, nihilism",
|
|
145
|
+
"primary": [],
|
|
146
|
+
"secondary": ["Kuhn1996Structure"],
|
|
147
|
+
"gaps": "No Nietzsche entry. 'On the Genealogy of Morals' (1887) is the source text."
|
|
148
|
+
},
|
|
149
|
+
|
|
150
|
+
"pareto": {
|
|
151
|
+
"lens": "Elite Theorist — circulation of elites, Lions vs Foxes, 80/20",
|
|
152
|
+
"primary": [],
|
|
153
|
+
"secondary": ["Taleb2007BlackSwan", "Akerlof1970Lemons"],
|
|
154
|
+
"gaps": "No Pareto entry. Add 'The Mind and Society' (1935) or cite via Burnham."
|
|
155
|
+
},
|
|
156
|
+
|
|
157
|
+
"popper": {
|
|
158
|
+
"lens": "Falsificationist — critical rationalism, falsification, open society",
|
|
159
|
+
"primary": ["Kuhn1996Structure"],
|
|
160
|
+
"secondary": ["Pearl2009Causality", "Floridi2018AI4People"],
|
|
161
|
+
"gaps": "Kuhn is Popper's key interlocutor. No direct Popper entry — add 'The Logic of Scientific Discovery' to T1."
|
|
162
|
+
},
|
|
163
|
+
|
|
164
|
+
"schmitt": {
|
|
165
|
+
"lens": "Jurist of the Exception — sovereignty, friend/enemy, state of exception",
|
|
166
|
+
"primary": [],
|
|
167
|
+
"secondary": ["EUAIAct2024", "Sandhu1996RBAC"],
|
|
168
|
+
"gaps": "No Schmitt entry. Kill-switch and governance authority patterns are Schmittian in structure."
|
|
169
|
+
},
|
|
170
|
+
|
|
171
|
+
"strauss": {
|
|
172
|
+
"lens": "Careful Reader — esoteric writing, persecution, natural right vs historicism",
|
|
173
|
+
"primary": [],
|
|
174
|
+
"secondary": ["Kuhn1996Structure"],
|
|
175
|
+
"gaps": "No Strauss entry. Represent via Kuhn (paradigm concealment) and close-reading methodology."
|
|
176
|
+
},
|
|
177
|
+
|
|
178
|
+
"taleb": {
|
|
179
|
+
"lens": "Uncertainty Theorist — antifragility, black swans, skin in the game, fat tails",
|
|
180
|
+
"primary": ["Taleb2007BlackSwan"],
|
|
181
|
+
"secondary": ["Meadows2008ThinkingSystems", "Sculley2015TechDebt"],
|
|
182
|
+
"gaps": "'The Black Swan' is in T1. No 'Antifragile' (2012) entry — strong addition for T1 or T9."
|
|
183
|
+
},
|
|
184
|
+
|
|
185
|
+
"veblen": {
|
|
186
|
+
"lens": "Institutional Economist — conspicuous consumption, pecuniary emulation, engineers vs price system",
|
|
187
|
+
"primary": [],
|
|
188
|
+
"secondary": ["Akerlof1970Lemons", "VonNeumann1944GameTheory"],
|
|
189
|
+
"gaps": "No Veblen entry. 'The Theory of the Leisure Class' (1899) relevant for AI status signaling analysis."
|
|
190
|
+
},
|
|
191
|
+
|
|
192
|
+
"weber": {
|
|
193
|
+
"lens": "Sociologist of Rationalization — bureaucracy, iron cage, charismatic vs rational-legal authority",
|
|
194
|
+
"primary": [],
|
|
195
|
+
"secondary": ["Simon1996Sciences", "Walsh1991OrganizationalMemory"],
|
|
196
|
+
"gaps": "CRITICAL GAP — no Weber entry. 'Economy and Society' or 'The Protestant Ethic' essential for governance rationalization analysis."
|
|
197
|
+
},
|
|
198
|
+
|
|
199
|
+
"yarvin": {
|
|
200
|
+
"lens": "Reactionary Engineer — neoreaction, Cathedral critique, patchwork governance",
|
|
201
|
+
"primary": [],
|
|
202
|
+
"secondary": ["Kuhn1996Structure", "Taleb2007BlackSwan"],
|
|
203
|
+
"gaps": "No Yarvin/Moldbug entry (blog-native, no academic publication). Represent via Burnham (managerial revolution thesis) and Pareto (elite circulation)."
|
|
204
|
+
},
|
|
205
|
+
|
|
206
|
+
"zuboff": {
|
|
207
|
+
"lens": "Surveillance Capitalism Analyst — behavioral modification, prediction imperative, instrumentarian power",
|
|
208
|
+
"primary": ["Zuboff2019SurveillanceCapitalism"],
|
|
209
|
+
"secondary": ["GDPR2016", "EUAIAct2024", "Raji2020Auditing"],
|
|
210
|
+
"gaps": "Zuboff's book is in bibliography. Strong coverage for this lens."
|
|
211
|
+
},
|
|
212
|
+
|
|
213
|
+
"synthesist": {
|
|
214
|
+
"lens": "ARCANA Coordinator — cross-domain synthesis, convergence mapping",
|
|
215
|
+
"primary": ["Pearl2009Causality", "Meadows2008ThinkingSystems", "Hofstadter1979Godel"],
|
|
216
|
+
"secondary": ["Kuhn1996Structure", "Taleb2007BlackSwan", "Simon1996Sciences"],
|
|
217
|
+
"gaps": "No direct synthesis methodology entry beyond Pearl's causal calculus."
|
|
218
|
+
}
|
|
219
|
+
}
|
|
@@ -0,0 +1,384 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_meta": {
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"generated": "2026-04-09",
|
|
5
|
+
"description": "Bibliography evidence mapping for BKI (Belonging as Knowledge Infrastructure) framework. Maps each of the 4 BKI propositions and the Biocognitive OS / Broccolilly Equation to supporting bibliography entries. Entries marked PRESENT exist in the bibliography; entries marked MISSING are recommended additions.",
|
|
6
|
+
"bki_summary": "BKI holds that belonging is the structural precondition for knowledge creation, transmission, and transformation. Governance frameworks delivered into low-belonging environments produce compliance theater, not behavioral change. HUMMBL creates the belonging infrastructure (transparency, receipts, trust scores) that makes AI governance adoption possible.",
|
|
7
|
+
"query_usage": "node toolkit/src/query.js --search 'psychological safety' --format json"
|
|
8
|
+
},
|
|
9
|
+
|
|
10
|
+
"proposition_1_cognitive_scaffolding": {
|
|
11
|
+
"claim": "Belonging is a neurobiological prerequisite for higher-order cognition. Low-belonging triggers amygdala threat response, suppressing prefrontal cortex activity and preventing abstraction.",
|
|
12
|
+
"evidence_tags": ["HUMMBL:BKI"],
|
|
13
|
+
"bibliography_entries": [
|
|
14
|
+
{
|
|
15
|
+
"key": "Helmreich1999CRM",
|
|
16
|
+
"status": "PRESENT",
|
|
17
|
+
"tier": "T10",
|
|
18
|
+
"relevance": "CRM (Crew Resource Management) training reduces error rates by creating psychological safety for junior crew members to challenge senior officers — direct empirical support for belonging as prerequisite for performance",
|
|
19
|
+
"strength": "STRONG",
|
|
20
|
+
"evidence_type": "empirical_applied"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"key": "Salas2005BigFive",
|
|
24
|
+
"status": "PRESENT",
|
|
25
|
+
"tier": "T10",
|
|
26
|
+
"relevance": "Team effectiveness meta-analysis; identifies trust and mutual performance monitoring as prerequisites for adaptive behavior — behavioral analogue of belonging condition",
|
|
27
|
+
"strength": "STRONG",
|
|
28
|
+
"evidence_type": "meta_analysis"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"key": "ONeill2022HumanAutonomy",
|
|
32
|
+
"status": "PRESENT",
|
|
33
|
+
"tier": "T10",
|
|
34
|
+
"relevance": "Human-autonomy teaming; trust calibration affects cognitive engagement — low trust = cognitive disengagement, parallels low-belonging → prefrontal suppression",
|
|
35
|
+
"strength": "MODERATE",
|
|
36
|
+
"evidence_type": "empirical"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"missing_entries": [
|
|
40
|
+
{
|
|
41
|
+
"key": "Edmondson1999PsychologicalSafety",
|
|
42
|
+
"why": "Edmondson's foundational study of 51 work teams: psychological safety predicts team performance (β=0.67) through team learning behavior (β=0.80). NOTE: prior BKI claim of '+35% complex problem-solving' is a PHANTOM — does not appear in any Edmondson primary source (verified 2026-05-07 via dedicated audit lane). Use β=0.67/0.80 framing or directional language only.",
|
|
43
|
+
"citation": "Edmondson, A. (1999). Psychological safety and learning behavior in work teams. Administrative Science Quarterly, 44(2), 350–383. doi:10.2307/2666999",
|
|
44
|
+
"priority": "CRITICAL — add to T10 or T2",
|
|
45
|
+
"audit_status": "VERIFIED (citation); PHANTOM (any +35% claim attributed to Edmondson must be removed)"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"key": "Walton2011BelongingUncertainty",
|
|
49
|
+
"why": "Walton & Cohen 2011: brief belonging intervention; the 0.28 standardized GPA coefficient was specific to African-American students at a single private university (N=92). NOTE: prior BKI framing of '+0.3 SD academic achievement' is APPROXIMATE / MISREAD — never a population-level effect size. Cite paired with Walton 2023 (below) for context-conditional framing, which is the stronger match for BKI's argument.",
|
|
50
|
+
"citation": "Walton, G. M., & Cohen, G. L. (2011). A brief social-belonging intervention improves academic and health outcomes of minority students. Science, 331(6023), 1447–1451. doi:10.1126/science.1198364",
|
|
51
|
+
"priority": "HIGH — add to T2 or T8",
|
|
52
|
+
"audit_status": "APPROXIMATE — pair with Walton2023MultiSite for canonical use"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"key": "Walton2023MultiSite",
|
|
56
|
+
"why": "Multi-site replication: 22 institutions, n=26,911. Belonging intervention effect is CONTEXT-CONDITIONAL — works only where institutional context affords genuine belonging opportunities; null/negative in unsupportive contexts. This conditionality IS the BKI argument and is materially stronger than the 2011 single-site framing. Use as the load-bearing belonging-intervention citation; cite 2011 as the foundational predecessor.",
|
|
57
|
+
"citation": "Walton, G. M., Murphy, M. C., Logel, C., Yeager, D. S., et al. (2023). Where and with whom does a brief social-belonging intervention promote progress in college? Science, 380(6644), 499–505. doi:10.1126/science.ade4420",
|
|
58
|
+
"priority": "HIGH — load-bearing replacement for Walton2011 single-cite",
|
|
59
|
+
"audit_status": "VERIFIED — strongest available belonging-intervention citation"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"key": "Nolan2008NeighborsEnergy",
|
|
63
|
+
"why": "Field experiment showing neighbors' energy-conservation behavior was the #1 most powerful subsequent influence on consumer behavior, despite consumers rating it the LEAST influential. Provides primary empirical anchor for the 'context > stated values' comparative-strength claim that HUMMBL pitches often attribute to Cialdini or Thaler/Sunstein generically. Use Nolan 2008 as primary; cite Cialdini and Thaler/Sunstein as overarching frameworks.",
|
|
64
|
+
"citation": "Nolan, J. M., Schultz, P. W., Cialdini, R. B., Goldstein, N. J., & Griskevicius, V. (2008). Normative social influence is underdetected. Personality and Social Psychology Bulletin, 34(7), 913–923. doi:10.1177/0146167208316691",
|
|
65
|
+
"priority": "HIGH — primary source for context-vs-stated-values pitch claim",
|
|
66
|
+
"audit_status": "VERIFIED — added 2026-05-07 from cite-audit follow-through"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"key": "Bourdieu1977Outline",
|
|
70
|
+
"why": "Habitus and practical sense — practical knowledge cannot be acquired through instruction alone; it forms through participation in a community. Foundational for BKI Proposition 3 (Embodied Knowing). Audit flagged Bourdieu as CRITICAL missing entry; not currently in BKI_GOVERNANCE_DRAFT.md but referenced in skill register.",
|
|
71
|
+
"citation": "Bourdieu, P. (1977). Outline of a Theory of Practice (R. Nice, Trans.). Cambridge University Press. (Original work published 1972)",
|
|
72
|
+
"priority": "HIGH — fills CRITICAL gap flagged in original evidence map",
|
|
73
|
+
"audit_status": "THEORETICAL — canonical philosophy; cite directly as interpretive application"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"key": "LiebermanSocial2013",
|
|
77
|
+
"why": "Lieberman 'Social: Why Our Brains Are Wired to Connect' — neurobiological basis for social threat/reward. Provides the amygdala/PFC mechanism claimed in Proposition 1.",
|
|
78
|
+
"citation": "Lieberman, M. D. (2013). Social: Why Our Brains Are Wired to Connect. Crown.",
|
|
79
|
+
"priority": "MODERATE — add to T6 or T2"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"coverage_grade": "B",
|
|
83
|
+
"coverage_note": "Behavioral analogues present (CRM, team effectiveness); direct neurobiological evidence missing. Edmondson is the critical gap."
|
|
84
|
+
},
|
|
85
|
+
|
|
86
|
+
"proposition_2_relational_validation": {
|
|
87
|
+
"claim": "Knowledge claims gain authority through belonging networks, not logical validity alone. A correct framework delivered by an outsider is processed as threat, not knowledge.",
|
|
88
|
+
"evidence_tags": ["HUMMBL:BKI", "HUMMBL:CO"],
|
|
89
|
+
"bibliography_entries": [
|
|
90
|
+
{
|
|
91
|
+
"key": "Wenger1998CommunitiesPractice",
|
|
92
|
+
"status": "PRESENT",
|
|
93
|
+
"tier": "T8",
|
|
94
|
+
"relevance": "Communities of Practice — belonging to the community of practice is prerequisite for knowledge legitimacy. Core support for Proposition 2.",
|
|
95
|
+
"strength": "STRONG",
|
|
96
|
+
"evidence_type": "theoretical_empirical"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"key": "BrownCollinsDuguid1989Situated",
|
|
100
|
+
"status": "PRESENT",
|
|
101
|
+
"tier": "T2",
|
|
102
|
+
"relevance": "Situated learning — knowledge is inseparable from the community context in which it is enacted. Authority flows through practice membership.",
|
|
103
|
+
"strength": "STRONG",
|
|
104
|
+
"evidence_type": "theoretical"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"key": "Lave1991SituatedLearning",
|
|
108
|
+
"status": "PRESENT",
|
|
109
|
+
"tier": "T8",
|
|
110
|
+
"relevance": "Legitimate peripheral participation — newcomers gain knowledge authority only through legitimate participation in community, not instruction alone.",
|
|
111
|
+
"strength": "STRONG",
|
|
112
|
+
"evidence_type": "ethnographic"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"key": "Klein2005CommonGround",
|
|
116
|
+
"status": "PRESENT",
|
|
117
|
+
"tier": "T10",
|
|
118
|
+
"relevance": "Common ground theory — shared knowledge requires common ground established through belonging; expert-to-novice knowledge transfer fails without it.",
|
|
119
|
+
"strength": "MODERATE",
|
|
120
|
+
"evidence_type": "theoretical"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"key": "Nonaka1994KnowledgeCreation",
|
|
124
|
+
"status": "PRESENT",
|
|
125
|
+
"tier": "T8",
|
|
126
|
+
"relevance": "SECI model — socialization (tacit-to-tacit transfer) requires shared experience and trust; ba (shared space) is a belonging-equivalent construct.",
|
|
127
|
+
"strength": "STRONG",
|
|
128
|
+
"evidence_type": "theoretical_empirical"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"missing_entries": [
|
|
132
|
+
{
|
|
133
|
+
"key": "Bourdieu1977Practice",
|
|
134
|
+
"why": "Bourdieu's habitus — the embodied dispositions that allow one to 'play the game' in a field. Proposition 2 is essentially a BKI restatement of symbolic violence: outsiders cannot have their knowledge claims recognized because they lack the field-specific capital.",
|
|
135
|
+
"citation": "Bourdieu, P. (1977). Outline of a Theory of Practice. Cambridge University Press. doi:10.1017/CBO9780511812507",
|
|
136
|
+
"priority": "CRITICAL — add to T2 or new T14"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"coverage_grade": "A-",
|
|
140
|
+
"coverage_note": "Strong coverage from situated cognition tradition. Bourdieu would add the sociological mechanism; absence noted."
|
|
141
|
+
},
|
|
142
|
+
|
|
143
|
+
"proposition_3_embodied_knowing": {
|
|
144
|
+
"claim": "Wisdom transmits somatically through belonging relationships. Instructional delivery transmits propositional content only; it cannot reach embodied/habitual knowledge.",
|
|
145
|
+
"evidence_tags": ["HUMMBL:BKI"],
|
|
146
|
+
"bibliography_entries": [
|
|
147
|
+
{
|
|
148
|
+
"key": "Schon1983ReflectivePractitioner",
|
|
149
|
+
"status": "PRESENT",
|
|
150
|
+
"tier": "T1",
|
|
151
|
+
"relevance": "Reflection-in-action and knowing-in-action — tacit professional knowledge cannot be reduced to explicit rules; it is enacted through practice. Direct support for Proposition 3.",
|
|
152
|
+
"strength": "STRONG",
|
|
153
|
+
"evidence_type": "theoretical_empirical"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"key": "Hutchins1995Cognition",
|
|
157
|
+
"status": "PRESENT",
|
|
158
|
+
"tier": "T2",
|
|
159
|
+
"relevance": "Distributed cognition — knowledge is embedded in practices, artifacts, and social relationships, not reducible to individual propositional content.",
|
|
160
|
+
"strength": "STRONG",
|
|
161
|
+
"evidence_type": "ethnographic"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"key": "Hollan2000DistributedCognition",
|
|
165
|
+
"status": "PRESENT",
|
|
166
|
+
"tier": "T8",
|
|
167
|
+
"relevance": "Distributed cognition framework — extends Hutchins; knowledge structure is distributed across people and environment, somatic dimension included.",
|
|
168
|
+
"strength": "MODERATE",
|
|
169
|
+
"evidence_type": "theoretical"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"key": "Senge1990FifthDiscipline",
|
|
173
|
+
"status": "PRESENT",
|
|
174
|
+
"tier": "T1",
|
|
175
|
+
"relevance": "Mental models and shared vision — organizational learning requires shared mental models developed through relational practice, not instruction alone.",
|
|
176
|
+
"strength": "MODERATE",
|
|
177
|
+
"evidence_type": "practitioner_theoretical"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"missing_entries": [
|
|
181
|
+
{
|
|
182
|
+
"key": "Polanyi1966TacitDimension",
|
|
183
|
+
"why": "Polanyi 'The Tacit Dimension' — the foundational source for tacit knowledge. 'We know more than we can tell.' Proposition 3 rests on this claim.",
|
|
184
|
+
"citation": "Polanyi, M. (1966). The Tacit Dimension. University of Chicago Press. (No registered DOI; pre-DOI monograph.)",
|
|
185
|
+
"priority": "HIGH — add to T1 or T2"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"key": "Dreyfus1980MindOverMachine",
|
|
189
|
+
"why": "Dreyfus and Dreyfus stage model of skill acquisition — expertise cannot be reduced to rule following; embodied practice is the necessary path.",
|
|
190
|
+
"citation": "Dreyfus, H. L., & Dreyfus, S. E. (1986). Mind over Machine. Free Press.",
|
|
191
|
+
"priority": "MODERATE — add to T2 or T6"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"coverage_grade": "B+",
|
|
195
|
+
"coverage_note": "Distributed cognition well-covered. Polanyi is the foundational gap; Schon partially compensates."
|
|
196
|
+
},
|
|
197
|
+
|
|
198
|
+
"proposition_4_symbolic_systems": {
|
|
199
|
+
"claim": "Shared symbolic languages emerge FROM belonging structures, not the reverse. Imposing vocabulary before belonging inverts the causal arrow.",
|
|
200
|
+
"evidence_tags": ["HUMMBL:BKI", "HUMMBL:CO"],
|
|
201
|
+
"bibliography_entries": [
|
|
202
|
+
{
|
|
203
|
+
"key": "Wenger1998CommunitiesPractice",
|
|
204
|
+
"status": "PRESENT",
|
|
205
|
+
"tier": "T8",
|
|
206
|
+
"relevance": "Reification and participation — symbols and shared language emerge from participation in communities of practice, not from top-down definition.",
|
|
207
|
+
"strength": "STRONG",
|
|
208
|
+
"evidence_type": "theoretical_empirical"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"key": "Walsh1991OrganizationalMemory",
|
|
212
|
+
"status": "PRESENT",
|
|
213
|
+
"tier": "T8",
|
|
214
|
+
"relevance": "Organizational memory — shared interpretive schemes (analogous to symbolic systems) develop through organizational socialization, not instruction.",
|
|
215
|
+
"strength": "MODERATE",
|
|
216
|
+
"evidence_type": "theoretical"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"key": "Nonaka1994KnowledgeCreation",
|
|
220
|
+
"status": "PRESENT",
|
|
221
|
+
"tier": "T8",
|
|
222
|
+
"relevance": "Externalization in SECI model — explicit symbols emerge from tacit knowledge through dialogue and metaphor; ba (belonging space) is prerequisite.",
|
|
223
|
+
"strength": "STRONG",
|
|
224
|
+
"evidence_type": "theoretical_empirical"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"key": "Wegner1987TransactiveMemory",
|
|
228
|
+
"status": "PRESENT",
|
|
229
|
+
"tier": "T8",
|
|
230
|
+
"relevance": "Transactive memory — shared encoding/retrieval systems develop in close relationships; shared symbolic structure is a relational artifact.",
|
|
231
|
+
"strength": "MODERATE",
|
|
232
|
+
"evidence_type": "theoretical_empirical"
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"missing_entries": [
|
|
236
|
+
{
|
|
237
|
+
"key": "Vygotsky1978MindSociety",
|
|
238
|
+
"why": "Vygotsky — zone of proximal development and the social origin of cognitive tools. Language and symbolic systems emerge through social interaction before becoming internalized. Foundational support for Proposition 4.",
|
|
239
|
+
"citation": "Vygotsky, L. S. (1978). Mind in Society. Harvard University Press.",
|
|
240
|
+
"priority": "HIGH — add to T2 or T8"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"coverage_grade": "B+",
|
|
244
|
+
"coverage_note": "Strong coverage from CoP and organizational memory. Vygotsky fills the developmental/linguistic origin gap."
|
|
245
|
+
},
|
|
246
|
+
|
|
247
|
+
"biocognitive_os": {
|
|
248
|
+
"claim": "Humans shift through 6 cognitive modes depending on belonging conditions. Belonging determines which modes are accessible. Governance training delivered into threat-state environments is irretrievable.",
|
|
249
|
+
"modes": ["Sensory", "Emotive", "Cognitive", "Somatic", "Relational", "Temporal"],
|
|
250
|
+
"bibliography_entries": [
|
|
251
|
+
{
|
|
252
|
+
"key": "Endsley1995SituationAwareness",
|
|
253
|
+
"status": "PRESENT",
|
|
254
|
+
"tier": "T10",
|
|
255
|
+
"relevance": "Situation awareness levels 1-3 — under stress (low belonging), operators regress to Level 1 perception only; complex integration (Level 3) requires cognitive safety.",
|
|
256
|
+
"strength": "MODERATE",
|
|
257
|
+
"evidence_type": "empirical"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"key": "ONeill2022HumanAutonomy",
|
|
261
|
+
"status": "PRESENT",
|
|
262
|
+
"tier": "T10",
|
|
263
|
+
"relevance": "Trust calibration in human-autonomy teaming — over/undertrust corresponds to mode collapse in the Biocognitive OS model.",
|
|
264
|
+
"strength": "MODERATE",
|
|
265
|
+
"evidence_type": "empirical"
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"missing_entries": [
|
|
269
|
+
{
|
|
270
|
+
"key": "PorgesPolyvagalTheory2011",
|
|
271
|
+
"why": "Porges' Polyvagal Theory — provides the neurobiological mechanism for the Biocognitive OS. Autonomic nervous system states (safe/danger/life-threat) directly map to the 6-mode framework.",
|
|
272
|
+
"citation": "Porges, S. W. (2011). The Polyvagal Theory. Norton.",
|
|
273
|
+
"priority": "HIGH — add to T6 or T2"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"key": "Csikszentmihalyi1990Flow",
|
|
277
|
+
"why": "Flow state — optimal cognitive mode requires belonging-equivalent conditions (clear goals, feedback, challenge-skill balance). The Biocognitive OS Cognitive mode maps to flow.",
|
|
278
|
+
"citation": "Csikszentmihalyi, M. (1990). Flow: The Psychology of Optimal Experience. Harper.",
|
|
279
|
+
"priority": "MODERATE — add to T3 or T8"
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
"coverage_grade": "C+",
|
|
283
|
+
"coverage_note": "Significant gap. The Biocognitive OS is a novel framework without direct bibliography support. Porges and Csikszentmihalyi provide the closest grounding."
|
|
284
|
+
},
|
|
285
|
+
|
|
286
|
+
"broccolilly_equation": {
|
|
287
|
+
"claim": "S × T × I × C × D = R (Sovereignty × Trust × Integration × Clarity × Depth = Result). Multiplicative: zero in any factor yields zero result.",
|
|
288
|
+
"bibliography_entries": [
|
|
289
|
+
{
|
|
290
|
+
"key": "Salas2005BigFive",
|
|
291
|
+
"status": "PRESENT",
|
|
292
|
+
"tier": "T10",
|
|
293
|
+
"relevance": "Team effectiveness meta-analysis identifies trust, leadership (sovereignty), and shared mental models (integration/clarity) as multiplicative factors.",
|
|
294
|
+
"strength": "MODERATE",
|
|
295
|
+
"evidence_type": "meta_analysis"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"key": "Bansal2019MentalModels",
|
|
299
|
+
"status": "PRESENT",
|
|
300
|
+
"tier": "T10",
|
|
301
|
+
"relevance": "Mental model alignment affects team performance multiplicatively — when alignment is zero, performance collapses regardless of individual competence.",
|
|
302
|
+
"strength": "MODERATE",
|
|
303
|
+
"evidence_type": "empirical"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"missing_entries": [
|
|
307
|
+
{
|
|
308
|
+
"key": "Ajzen1991TheoryPlannedBehavior",
|
|
309
|
+
"why": "Theory of Planned Behavior — provides the behavioral change multiplicative model that Broccolilly equation echoes. Attitude × norms × PBC = behavioral intention.",
|
|
310
|
+
"citation": "Ajzen, I. (1991). The theory of planned behavior. Organizational Behavior and Human Decision Processes, 50(2), 179–211. doi:10.1016/0749-5978(91)90020-T",
|
|
311
|
+
"priority": "MODERATE — add to T2 or T8"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"coverage_grade": "C",
|
|
315
|
+
"coverage_note": "The Broccolilly Equation is a novel framework. Team effectiveness literature provides analogical support but no direct citation exists."
|
|
316
|
+
},
|
|
317
|
+
|
|
318
|
+
"hummbl_governance_failure_thesis": {
|
|
319
|
+
"claim": "Governance frameworks fail not because of technical deficiencies but because they are delivered into low-belonging environments. HUMMBL creates the belonging infrastructure that makes AI governance adoption structurally possible.",
|
|
320
|
+
"bibliography_entries": [
|
|
321
|
+
{
|
|
322
|
+
"key": "Helmreich1999CRM",
|
|
323
|
+
"status": "PRESENT",
|
|
324
|
+
"tier": "T10",
|
|
325
|
+
"relevance": "CRM implementation failures in aviation were solved by creating shared mental models and psychological safety, not better checklists. Direct analogue for HUMMBL thesis.",
|
|
326
|
+
"strength": "STRONG",
|
|
327
|
+
"evidence_type": "empirical_applied"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"key": "Wenger1998CommunitiesPractice",
|
|
331
|
+
"status": "PRESENT",
|
|
332
|
+
"tier": "T8",
|
|
333
|
+
"relevance": "Formal training programs fail to transmit practice; communities of practice succeed. Governance compliance theater vs governance internalization distinction maps here.",
|
|
334
|
+
"strength": "STRONG",
|
|
335
|
+
"evidence_type": "theoretical_empirical"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"key": "Floridi2018AI4People",
|
|
339
|
+
"status": "PRESENT",
|
|
340
|
+
"tier": "T6",
|
|
341
|
+
"relevance": "AI4People framework — identifies human/social prerequisites for AI ethics adoption; governance without human-centered foundation fails.",
|
|
342
|
+
"strength": "MODERATE",
|
|
343
|
+
"evidence_type": "normative"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"key": "Raji2020Auditing",
|
|
347
|
+
"status": "PRESENT",
|
|
348
|
+
"tier": "T6",
|
|
349
|
+
"relevance": "Internal AI auditing requires organizational belonging/trust infrastructure to function; audit findings without psychological safety are suppressed.",
|
|
350
|
+
"strength": "MODERATE",
|
|
351
|
+
"evidence_type": "empirical"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"missing_entries": [
|
|
355
|
+
{
|
|
356
|
+
"key": "Edmondson1999PsychologicalSafety",
|
|
357
|
+
"why": "As above — the primary empirical support for why governance frameworks fail in low-safety environments.",
|
|
358
|
+
"citation": "Edmondson (1999). doi:10.2307/2666999",
|
|
359
|
+
"priority": "CRITICAL"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"coverage_grade": "B",
|
|
363
|
+
"coverage_note": "CRM and CoP provide strong empirical analogues. Edmondson is the critical missing direct citation."
|
|
364
|
+
},
|
|
365
|
+
|
|
366
|
+
"summary": {
|
|
367
|
+
"total_bki_entries_present": 14,
|
|
368
|
+
"total_missing_recommended": 9,
|
|
369
|
+
"critical_gaps": [
|
|
370
|
+
"Edmondson1999PsychologicalSafety — psychological safety in teams (T10 or T2)",
|
|
371
|
+
"Bourdieu1977Practice — habitus and field theory (T2 or new T14)",
|
|
372
|
+
"Polanyi1966TacitDimension — tacit knowledge foundational text (T1 or T2)"
|
|
373
|
+
],
|
|
374
|
+
"high_priority_gaps": [
|
|
375
|
+
"Walton2011BelongingUncertainty — belonging intervention effect sizes",
|
|
376
|
+
"PorgesPolyvagalTheory2011 — neurobiological mechanism for Biocognitive OS",
|
|
377
|
+
"Vygotsky1978MindSociety — social origin of symbolic systems"
|
|
378
|
+
],
|
|
379
|
+
"strongest_coverage_area": "Proposition 2 (Relational Validation) — situated cognition tradition is well-represented",
|
|
380
|
+
"weakest_coverage_area": "Biocognitive OS and Broccolilly Equation — novel frameworks without direct bibliography anchors",
|
|
381
|
+
"overall_grade": "B-",
|
|
382
|
+
"recommended_additions_count": 9
|
|
383
|
+
}
|
|
384
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "hummbl-bibliography",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "A curated bibliography for HUMMBL project",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"No tests specified\" && exit 0",
|
|
8
|
+
"lint": "echo \"No linter configured\" && exit 0"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/hummbl-dev/hummbl-bibliography.git"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"bibliography",
|
|
16
|
+
"hummbl",
|
|
17
|
+
"references"
|
|
18
|
+
],
|
|
19
|
+
"author": "HUMMBL Team",
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/hummbl-dev/hummbl-bibliography/issues"
|
|
23
|
+
},
|
|
24
|
+
"homepage": "https://github.com/hummbl-dev/hummbl-bibliography#readme"
|
|
25
|
+
}
|
package/reports/.gitkeep
ADDED
|
File without changes
|