feat: scaffold Go-based hf CLI

This commit is contained in:
zhi
2026-03-21 13:34:41 +00:00
parent ddaea1c15b
commit cb0b7669b3
16 changed files with 88 additions and 8 deletions

0
internal/client/.gitkeep Normal file
View File

3
internal/client/doc.go Normal file
View File

@@ -0,0 +1,3 @@
package client
// Package client will host HarborForge HTTP client helpers.

View File

3
internal/commands/doc.go Normal file
View File

@@ -0,0 +1,3 @@
package commands
// Package commands will define the hf command tree.

0
internal/config/.gitkeep Normal file
View File

3
internal/config/doc.go Normal file
View File

@@ -0,0 +1,3 @@
package config
// Package config will resolve and manage .hf-config.json.

0
internal/help/.gitkeep Normal file
View File

3
internal/help/doc.go Normal file
View File

@@ -0,0 +1,3 @@
package help
// Package help will render help and help-brief output.

0
internal/mode/.gitkeep Normal file
View File

3
internal/mode/doc.go Normal file
View File

@@ -0,0 +1,3 @@
package mode
// Package mode will detect padded-cell/manual runtime behavior.

View File

3
internal/passmgr/doc.go Normal file
View File

@@ -0,0 +1,3 @@
package passmgr
// Package passmgr will integrate with pass_mgr when available.