feat: Update documentation and configuration for onboarding, graph defaults, and workspace navigation
This commit is contained in:
@@ -14,6 +14,8 @@ Reusable workspace logic and project-independent operating rules.
|
||||
|
||||
## Core Model
|
||||
|
||||
- [New Member Onboarding](../onboarding.md)
|
||||
- [Obsidian Usage Guide](../obsidian-usage.md)
|
||||
- [Core Overview](../../core/README.md)
|
||||
- [Operational Memory](../../core/memory/operational-memory.md)
|
||||
- [Communication Integration Model](../../core/integrations/communication-model.md)
|
||||
|
||||
@@ -14,6 +14,8 @@ Stakeholder, manager, and collaborator context.
|
||||
|
||||
## Indexes
|
||||
|
||||
- [New Member Onboarding](../onboarding.md)
|
||||
- [Glossary](../glossary.md)
|
||||
- [People Index](../../ai/context/people/index.md)
|
||||
- [Manager Mapping](../../ai/context/people/manager.md)
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ Commands, prompts, skills, workflows, and automation surfaces that make the work
|
||||
|
||||
## OpenCode Agents
|
||||
|
||||
- [AI Workspace Core Map](ai-workspace-core.md)
|
||||
- [Fidelity Agent](../../.opencode/agents/fidelity.md)
|
||||
- [Workspace Agent](../../.opencode/agents/workspace.md)
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ Canonical memory for active and recently relevant work units.
|
||||
|
||||
## Indexes
|
||||
|
||||
- [Current Work Map](current-work.md)
|
||||
- [Work Item Index](../../ai/work-items/index.md)
|
||||
- [Work Item State](../../ai/state/work-items.md)
|
||||
- [Current Work](../../ai/state/current.md)
|
||||
|
||||
@@ -75,6 +75,35 @@ If a node is isolated, it may still be valid. It may be:
|
||||
|
||||
---
|
||||
|
||||
## Global Graph Defaults
|
||||
|
||||
The global graph is configured for onboarding and project navigation, not full filesystem inspection.
|
||||
|
||||
It intentionally hides generic technical filenames such as:
|
||||
|
||||
- `index`
|
||||
- `README`
|
||||
- `AGENTS`
|
||||
- `SKILL`
|
||||
|
||||
Those files still exist and remain valid workspace files. They are hidden from the graph because Obsidian displays only the basename, which creates many indistinguishable nodes.
|
||||
|
||||
Use the file explorer or search when you need a specific technical file. Use the graph when you want to understand relationships between project concepts.
|
||||
|
||||
---
|
||||
|
||||
## When To Show Technical Files
|
||||
|
||||
Temporarily remove these filters from the graph search when debugging workspace internals:
|
||||
|
||||
```text
|
||||
-file:index -file:README -file:AGENTS -file:SKILL
|
||||
```
|
||||
|
||||
For normal onboarding, keep them hidden and navigate through the named maps.
|
||||
|
||||
---
|
||||
|
||||
## Editing Rules
|
||||
|
||||
- Edit canonical memory files when the fact is clear.
|
||||
|
||||
Reference in New Issue
Block a user