- Deleted obsolete files: obsidian-vault.md, onboarding.md, workspace-model.md - Updated opencode.json to remove references to deleted files. - Revised profile.md to clarify the status of legacy paths and communication evidence. - Adjusted prompts to reflect new file paths and improve clarity. - Enhanced daily logs with focus, work-items, and blockers properties. - Updated work-item notes to include systems, workstreams, people, and related properties. - Improved context maintenance guidelines to ensure accurate and durable project knowledge. - Refined base filters to exclude template files and ensure only relevant notes are displayed. - Updated daily templates to ensure proper formatting and consistency. - Modified workflows to align with the new vault structure and improve context synchronization.
2.4 KiB
description
| description |
|---|
| Manually promote confirmed project facts into Fidelity workspace memory |
Use this only when you want an explicit manual promotion pass.
Read:
@core/README.md @core/memory/operational-memory.md @vault/01-current/current-work.md @vault/01-current/work-items.md @vault/03-context/project.md @vault/03-context/systems/index.md @vault/03-context/workstreams/index.md @vault/03-context/workstreams/flow-page-references.md @vault/03-context/process/index.md
Today's log, if present:
!if [ -f vault/06-daily/$(date +%F).md ]; then cat vault/06-daily/$(date +%F).md; else echo "No daily note exists for today yet."; fi
Current Mattermost inbox, if present:
!if [ -f ai/inbox/mattermost-latest.md ]; then cat ai/inbox/mattermost-latest.md; else echo "No Mattermost inbox file is available."; fi
Generated Mattermost context, if present:
!if [ -s scripts/mattermost/generated/mattermost_context.jsonl ]; then cat scripts/mattermost/generated/mattermost_context.jsonl; else echo "No generated Mattermost context is available."; fi
User direction or facts to promote:
$ARGUMENTS
Instructions:
- Promote only confirmed project-relevant facts
- Ignore tooling noise and sync status
- Update the smallest correct set of files among:
vault/06-daily/$(date +%F).mdvault/01-current/current-work.mdvault/02-work-items/*.mdvault/01-current/work-items.mdvault/03-context/project.mdvault/03-context/systems/*.mdvault/03-context/workstreams/*.mdvault/03-context/process/*.mdvault/05-decisions/*.md.opencode/commands/*.mdwhen command behavior needs to changeprompts/*.mdwhen a reusable output template needs to change.opencode/agents/*.mdorAGENTS.mdwhen default agent behavior needs to change.opencode/skills/*/SKILL.mdwhen a specialized workflow needs to changevault/00-start/*.mdwhen durable onboarding or usage guidance needs to change
- Prefer concrete project updates over broad summaries
- If a fact is still ambiguous, do not promote it
- If the promoted fact is a reusable behavior correction, do not leave it only in a daily log; update the operational file that controls future behavior
- Use this command when you want a deliberate manual pass beyond the agent's default automatic memory maintenance
Return:
- Updated files
- Promoted project facts
- Remaining uncertainty