- Created daily log entries for May 13, 14, 18, 19, 20, and 21, capturing work done, findings, and next steps. - Established a daily logs index for easy navigation of daily notes. - Developed templates for daily logs, decisions, meeting notes, people, systems, and work items to standardize documentation. - Introduced base files for filtering and displaying various types of project knowledge, including daily notes, decisions, people, systems, work items, and workstreams. - Added maps for current work, fidelity apps, and fidelity domain to enhance project navigation and context.
83 lines
2.6 KiB
Markdown
83 lines
2.6 KiB
Markdown
---
|
|
type: context-index
|
|
project: fidelity
|
|
updated: 2026-04-17
|
|
tags:
|
|
- context
|
|
- map
|
|
---
|
|
# Context Index
|
|
|
|
## Goal
|
|
|
|
Keep stable Fidelity context organized by domain so engineers and AI agents can load the right information quickly.
|
|
|
|
---
|
|
|
|
## Structure
|
|
|
|
### `project.md`
|
|
|
|
High-level overview of the workspace, current Fidelity scope, and where durable context lives.
|
|
|
|
### `systems/`
|
|
|
|
Stable context about core product components and how they relate:
|
|
|
|
- [systems/fid4.md](./systems/fid4.md)
|
|
- [systems/xflowsdk.md](./systems/xflowsdk.md)
|
|
- [systems/xflowviewmaker.md](./systems/xflowviewmaker.md)
|
|
- [systems/ftframeworks.md](./systems/ftframeworks.md)
|
|
- [systems/index.md](./systems/index.md)
|
|
- [../07-maps/fidelity-apps.md](../07-maps/fidelity-apps.md) for internal Fidelity app/tool navigation
|
|
|
|
### `ios/`
|
|
|
|
Swift and iOS best-practice context for programming questions:
|
|
|
|
- [ios/index.md](./ios/index.md)
|
|
- [ios/current-practices.md](./ios/current-practices.md)
|
|
- [ios/project-swift-guidance.md](./ios/project-swift-guidance.md)
|
|
- [ios/cocoapods-dependency-management.md](./ios/cocoapods-dependency-management.md)
|
|
|
|
### `workstreams/`
|
|
|
|
Durable context about recurring streams of work and investigation:
|
|
|
|
- [workstreams/rest-migration.md](./workstreams/rest-migration.md)
|
|
- [workstreams/ao-discourse.md](./workstreams/ao-discourse.md)
|
|
- [workstreams/xflow-debugging.md](./workstreams/xflow-debugging.md)
|
|
- [workstreams/xflow-swiftui-migration.md](./workstreams/xflow-swiftui-migration.md)
|
|
- [workstreams/consumer-integration.md](./workstreams/consumer-integration.md)
|
|
- [workstreams/flow-page-references.md](./workstreams/flow-page-references.md)
|
|
|
|
### `process/`
|
|
|
|
Project-facing rules and expectations for how work should be communicated:
|
|
|
|
- [process/communication.md](./process/communication.md)
|
|
- [process/communication-rules.md](./process/communication-rules.md)
|
|
- [process/jira-story-rules.md](./process/jira-story-rules.md)
|
|
- [process/pull-requests.md](./process/pull-requests.md)
|
|
|
|
### `people/`
|
|
|
|
Named people, role mapping, and collaboration context:
|
|
|
|
- [people/index.md](../04-people/index.md)
|
|
- [people/manager.md](../04-people/manager.md)
|
|
|
|
### `decisions/`
|
|
|
|
Confirmed technical or product decisions with ongoing impact.
|
|
|
|
---
|
|
|
|
## Usage
|
|
|
|
- Load `project.md` and this index first.
|
|
- Open `systems/` when the question is about architecture, ownership, or integration.
|
|
- Open `ios/` when the question is about Swift, SwiftUI, iOS architecture, testing, concurrency, or debugging.
|
|
- Open `workstreams/` when the question is about current priorities, debugging themes, or historical project patterns.
|
|
- Open `process/` when drafting messages, standups, Jira notes, or PR descriptions.
|