···11+# Code of Conduct
22+33+## Our Pledge
44+55+We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
66+77+## Our Standards
88+99+**Positive behavior includes:**
1010+1111+- Being respectful and inclusive
1212+- Giving and accepting constructive feedback
1313+- Focusing on what is best for the community
1414+- Showing empathy towards others
1515+1616+**Unacceptable behavior includes:**
1717+1818+- Harassment, trolling, or personal attacks
1919+- Publishing others' private information without permission
2020+- Sexualized language or imagery
2121+- Other conduct which could reasonably be considered inappropriate
2222+2323+## Enforcement
2424+2525+Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainer at **themackabu@gmail.com**.
2626+2727+All complaints will be reviewed and investigated promptly and fairly. The project team is obligated to maintain confidentiality with regard to the reporter of an incident.
2828+2929+## Enforcement Actions
3030+3131+1. **Correction**: Private warning with clarity on the violation
3232+2. **Warning**: Warning with consequences for continued behavior
3333+3. **Temporary Ban**: Temporary ban from community interaction
3434+4. **Permanent Ban**: Permanent ban from community interaction
3535+3636+## Attribution
3737+3838+This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 2.1.
+55
GOVERNANCE.md
···11+# Governance
22+33+## Project Structure
44+55+Ant is currently maintained as a single-maintainer open source project.
66+77+### Maintainer
88+99+themackabu@gmail.com:
1010+1111+- Final decision authority on project direction
1212+- Merge rights for all contributions
1313+- Release management
1414+1515+## Decision Making
1616+1717+### Day-to-day Decisions
1818+1919+- Bug fixes and minor improvements are merged at maintainer discretion
2020+- Feature requests are discussed in GitHub issues
2121+2222+### Significant Changes
2323+2424+For major changes (new modules, API changes, architectural decisions):
2525+2626+1. Open an issue or discussion for community input
2727+2. Allow reasonable time for feedback
2828+3. Maintainer makes final decision
2929+3030+## Contributions
3131+3232+All contributors are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
3333+3434+### Becoming a Maintainer
3535+3636+As the project grows, additional maintainers may be added based on:
3737+3838+- Consistent, quality contributions
3939+- Understanding of project goals and codebase
4040+- Demonstrated good judgment
4141+- Alignment with project values
4242+4343+## Releases
4444+4545+- Releases are made at maintainer discretion
4646+- Semantic versioning is followed where practical
4747+- Breaking changes are documented in release notes
4848+4949+## Code of Conduct
5050+5151+All participants are expected to follow the [Code of Conduct](CODE_OF_CONDUCT.md).
5252+5353+## Changes to Governance
5454+5555+This governance model may evolve as the project and community grow. Changes will be documented in this file.
+9-3
README.md
···7788๐ [Read the blog post about Ant](https://s.tail.so/js-in-one-month)
991010+**This project has a [Code of Conduct](CODE_OF_CONDUCT.md).**
1111+1012## Installation
11131214```bash
···1618curl -fsSL https://ant.themackabu.com/install | MBEDTLS=1 bash
1719```
18201919-### Building from Source
2121+## Building from Source
20222123```bash
2224git clone https://github.com/theMackabu/ant.git && cd ant
···2628meson compile -C build
2729```
28302929-### Security
3131+## Security
30323133For information on reporting security vulnerabilities in Ant, see [SECURITY.md](SECURITY.md).
32343333-### Contributing to Ant
3535+## Contributing to Ant
34363537We welcome contributions through pull request. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
36383739For more information about the internals, read the [ant deepwiki](https://deepwiki.com/theMackabu/ant).
4040+4141+## Current project team members
4242+4343+For information about the governance of Ant, see [GOVERNANCE.md](GOVERNANCE.md).