Bump version to 2.35.0: Knowledge Resilience & Standardization Milestone.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# Project Profile
|
||||
|
||||
## Project Name
|
||||
ConnectAI
|
||||
|
||||
## Purpose
|
||||
Provide a local AI assistant experience inside VS Code with chat, local knowledge, agent skills, and project-oriented development support.
|
||||
|
||||
## Core Users
|
||||
- Project developer
|
||||
- Local AI workflow user
|
||||
- Developer who wants project knowledge to persist as Markdown
|
||||
|
||||
## Core Direction
|
||||
- Keep new support features independent from the main chat and agent execution paths.
|
||||
- Prefer Markdown and local filesystem storage for project knowledge.
|
||||
- Avoid external databases for the MVP.
|
||||
- Keep user decisions, question intent, implementation notes, and bug fixes traceable.
|
||||
|
||||
## Avoid
|
||||
- Strong coupling between record generation and agent internals
|
||||
- Automatic file writes without clear user action or selected record project
|
||||
- Mixing records from different projects
|
||||
- Complex long-term memory systems in the MVP
|
||||
|
||||
## Priority
|
||||
1. Stability
|
||||
2. Clear records
|
||||
3. Low dependency
|
||||
4. Incremental delivery
|
||||
Reference in New Issue
Block a user