Skip to content

Commit 8525838

Browse files
author
Marvin Zhang
committed
chore(docs): remove obsolete documentation files
Remove documentation files that referenced the old TypeScript/Next.js/pnpm architecture. The project has been simplified to a Go-only collector. Removed: - docs/api/ - REST API docs for old web backend - docs/design/ - React UI design system - docs/dev/ - Old specs structure docs with pnpm commands - docs/guides/ - NPM, Vercel, TypeScript validation guides - docs/project/ - AI-native project management (TypeScript-based) Kept: - docs/reference/ - Core AI agent memory challenge documents (still relevant)
1 parent 2baaf3b commit 8525838

15 files changed

+6
-3498
lines changed

docs/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Documentation
22

3-
This directory contains detailed documentation for the devlog project.
3+
This directory contains reference documentation for the devlog project.
44

55
## 🎯 Project Purpose & Context
66

@@ -11,14 +11,16 @@ These documents explain the fundamental challenges this project addresses: how A
1111
## 📁 Directory Structure
1212

1313
### `/reference/` - Core Reference Documents
14-
- **[Detailed Analysis of Memory Loss Risks in Agentic/Autonomous AI Coding Applications for Large Tasks](reference/ai-agent-memory-challenge.md)** - Comprehensive analysis of memory loss risks in autonomous AI coding applications for large tasks
15-
- **[大型任务中代理/自主AI编程应用内存丢失风险的详细分析](reference/ai-agent-memory-challenge-zh.md)** - Chinese version of the memory challenge analysis
16-
- **[Devlog Status Workflow Guide](reference/devlog-status-workflow.md)** - Complete guide to devlog status system and workflow best practices
14+
15+
- **[AI Agent Memory Challenge](reference/ai-agent-memory-challenge.md)** - Comprehensive analysis of memory loss risks in autonomous AI coding applications for large tasks
16+
- **[AI Agent Memory Challenge (中文)](reference/ai-agent-memory-challenge-zh.md)** - Chinese version of the memory challenge analysis
1717

1818
## 🚀 Quick Start
1919

2020
### 🎯 For New Users - Start Here!
21+
2122
**READ FIRST**: The [**AI Agent Memory Challenge**](reference/ai-agent-memory-challenge.md) document is essential reading. It explains:
23+
2224
- Why AI assistants lose context on large projects
2325
- The specific problems devlog solves
2426
- How persistent logging maintains development coherence

docs/api/README.md

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

0 commit comments

Comments
 (0)