plugin 0.2.2

This commit is contained in:
2026-06-05 00:49:20 -05:00
parent 67acf8fd52
commit d37b248747
115 changed files with 5565 additions and 0 deletions
@@ -0,0 +1,54 @@
---
type: project
status: active
created: 2026-06-01
updated: 2026-06-01
tags: [project, vault]
agent_written: false
source_notes: []
owner: Jason Stedwell
review_cycle: weekly
---
# Vault Foundation
## Purpose
Build an Obsidian memory vault scaffold that supports Claude Code now and future CoWork plugin access later.
## Status
Scaffold created and ready for review.
## Goals
- Create clean root docs.
- Establish predictable folder structure.
- Define frontmatter and note taxonomy.
- Seed initial notes and templates.
- Prepare for REST API integration.
## Current Context
This project is the setup layer for the broader memory vault system.
## Open Loops
- Finalize plugin-facing CRUD conventions.
- Decide how reviews should promote working memory into semantic memory.
- Determine whether to add dashboards or MOC notes in v1.
## Key Decisions
- Separate `_agent/` from human-facing knowledge folders.
- Use frontmatter-based note typing.
- Keep secrets outside the vault.
## Related Notes
- [[index]]
- [[BOOTSTRAP]]
- [[spinup]]
- [[resources/concepts/agent-memory-model]]
## Session History
- [[_agent/sessions/2026-06-01-2200-initial-vault-scaffold]]
## Related
- [[CLAUDE]]
- [[STRUCTURE]]
- [[_agent/context/current-context]]
- [[journal/daily/2026-06-01]]
@@ -0,0 +1,5 @@
# archived/
Completed or abandoned projects.
> Placeholder so this folder persists (empty dirs are dropped by file copies and git). Safe to delete once the folder has real content.
@@ -0,0 +1,5 @@
# incubating/
Early-stage project ideas not yet active.
> Placeholder so this folder persists (empty dirs are dropped by file copies and git). Safe to delete once the folder has real content.
@@ -0,0 +1,5 @@
# on-hold/
Paused projects, kept for later resumption.
> Placeholder so this folder persists (empty dirs are dropped by file copies and git). Safe to delete once the folder has real content.
@@ -0,0 +1,31 @@
---
type: project
status: active
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
tags: [project]
agent_written: false
source_notes: []
owner:
review_cycle: weekly
---
# Project Name
## Purpose
## Status
## Goals
## Current Context
## Open Loops
## Key Decisions
## Related Notes
## Session History
## Related