1.2 KiB
1.2 KiB
Knowledge-Base — Agent Collaboration Guide
Purpose
Curated insights distilled from research/, daily logs, and cross-agent contributions. This is the “source of truth” that other agents should consult before making architectural decisions.
File Naming
Descriptive, lowercase filenames with .md extension:
morpheus-identity.mdforgejo-migration-checklist.md<topic>-overview.md
Front-Matter Template
---
title: "<human readable title>"
date: YYYY-MM-DD
tags: ["#knowledge-base", "#topic-tag"]
status: published
related:
- ../research/tech-study/2026-06-11-forgejo-url-change.md
- ../daily/2026-06-11-log.md
---
Workflow
- Read existing entries before adding new ones to avoid duplication.
- Synthesize findings from
research/ordaily/into a distilled summary. - Link back to source files using the
relatedfield. - Mark status as
draft,review, orpublished. - Add an entry to
index.mdwith a one-line description and link.
Example Entry
# Forgejo Migration Checklist
Quick checklist for moving repositories from the old sslip.io instance to git.errorlog.space.
- [ ] Update remotes
- [ ] Regenerate API keys
- [ ] Update CI variables