Skip to content

Commit 8dfb65c

Browse files
committed
refactor: Rename repository from convesation-spaghetti to anamnesis
Updated all references to the repository name across documentation, configuration files, and metadata: - GitHub URLs: github.com/Hyperpolymath/anamnesis - Documentation: README.md, CLAUDE.md, CONTRIBUTING.md - Metadata: LICENSE.txt, SECURITY.md, CHANGELOG.md - Build config: parser/dune-project, justfile - .well-known/ files: security.txt, ai.txt, humans.txt - Offline deployment guide: docs/OFFLINE_FIRST.md This aligns the repository name with the project's actual name (Anamnesis) and fixes the typo in the original "convesation-spaghetti" name.
1 parent 5b0e927 commit 8dfb65c

12 files changed

Lines changed: 25 additions & 25 deletions

File tree

.well-known/ai.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# 1. ATTRIBUTION REQUIRED
1212
# - Must credit "Anamnesis Project" and original authors
13-
# - Include link to https://github.com/Hyperpolymath/convesation-spaghetti
13+
# - Include link to https://github.com/Hyperpolymath/anamnesis
1414
# - Preserve license information (MIT OR Palimpsest-0.8)
1515

1616
# 2. RESEARCH & EDUCATION: ✅ PERMITTED
@@ -98,7 +98,7 @@
9898

9999
# Questions about AI training use?
100100
# Email: [AI_POLICY_EMAIL_TO_BE_ADDED]
101-
# GitHub: https://github.com/Hyperpolymath/convesation-spaghetti/discussions
101+
# GitHub: https://github.com/Hyperpolymath/anamnesis/discussions
102102

103103
# Report misuse or attribution violations:
104104
# Email: [SECURITY_EMAIL_TO_BE_ADDED]

.well-known/humans.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
# ============================================================================
113113

114114
# Main Repository:
115-
URL: https://github.com/Hyperpolymath/convesation-spaghetti
116-
Clone: git clone https://github.com/Hyperpolymath/convesation-spaghetti.git
115+
URL: https://github.com/Hyperpolymath/anamnesis
116+
Clone: git clone https://github.com/Hyperpolymath/anamnesis.git
117117
Branch: main (stable), develop (active development)
118118

119119
# Documentation:
@@ -122,8 +122,8 @@
122122
Component Guides: */README.md in each subdirectory
123123

124124
# Issue Tracker:
125-
GitHub Issues: https://github.com/Hyperpolymath/convesation-spaghetti/issues
126-
Discussions: https://github.com/Hyperpolymath/convesation-spaghetti/discussions
125+
GitHub Issues: https://github.com/Hyperpolymath/anamnesis/issues
126+
Discussions: https://github.com/Hyperpolymath/anamnesis/discussions
127127

128128
# CI/CD:
129129
GitLab CI: .gitlab-ci.yml
@@ -177,7 +177,7 @@
177177

178178
# General Inquiries:
179179
Email: [CONTACT_EMAIL_TO_BE_ADDED]
180-
GitHub Discussions: https://github.com/Hyperpolymath/convesation-spaghetti/discussions
180+
GitHub Discussions: https://github.com/Hyperpolymath/anamnesis/discussions
181181

182182
# Security Reports:
183183
Email: [SECURITY_EMAIL_TO_BE_ADDED]

.well-known/security.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# https://securitytxt.org/
33

44
Contact: mailto:[SECURITY_EMAIL_TO_BE_ADDED]
5-
Contact: https://github.com/Hyperpolymath/convesation-spaghetti/security/advisories
5+
Contact: https://github.com/Hyperpolymath/anamnesis/security/advisories
66
Expires: 2026-11-22T00:00:00.000Z
77
Preferred-Languages: en
8-
Canonical: https://raw.githubusercontent.com/Hyperpolymath/convesation-spaghetti/main/.well-known/security.txt
8+
Canonical: https://raw.githubusercontent.com/Hyperpolymath/anamnesis/main/.well-known/security.txt
99

1010
# Encryption: [GPG_KEY_URL_TO_BE_ADDED]
1111

12-
Policy: https://github.com/Hyperpolymath/convesation-spaghetti/blob/main/SECURITY.md
13-
Acknowledgments: https://github.com/Hyperpolymath/convesation-spaghetti/blob/main/SECURITY.md#hall-of-fame
12+
Policy: https://github.com/Hyperpolymath/anamnesis/blob/main/SECURITY.md
13+
Acknowledgments: https://github.com/Hyperpolymath/anamnesis/blob/main/SECURITY.md#hall-of-fame
1414

15-
# Hiring: https://github.com/Hyperpolymath/convesation-spaghetti/blob/main/CONTRIBUTING.md
15+
# Hiring: https://github.com/Hyperpolymath/anamnesis/blob/main/CONTRIBUTING.md
1616

1717
# Please report security vulnerabilities privately.
1818
# Do NOT open public GitHub issues for security bugs.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ For more information, see [CONTRIBUTING.md](CONTRIBUTING.md).
153153
- ⚠️ Deprecated feature
154154

155155
**Links**:
156-
- [Unreleased]: https://github.com/Hyperpolymath/convesation-spaghetti/compare/v0.1.0-alpha...HEAD
157-
- [0.1.0-alpha]: https://github.com/Hyperpolymath/convesation-spaghetti/releases/tag/v0.1.0-alpha
156+
- [Unreleased]: https://github.com/Hyperpolymath/anamnesis/compare/v0.1.0-alpha...HEAD
157+
- [0.1.0-alpha]: https://github.com/Hyperpolymath/anamnesis/releases/tag/v0.1.0-alpha

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Relevant concepts to user's research/journalism work:
144144

145145
## Resources
146146

147-
- Repository: https://github.com/Hyperpolymath/convesation-spaghetti
147+
- Repository: https://github.com/Hyperpolymath/anamnesis
148148
- Test Case Repo: zotero-voyant-export (contaminated, needs untangling)
149149
- Branch: `claude/create-claude-md-018rbEkfj7wratJi4wojmi1N`
150150

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ We'll move to **Perimeter 3 (Community Sandbox)** when:
111111

112112
```bash
113113
# Clone the repository
114-
git clone https://github.com/Hyperpolymath/convesation-spaghetti.git
115-
cd convesation-spaghetti
114+
git clone https://github.com/Hyperpolymath/anamnesis.git
115+
cd anamnesis
116116

117117
# Setup component dependencies
118118
just setup-all # Runs setup for all components

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ END OF LICENSE
153153

154154
For questions about licensing, contact:
155155
- Email: [To be added by maintainer]
156-
- GitHub Issues: https://github.com/Hyperpolymath/convesation-spaghetti/issues
156+
- GitHub Issues: https://github.com/Hyperpolymath/anamnesis/issues
157157

158158
SPDX-License-Identifier: MIT OR Palimpsest-0.8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ To be determined.
329329

330330
## Resources
331331

332-
- Repository: https://github.com/Hyperpolymath/convesation-spaghetti
332+
- Repository: https://github.com/Hyperpolymath/anamnesis
333333
- Test Case: zotero-voyant-export (to be copied to proving-ground)
334334
- Handover Docs: `zotero-voyant-export/docs/contamination-notice/`
335335
- ANAMNESIS_HANDOVER_MINIMAL.adoc

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Post-1.0.0: We may establish a funded bug bounty program.
121121
## Security Advisories
122122

123123
Published at:
124-
- **GitHub**: https://github.com/Hyperpolymath/convesation-spaghetti/security/advisories
124+
- **GitHub**: https://github.com/Hyperpolymath/anamnesis/security/advisories
125125
- **.well-known/security.txt**: RFC 9116 compliant
126126

127127
Subscribe to:

docs/OFFLINE_FIRST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ On a connected machine, download all dependencies:
4646

4747
```bash
4848
# Clone repository
49-
git clone https://github.com/Hyperpolymath/convesation-spaghetti.git
50-
cd convesation-spaghetti
49+
git clone https://github.com/Hyperpolymath/anamnesis.git
50+
cd anamnesis
5151

5252
# Download OCaml dependencies
5353
cd parser
@@ -92,7 +92,7 @@ scp anamnesis-offline-bundle.tar.gz airgap-host:/opt/
9292
# Extract bundle
9393
cd /opt
9494
tar -xzf anamnesis-offline-bundle.tar.gz
95-
cd convesation-spaghetti
95+
cd anamnesis
9696

9797
# Setup OCaml (use cached packages)
9898
export OPAMDOWNLOADJOBS=0 # Prevent network access

0 commit comments

Comments
 (0)