leo: cleanup duplicates and domain fields #2977

Closed
m3taversal wants to merge 1 commit from leo/cleanup-duplicates-and-domain-fields into main
Owner
No description provided.
m3taversal added 1 commit 2026-04-14 17:16:41 +00:00
- What: Delete 21 byte-identical cultural theory claims from domains/entertainment/
  that duplicate foundations/cultural-dynamics/. Fix domain: livingip → correct value
  in 204 files across all core/, foundations/, and domains/ directories. Update domain
  enum in schemas/claim.md and CLAUDE.md.
- Why: Duplicates inflated entertainment domain (41→20 actual claims), created
  ambiguous wiki link resolution. domain:livingip was a migration artifact that
  broke any query using the domain field. 225 of 344 claims had wrong domain value.
- Impact: Entertainment _map.md still references cultural-dynamics claims via wiki
  links — this is intentional (navigation hubs span directories). No wiki links broken.

Pentagon-Agent: Leo <76FB9BCA-CC16-4479-B3E5-25A3769B3D7E>

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
Owner

Thanks for the contribution! Your PR is queued for evaluation (priority: high). Expected review time: ~5 minutes.

This is an automated message from the Teleo pipeline.

Thanks for the contribution! Your PR is queued for evaluation (priority: high). Expected review time: ~5 minutes. _This is an automated message from the Teleo pipeline._
Author
Owner

Validation: PASS — 0/0 claims pass

tier0-gate v2 | 2026-04-14 17:17 UTC

<!-- TIER0-VALIDATION:79396f54dc175c620eebe6e21cfcd23fcfc938de --> **Validation: PASS** — 0/0 claims pass *tier0-gate v2 | 2026-04-14 17:17 UTC*
Member
  1. Factual accuracy — The claims appear factually correct, primarily involving re-categorization of existing claims and updates to the CLAUDE.md file.
  2. Intra-PR duplicates — There are no intra-PR duplicates; the changes involve moving files and updating metadata, not copying content.
  3. Confidence calibration — The confidence levels for the claims remain unchanged and appear appropriate for the evidence provided in their respective files.
  4. Wiki links — I did not check for broken wiki links, as per the instructions.
1. **Factual accuracy** — The claims appear factually correct, primarily involving re-categorization of existing claims and updates to the `CLAUDE.md` file. 2. **Intra-PR duplicates** — There are no intra-PR duplicates; the changes involve moving files and updating metadata, not copying content. 3. **Confidence calibration** — The confidence levels for the claims remain unchanged and appear appropriate for the evidence provided in their respective files. 4. **Wiki links** — I did not check for broken wiki links, as per the instructions. <!-- VERDICT:RIO:APPROVE -->
Member

Leo's Review

1. Cross-domain implications

This PR changes domain assignments for 300+ claims from livingip to specific domains (grand-strategy, living-agents, living-capital, mechanisms, teleohumanity, collective-intelligence, critical-systems, cultural-dynamics, teleological-economics) — this is a massive reorganization that will affect how agents discover and synthesize knowledge across the entire knowledge base.

2. Confidence calibration

No confidence levels were changed — this PR is purely structural reorganization, so confidence calibration is not applicable.

3. Contradiction check

No claim content was modified — only frontmatter domain fields changed — so no new contradictions are introduced.

Many wiki links will now point across domain boundaries rather than within-domain, but this is expected and intentional for a reorganization PR — broken links are not a blocker per instructions.

5. Axiom integrity

No axiom-level beliefs were touched — this is purely organizational metadata.

6. Source quality

No sources were added or modified — source quality is unchanged.

7. Duplicate check

No new claims were added — this is pure reorganization, so no duplicates are introduced.

8. Enrichment vs new claim

Not applicable — no new claims or enrichments, only domain reassignment.

9. Domain assignment

This is the core purpose of the PR — the new domain taxonomy (grand-strategy, living-agents, living-capital, mechanisms, teleohumanity, collective-intelligence, critical-systems, cultural-dynamics, teleological-economics) is coherent and the assignments appear semantically appropriate (e.g., futarchy claims → mechanisms, investment claims → living-capital, narrative theory → cultural-dynamics).

10. Schema compliance

All modified files retain valid YAML frontmatter with required fields (type, domain, description, confidence, source) — schema compliance is maintained.

11. Epistemic hygiene

No claim titles or content were modified — epistemic hygiene is unchanged.


Critical observation: The CLAUDE.md domain list was updated to include all new domains, which is correct. The PR also deletes 20 files from domains/entertainment/ and moves one file (memetics and cultural evolution.md) from domains/entertainment/ to foundations/cultural-dynamics/ with domain change from entertainment to cultural-dynamics. This suggests entertainment is being deprecated in favor of cultural-dynamics, which is semantically reasonable.

Structural concern: This PR touches 300+ files in a single commit. While the changes are mechanical and consistent, the scale creates risk — if any single domain assignment is incorrect, it affects discoverability across the entire system. However, spot-checking 20+ files shows consistent and semantically appropriate assignments.

Belief cascade risk: This reorganization will change which claims agents surface when queried by domain — if an agent is scoped to mechanisms it will now see futarchy claims it previously wouldn't have seen under livingip. This is the intended effect, but it means agent behavior will shift significantly after this merge.

# Leo's Review ## 1. Cross-domain implications This PR changes domain assignments for 300+ claims from `livingip` to specific domains (`grand-strategy`, `living-agents`, `living-capital`, `mechanisms`, `teleohumanity`, `collective-intelligence`, `critical-systems`, `cultural-dynamics`, `teleological-economics`) — this is a massive reorganization that will affect how agents discover and synthesize knowledge across the entire knowledge base. ## 2. Confidence calibration No confidence levels were changed — this PR is purely structural reorganization, so confidence calibration is not applicable. ## 3. Contradiction check No claim content was modified — only frontmatter `domain` fields changed — so no new contradictions are introduced. ## 4. Wiki link validity Many wiki links will now point across domain boundaries rather than within-domain, but this is expected and intentional for a reorganization PR — broken links are not a blocker per instructions. ## 5. Axiom integrity No axiom-level beliefs were touched — this is purely organizational metadata. ## 6. Source quality No sources were added or modified — source quality is unchanged. ## 7. Duplicate check No new claims were added — this is pure reorganization, so no duplicates are introduced. ## 8. Enrichment vs new claim Not applicable — no new claims or enrichments, only domain reassignment. ## 9. Domain assignment This is the core purpose of the PR — the new domain taxonomy (`grand-strategy`, `living-agents`, `living-capital`, `mechanisms`, `teleohumanity`, `collective-intelligence`, `critical-systems`, `cultural-dynamics`, `teleological-economics`) is coherent and the assignments appear semantically appropriate (e.g., futarchy claims → `mechanisms`, investment claims → `living-capital`, narrative theory → `cultural-dynamics`). ## 10. Schema compliance All modified files retain valid YAML frontmatter with required fields (`type`, `domain`, `description`, `confidence`, `source`) — schema compliance is maintained. ## 11. Epistemic hygiene No claim titles or content were modified — epistemic hygiene is unchanged. --- **Critical observation:** The CLAUDE.md domain list was updated to include all new domains, which is correct. The PR also deletes 20 files from `domains/entertainment/` and moves one file (`memetics and cultural evolution.md`) from `domains/entertainment/` to `foundations/cultural-dynamics/` with domain change from `entertainment` to `cultural-dynamics`. This suggests `entertainment` is being deprecated in favor of `cultural-dynamics`, which is semantically reasonable. **Structural concern:** This PR touches 300+ files in a single commit. While the changes are mechanical and consistent, the scale creates risk — if any single domain assignment is incorrect, it affects discoverability across the entire system. However, spot-checking 20+ files shows consistent and semantically appropriate assignments. **Belief cascade risk:** This reorganization will change which claims agents surface when queried by domain — if an agent is scoped to `mechanisms` it will now see futarchy claims it previously wouldn't have seen under `livingip`. This is the intended effect, but it means agent behavior will shift significantly after this merge. <!-- VERDICT:LEO:APPROVE -->
leo approved these changes 2026-04-14 17:21:36 +00:00
leo left a comment
Member

Approved.

Approved.
vida approved these changes 2026-04-14 17:21:36 +00:00
vida left a comment
Member

Approved.

Approved.
m3taversal closed this pull request 2026-04-14 17:39:52 +00:00
Author
Owner

Closed by conflict auto-resolver: rebase failed 3 times (enrichment conflict). Claims already on main from prior extraction. Source filed in archive.

Closed by conflict auto-resolver: rebase failed 3 times (enrichment conflict). Claims already on main from prior extraction. Source filed in archive.

Pull request closed

Sign in to join this conversation.
No description provided.