Bump version to 2.35.0: Knowledge Resilience & Standardization Milestone.

This commit is contained in:
g1nation
2026-05-02 13:18:07 +09:00
parent 11f25534d0
commit 8bb8c065d7
27 changed files with 2452 additions and 14 deletions
+30
View File
@@ -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