Refactor: Formalize ports and update related files

This commit is contained in:
Joseph O'Brien
2026-04-15 21:27:25 -04:00
parent ac0672f64f
commit 67f20eef2d
23 changed files with 979 additions and 258 deletions

17
.gitignore vendored
View File

@@ -2,6 +2,21 @@
.envrc
.worktrees/
.claude.local.md
docs/graph/
docs/
librust_out.rlib
.remember/
!docs/superpowers/
# handoff-begin
.ctx/*
!.ctx/HANDOFF.*.*.yaml
.ctx/HANDOFF.integration.notfiles.state.yaml
.ctx/HANDOFF.notcore.notfiles.state.yaml
.ctx/HANDOFF.notfiles.notfiles.state.yaml
.ctx/HANDOFF.notgraph.notfiles.state.yaml
.ctx/HANDOFF.nothooks.notfiles.state.yaml
.ctx/HANDOFF.notsecrets.notfiles.state.yaml
.ctx/HANDOFF.notstrap.notfiles.state.yaml
.ctx/.initialized
# handoff-end