Skip to content

Repository files navigation

k3-capacity-hack

Private internal capacity analysis and provider integration toolkit.

Structure

  • src/ — Core modules
  • providers/ — External service integrations (Shodan, GitHub, SAM, etc.)
  • dashboard/ — Live monitoring dashboard
  • .github/workflows/ — CI/CD automation

Providers

Provider Status Credits Strategy
Shodan Active 6/100 count() validation + facet scraping
GitHub API Active Free tier Search + raw code
USASpending Active Free POST API
SAM.gov Dead N/A API down, CDP fallback
Grants.gov Blocked N/A Geo-blocked
Exa Unknown Unknown Fallback search

Live Endpoints

Push Workflow

cd /mnt/agents/output/k3-capacity-hack

# With PAT as argument
python3 push_harness.py <your_<PAT_PLACEHOLDER>>

# With PAT from env
<PAT_ENV>=<pat> python3 push_harness.py

# If upstream has changes (merge without clobber)
python3 merge_resolver.py

Upstream Drift Handling

  • push_harness.py detects if origin/main has diverged
  • If local is ancestor: merges upstream into local, then pushes
  • If divergent: merges with --no-edit, aborts on conflicts
  • Uses --force-with-lease to prevent clobbering upstream commits

Branch Strategy

  • Local: main
  • Upstream: origin/main
  • No feature branches — single trunk for this internal repo

About

9-endpoint daemon mesh for distributed agent orchestration. S6 autohealing, Shodan dashboard, federal recompete hunter. Kubernetes-native capacity expansion.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages