FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

refactor: migrate Markdown to AsciiDoc (#54) · hyperpolymath/hyperpolymath@f38a3ef · GitHub

Commit f38a3ef

Browse files
refactor: migrate Markdown to AsciiDoc (#54)
Automated migration of .md to .adoc per global rules, preserving wikis and critical exceptions.
1 parent 812ad93 commit f38a3ef

32 files changed

Lines changed: 1103 additions & 1158 deletions

‎AGENTS.adoc‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
== Repository instructions
2+
3+
This repository is the Hyperpolymath public portfolio and map, not a
4+
normative standards store. Read `+0-AI-MANIFEST.a2ml+`, `+README.adoc+`,
5+
and `+.machine_readable/6a2/ECOSYSTEM.a2ml+` before editing.
6+
7+
`+README.adoc+` is the canonical public source. `+README.md+` is
8+
generated by the pinned README derivation workflow and must not be
9+
hand-edited. Route readers to the manifesto, constitution, standards
10+
catalogue, and evidence; do not copy normative text. Proposals are not
11+
authorised policy.
12+
13+
Preserve licences, research status labels, canonical coined names, and
14+
existing validation. Run the repository checks, README derivation with
15+
its pinned toolchain, and `+git diff --check+`.

‎AGENTS.md‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎ARCHITECTURE.adoc‎

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
== Architecture
2+
3+
=== Overview
4+
5+
This repository follows a modular, maintainable architecture designed
6+
for clarity, scalability, and long-term sustainability.
7+
8+
=== Directory Structure
9+
10+
....
11+
.
12+
├── src/ # Source code
13+
├── tests/ # Test suites
14+
├── docs/ # Documentation
15+
├── scripts/ # Utility scripts
16+
├── config/ # Configuration files
17+
├── LICENSE # License file
18+
├── LICENSES/ # Full license texts
19+
└── README.adoc # Project documentation
20+
....
21+
22+
=== Design Principles
23+
24+
* *Separation of Concerns*: Each module has a single responsibility
25+
* *Testability*: Code is written to be easily testable
26+
* *Documentation*: All public APIs are documented
27+
* *Configuration*: Environment-specific settings are externalized
28+
29+
=== Dependencies
30+
31+
* External dependencies are minimized and clearly declared
32+
* Version pinning is used for reproducibility
33+
34+
=== Security Considerations
35+
36+
* Sensitive data is never committed to the repository
37+
* Secrets are managed through environment variables or secure vaults
38+
* Regular dependency audits are performed
39+
40+
=== Maintainability
41+
42+
* Code follows consistent style guidelines
43+
* Pull requests require review and CI checks
44+
* Issues and discussions are tracked transparently
45+
46+
'''''
47+
48+
_Last updated: 2026-07-18_

‎ARCHITECTURE.md‎

Lines changed: 0 additions & 47 deletions
This file was deleted.

‎CHANGELOG.adoc‎

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
== Changelog
2+
3+
All notable changes to `+hyperpolymath+` will be documented in this
4+
file.
5+
6+
This file is generated from conventional commits by the
7+
https://github.com/hyperpolymath/standards/blob/main/.github/workflows/changelog-reusable.yml[`+changelog-reusable.yml+`]
8+
workflow (`+hyperpolymath/standards#206+`). Adopt the workflow in this
9+
repo’s CI to keep this file in sync automatically — see
10+
https://github.com/hyperpolymath/standards/blob/main/templates/cliff.toml[`+templates/cliff.toml+`]
11+
for the canonical config.
12+
13+
The format follows https://keepachangelog.com/en/1.1.0/[Keep a
14+
Changelog]; this project aims to follow
15+
https://semver.org/spec/v2.0.0.html[Semantic Versioning].
16+
17+
=== [Unreleased]
18+
19+
==== Added
20+
21+
* feat(crg): add crg-grade and crg-badge justfile recipes
22+
* feat: add stapeln.toml container definition
23+
* feat: deploy UX Manifesto infrastructure
24+
* feat: add CLADE.a2ml — clade taxonomy declaration
25+
* feat: add AI Gatekeeper Protocol manifest
26+
* feat(ci): enable Hypatia scanning
27+
28+
==== Fixed
29+
30+
* fix(ci): bump a2ml/k9-validate-action pins to canonical (#10)
31+
* fix(ci): sync hypatia-scan.yml to canonical (#9)
32+
* fix(ci): adopt canonical hypatia-scan.yml (#7)
33+
* fix(scorecard): move permissions to top and ensure SHA pinning
34+
* fix(scorecard): enforce granular permissions and add fuzzing
35+
placeholder
36+
* fix(ci): Resolve workflow-linter self-matching and metadata issues
37+
* fix(scorecard): move permissions to top and ensure SHA pinning
38+
* fix(scorecard): enforce granular permissions and add fuzzing
39+
placeholder
40+
* fix(ci): Resolve workflow-linter self-matching and metadata issues
41+
* fix: remove orphan manifesto gitlink
42+
43+
==== Changed
44+
45+
* refactor: migrate 6SCM → 6A2 (.scm → .a2ml format)
46+
47+
==== Documentation
48+
49+
* docs(readme): add SPDX header and standard badges
50+
* docs(topology): update infrastructure from polystack to boj-server
51+
* docs: feature PanLL eNSAID on profile page
52+
* docs: restore README.md lost in Floor Raise campaign
53+
* docs: add EXPLAINME.adoc — prove-it file backing README claims
54+
* docs: update profile — formal verification, IDApTIK, PanLL, standards
55+
* docs: update profile README for monorepo consolidation
56+
* docs: add CONTRIBUTING.md
57+
* docs: add checkpoint files for state tracking
58+
59+
==== CI
60+
61+
* ci: redistribute concurrency-cancel guard to read-only check workflows
62+
(#12)
63+
* ci: bump actions/upload-artifact SHA to current v4 (#5)
64+
* ci: SHA-pin hyperpolymath validate-actions in dogfood-gate
65+
* ci: wire hypatia-scan.yml to query own Dependabot alerts
66+
* ci: deploy dogfood-gate, fix hypatia-scan, add pre-commit hooks
67+
68+
=== Pre-history
69+
70+
Prior commits to this file’s introduction are recorded in git history
71+
but not formally classified into Keep-a-Changelog sections. To backfill,
72+
run `+git cliff -o CHANGELOG.md+` locally using the canonical
73+
https://github.com/hyperpolymath/standards/blob/main/templates/cliff.toml[`+cliff.toml+`]
74+
— this is one-shot mechanical work.
75+
76+
'''''

‎CHANGELOG.md‎

Lines changed: 0 additions & 73 deletions
This file was deleted.

‎CODE_OF_CONDUCT.adoc‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
== Contributor Covenant Code of Conduct
2+
3+
=== Our Pledge
4+
5+
We pledge to make participation a harassment-free experience for
6+
everyone.
7+
8+
=== Our Standards
9+
10+
*Positive behavior:* * Using welcoming language * Being respectful of
11+
differing viewpoints * Accepting constructive criticism * Focusing on
12+
what is best for the community
13+
14+
*Unacceptable behavior:* * Harassment, trolling, or personal attacks *
15+
Publishing private information without permission
16+
17+
=== Enforcement
18+
19+
Report issues to the maintainers. All complaints will be reviewed.
20+
21+
=== Attribution
22+
23+
Adapted from https://www.contributor-covenant.org/[Contributor Covenant]
24+
v2.1.

‎CODE_OF_CONDUCT.md‎

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL