chore: track all project map and index files

Add generated .pi-map.md and .pi-map.index.md files across the repository
so the project navigation maps are shared and versioned. These artifacts
are maintained by project_map_init/patch/validate and must be kept in
sync with source edits.

Note: .cache/ remains ignored (added in previous commit).
This commit is contained in:
Developer
2026-06-12 13:46:23 +00:00
parent 44ef62271e
commit 070cd4d5a5
642 changed files with 14785 additions and 0 deletions
@@ -0,0 +1,21 @@
# apps/web/src/components/features/ssh-keys (index)
dir: apps/web/src/components/features/ssh-keys
## role
Provides UI components for SSH key lifecycle management including creation and list operations with cryptographic signing/verification features.
## parent
index: apps/web/src/components/features/.pi-map.index.md
map: apps/web/src/components/features/.pi-map.md
## children
-
## files
- SSHKeyCreateForm.tsx
- SSHKeyList.tsx
## links
index: apps/web/src/components/features/ssh-keys/.pi-map.index.md
map: apps/web/src/components/features/ssh-keys/.pi-map.md
## workflows
- change ssh-keys behavior
read: SSHKeyCreateForm.tsx, SSHKeyList.tsx
## dirty
-
@@ -0,0 +1,22 @@
# apps/web/src/components/features/ssh-keys
dir: apps/web/src/components/features/ssh-keys
index: apps/web/src/components/features/ssh-keys/.pi-map.index.md
## role
Provides UI components for SSH key lifecycle management including creation and list operations with cryptographic signing/verification features.
## files
- SSHKeyCreateForm.tsx | Renders a form for creating/generating a new SSH key with name input and submit button. | exp: SSHKeyCreateForm | dep: ../../icon, React, Icon component
- SSHKeyList.tsx | Renders a list of SSH keys with signing and verification capabilities | exp: SSHKeyList | dep: ../../icon, ../../data-states, ../../../api/ssh-keys, Icon, EmptyState, ErrorState, SSHKey type
## arch
Feature-based component composition with form/list separation pattern, likely using React functional components with hooks for state management and API integration.
## tags
sshkey, form, list, create, ssh, icon, renders, keys
## symbols
- SSHKeyCreateForm
- SSHKeyList
## workflows
- change ssh-keys behavior
read: SSHKeyCreateForm.tsx, SSHKeyList.tsx
## dirty
-