1
0
Fork
You've already forked hacknite
0
  • HTML 100%
2025年12月15日 09:42:06 +01:00
AGENTS.md Initial release 2025年12月15日 09:32:30 +01:00
index.html Link to inspiration 2025年12月15日 09:42:06 +01:00
LICENSE Initial release 2025年12月15日 09:32:30 +01:00
README.md Initial release 2025年12月15日 09:32:30 +01:00

HACKNITE Protocol v1.0

"Agile has become a management layer. Scrum is a meeting engine. We are here to ship."

Hacknite is not a methodology. It is a return to first principles. It fuses the discipline of systems engineering with the creative chaos of a hackathon. This repository operates on the 72-hour Hacknite Pulse.


The Manifesto

  • We value Radical Invention over Incremental Safety.
  • We value Ethical Architecture over Compliance Checkboxes.
  • We choose technologies that align with the Hacknite definition of Sovereign Engineering:
  1. Ethics as Syntax: E.g.: in C++, memory safety is a suggestion. In Rust, it is a law. We believe that shipping code that leaks memory or allows segfaults is unethical. The Borrow Checker is our first line of defense against fragile software.
  2. Performance is a Feature: We do not accept the latency of garbage collection. Electron apps are bloated; we build binary-compact WASM that run at near-native speed in the browser, on the edge, or on the server.
  3. Portability is Sovereignty: Our software runs on any architecture. It breaks vendor lock-in. We build once, and we run everywhere—without asking permission from an OS vendor.

The 72-Hour Pulse

We do not work in 2-week sprints. We work in a 3-day Pulse. Every 72 hours, we ship or we shred.

Time Phase Focus
Day 1 Sync & Scout Architecture. No tickets. Whiteboarding. dependency scouting. Define the "Hack."
Day 2 Flow State Code. 100% deep work. No meetings. Pair programming. AI-assisted boilerplate generation.
Day 3 Ship & Shred Release. Deploy to prod. If it works, scale it. If it doesn't, git reset --hard and learn.

AI Augmentation

This repository contains an AGENTS.md file in the root. This is not documentation for humans. It is a system prompt for AI tools (Cursor, Copilot, LLMs). It instructs the AI to:

  • Skip conversational filler.
  • Prioritize bleeding-edge crates over "stable" legacy ones.
  • Act as a "Sustainability Linter" (flagging inefficient loops/energy waste).

To activate: Copy AGENTS.md to your repo, and make sure that your prompts reference Hacknite phases.

The "Hack" Card

Once per Pulse, any engineer can play the Hack Card. This authorizes a 100% diversion of resources to an unplanned, experimental, or "impossible" feature. No PM approval required.

Contributing

We do not have a "Backlog." We have a "Hack List."

If you want to contribute:

  1. Fork it.
  2. Hack it. (Keep it under 72h).
  3. PR it.
  4. If it reduces lines of code while maintaining functionality, it will be merged instantly.

License

Unilicense 1.0