Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 891 Bytes

File metadata and controls

22 lines (14 loc) · 891 Bytes

What & why

Is it actually Core?

  • Identical on every machine — not OS-specific (pkg manager, paths, clipboard → the OS repo)
  • Not offensive/engagement tooling (→ dotfiles-Kali)

Contract & checks

  • If a Core file was added/removed, core.manifest was updated in the same change
  • make audit is green locally (manifest ↔ fs, exec-bits, syntax, lint, behavioral)
  • Exec-bits correct: scripts +x, zsh/*.zsh modules not executable
  • If a new file needs a symlink, each OS repo's bootstrap.sh was noted/updated

Notes