Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
> human operator. Bug reports and contributions are still welcome, but please
> expect AI-generated code, comments, and documentation throughout.
<!-- AI-DD-META:END -->
> **Work state:** ACTIVE · **Progress:** `█████████░ 90%`
>
> **Pinned references (Phenotype-org)**
> - MSRV: see rust-toolchain.toml (Tauri 2 shell)
> - cargo-deny config: see deny.toml
Expand All @@ -44,6 +46,7 @@
> **Architecture:** See [ARCHITECTURE.md](ARCHITECTURE.md) for component architecture.
> **Threat model:** See [docs/security/threat-model.md](docs/security/threat-model.md) for the per-component STRIDE analysis.


## What is this?

**BytePort is a self-hosted Infrastructure-as-Code deployment + portfolio platform
Expand Down
8 changes: 4 additions & 4 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Taskfile.yml for BytePort
# ------------------------------------------------------------------
# Hybrid task runner for BytePort's three engines:
# - Go (backend/byteport + backend/nvms) # primary backend
# - Go (backend/byteport) # primary backend
# - TypeScript / SvelteKit (frontend/web) # primary web frontend
# - Rust / Tauri (frontend/web/src-tauri) # desktop/mobile shell
#
Expand Down Expand Up @@ -162,7 +162,7 @@ tasks:
dir: .
cmds:
- |
unformatted=$(gofmt -l backend/byteport backend/nvms 2>/dev/null || true)
unformatted=$(gofmt -l backend/byteport 2>/dev/null || true)
if [ -n "$unformatted" ]; then
echo "::warning::The following Go files are not gofmt-clean:"
echo "$unformatted"
Expand All @@ -184,7 +184,7 @@ tasks:
desc: Auto-format everything in place.
cmds:
- cargo fmt --all
- cmd: gofmt -w backend/byteport backend/nvms
- cmd: gofmt -w backend/byteport
ignore_error: true
- cmd: npm run format
dir: '{{.FRONTEND_DIR}}'
Expand Down Expand Up @@ -242,7 +242,7 @@ tasks:
- cmd: echo "hygiene active TODO markers"
- |
grep -rnE "todo!|TODO|FIXME|XXX|HACK|unimplemented!" \
backend/byteport backend/nvms frontend/web/src frontend/web/src-tauri/src \
backend/byteport frontend/web/src frontend/web/src-tauri/src \
--include="*.go" --include="*.rs" --include="*.ts" --include="*.svelte" \
2>/dev/null | grep -v node_modules | grep -v target | head -20 || true
- cmd: echo "hygiene governance file presence"
Expand Down
281 changes: 0 additions & 281 deletions backend/nvms.rs

This file was deleted.

52 changes: 0 additions & 52 deletions backend/nvms/.air.toml

This file was deleted.

2 changes: 0 additions & 2 deletions backend/nvms/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions backend/nvms/Builder/.gitignore

This file was deleted.

Loading
Loading