Files
my-vault/01_Projects/AI-Development/global-cursor-rules.md
T
windyboy b182762e14 refactor(vault): Phase 3 — metadata convergence
- Backfill `created` frontmatter on 266 active notes (git date or mtime)
- Normalize `status` to 4 values: draft/active/done/archived (11 notes)
  - Active/进行中/needs-review → active
  - archive → archived
  - 待执行/conditional → draft
  - 完成/accepted → done
- Declare clipper boundary: 04_Archive/Inbox-Clippings/** exempt from migration
- Update depth rule: max 3 → max 4 levels (new notes only)
- Add metadata-converge.mjs script for reproducibility
2026-09-26 11:37:19 +08:00

1.2 KiB

created
created
2026-01-05

caastm dashboard:

# WHY
This project displays parsed aviation telegram data in real time through a web
interface. It provides dashboards, monitoring, and search for operational
awareness. It does not perform parsing or business-logic interpretation.

# WHAT
## Tech Stack
Backend: Go + Clean Architecture + Echo  
Data: TimescaleDB, Meilisearch, Redis  
Streaming: NATS JetStream  
Frontend: SvelteKit + TypeScript + UnoCSS  
Observability: Prometheus + Zap  

This project is a visualization and monitoring layer.

## Structure
- `src/` frontend UI
- `internal/` backend logic
- `configs/` settings
- `deploy/` infra

Use Progressive Disclosure: consult project docs for details when needed.

# HOW
1. Propose a plan before significant UI or backend changes.
2. Keep modifications minimal and respect existing architecture.
3. Do not add parsing or alter upstream semantics.
4. Preserve real-time behavior and responsiveness.
5. Ask when requirements or data format are unclear.

# PRINCIPLES
- Keep instructions minimal and universally applicable.
- Use linters and tooling for deterministic checks.
- This file is hand-crafted; not autogenerated.