Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Artemis is a project and task management app built with React, TypeScript, and S

## Project Status

This project is currently in a maintenance pause phase.
Current status: V1 stable is ready for daily use.

This repository is entering a two-track phase:
- `main`: stable maintenance branch for day-to-day usage
- next branch (planned): V2 architecture exploration for AI-first workflow

## Features

Expand All @@ -28,4 +32,15 @@ This project is currently in a maintenance pause phase.
- Live Demo: https://artemis-b7j.pages.dev/
- GitHub: https://github.com/macintoshwan/Artemis

## Next Step Preview (V2)

Planned direction for the next iteration:

- Unify task scheduling, journal-style records, and project context under a cleaner data model
- Keep V1 workflow available while V2 is developed in an isolated branch and Supabase project
- Add AI assistant capabilities for proactive progress check-ins and schedule planning
- Introduce LLM + RAG memory pipeline for context-aware task conversations

V2 will be developed incrementally and will not break current V1 daily usage.

License: see repository LICENSE.
Loading
Loading