chore: ignore raw and wiki, update remote

This commit is contained in:
2026-04-16 13:13:32 +08:00
parent b02eb12d1d
commit 753f7841e8
11 changed files with 1038 additions and 155 deletions

1
wiki Symbolic link
View File

@@ -0,0 +1 @@
/Users/weishen/Workspace/nexus/wiki

View File

@@ -1,14 +0,0 @@
# Wiki Index
This file is maintained by the LLM. Updated on every ingest.
## Overview
- [Overview](overview.md) — living synthesis across all sources
## Sources
## Entities
## Concepts
## Syntheses

View File

@@ -1,9 +0,0 @@
# Wiki Log
Append-only chronological record of all operations.
Format: `## [YYYY-MM-DD] <operation> | <title>`
Parse recent entries: `grep "^## \[" wiki/log.md | tail -10`
---

View File

@@ -1,17 +0,0 @@
---
title: "Overview"
type: synthesis
tags: []
sources: []
last_updated: ""
---
# Overview
*This page is maintained by the LLM. It is updated on every ingest to reflect the current synthesis across all sources.*
No sources ingested yet. Add your first source with:
```bash
python tools/ingest.py raw/your-source.md
```