Skip to content

Commit 2d9359f

Browse files
christabel888claude
andcommitted
fix: update stale org links, remove vendored non-project docs
- Repoint every Stellar-Insightss/* and bare Stellar-inights reference to Stellar-Analysis/* across workflows, docs, and in-code comments. Includes an onboarding doc that was pointing new contributors at a personal fork instead of the org repo. - Remove 405 files under docs/ that are vendored copies of other projects' documentation with no connection to this project: the Next.js framework docs (274, identified by their `---` frontmatter), eslint-plugin-jsx-a11y's rule pages (85, `end auto-generated rule header` marker), undici's docs (41), date-fns's docs (4), and a threat model for an unrelated npm package called `resolve` (1). Verified against every known project-specific doc first so none of those were caught. Leaves the ~99 project-specific docs/*.md files and the adr/, architecture/, testing/, debugging/, issues/, and grafana/ subfolders untouched. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BRDH4c1gieXvgcMREtazSR
1 parent 1f158fa commit 2d9359f

417 files changed

Lines changed: 14 additions & 56047 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/contract-fuzzing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
run: |
2525
test ! -d contracts
2626
test -f docs/contract-invariants.md
27-
grep -q 'Stellar-Insightss/contracts' docs/contract-invariants.md
27+
grep -q 'Stellar-Analysis/contracts' docs/contract-invariants.md
2828
- name: Explain the contract quality gate
2929
run: |
30-
echo 'Property tests, fuzzing, and contract coverage run in Stellar-Insightss/contracts.'
30+
echo 'Property tests, fuzzing, and contract coverage run in Stellar-Analysis/contracts.'
3131
echo 'See docs/contract-invariants.md for the per-contract safety invariants.'

docs/01-configuration.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)