Skip to content

feat: add context memory layer + task-aware planner#2

Open
inspiringsource wants to merge 1 commit into
mainfrom
feature/context-memory-layer
Open

feat: add context memory layer + task-aware planner#2
inspiringsource wants to merge 1 commit into
mainfrom
feature/context-memory-layer

Conversation

@inspiringsource

Copy link
Copy Markdown
Owner

Key additions:

  • Repository memory (.ai/memory.yaml) based on git co-change history
  • Task-aware planning via aicontext plan "<task>"
  • Blended ranking (structure + task priors + memory)
  • Output includes:
    • read first
    • likely edit candidates
    • impacted files
    • likely tests

Goal:
Improve first-step navigation, reduce irrelevant exploration, and support better multi-file changes.

Notes:

  • Deterministic, no embeddings or external services
  • Lightweight and model-agnostic
  • Tests passing (23/23)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants