|
| 1 | +// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later |
| 2 | +// SPDX-FileCopyrightText: 2024-2025 hyperpolymath |
| 3 | + |
| 4 | += SnapCreate Roadmap |
| 5 | +:toc: |
| 6 | +:toclevels: 2 |
| 7 | +:icons: font |
| 8 | + |
| 9 | +== Current Status |
| 10 | + |
| 11 | +*Phase: Pre-specification* |
| 12 | + |
| 13 | +This project is in the initial scaffolding phase. The repository contains RSR (Rhodium Standard Repository) infrastructure but awaits project specification and implementation. |
| 14 | + |
| 15 | +== Infrastructure Complete |
| 16 | + |
| 17 | +The following foundational elements are in place: |
| 18 | + |
| 19 | +=== Repository Infrastructure |
| 20 | + |
| 21 | +[%header,cols="2,1,2"] |
| 22 | +|=== |
| 23 | +| Component | Status | Notes |
| 24 | + |
| 25 | +| Git repository structure | Done | Standard layout |
| 26 | +| License (MIT / AGPL-3.0-or-later) | Done | Dual license with Palimpsest overlay |
| 27 | +| EditorConfig | Done | Consistent formatting |
| 28 | +| Gitignore / Gitattributes | Done | Standard patterns |
| 29 | +|=== |
| 30 | + |
| 31 | +=== CI/CD Pipelines |
| 32 | + |
| 33 | +[%header,cols="2,1,2"] |
| 34 | +|=== |
| 35 | +| Workflow | Status | Purpose |
| 36 | + |
| 37 | +| CodeQL Analysis | Done | Security scanning |
| 38 | +| Quality checks | Done | Linting, formatting |
| 39 | +| Scorecard | Done | Supply chain security |
| 40 | +| Security policy enforcement | Done | Dependency auditing |
| 41 | +| RSR antipattern detection | Done | Standards compliance |
| 42 | +| Guix/Nix policy | Done | Package management validation |
| 43 | +| Mirror sync | Done | Multi-forge distribution |
| 44 | +|=== |
| 45 | + |
| 46 | +=== Documentation Templates |
| 47 | + |
| 48 | +[%header,cols="2,1"] |
| 49 | +|=== |
| 50 | +| Document | Status |
| 51 | + |
| 52 | +| README.adoc | Placeholder ready |
| 53 | +| CONTRIBUTING.md | Template (needs customisation) |
| 54 | +| SECURITY.md | Template (needs customisation) |
| 55 | +| CODE_OF_CONDUCT.md | Done |
| 56 | +| CITATIONS.adoc | Done |
| 57 | +|=== |
| 58 | + |
| 59 | +=== Development Tooling |
| 60 | + |
| 61 | +[%header,cols="2,1,2"] |
| 62 | +|=== |
| 63 | +| Tool | Status | Notes |
| 64 | + |
| 65 | +| Justfile | Done | RSR standard template with TODOs |
| 66 | +| Claude AI config (.claude/CLAUDE.md) | Done | Hyperpolymath language policy |
| 67 | +|=== |
| 68 | + |
| 69 | +== Awaiting Specification |
| 70 | + |
| 71 | +The following require project specification before implementation: |
| 72 | + |
| 73 | +=== Core Project Definition |
| 74 | + |
| 75 | +* [ ] Project purpose and scope |
| 76 | +* [ ] Target use cases |
| 77 | +* [ ] Feature requirements |
| 78 | +* [ ] Architecture decisions (ADRs) |
| 79 | + |
| 80 | +=== Build System |
| 81 | + |
| 82 | +* [ ] guix.scm or flake.nix |
| 83 | +* [ ] deno.json (if using ReScript/JS) |
| 84 | +* [ ] Cargo.toml (if using Rust) |
| 85 | +* [ ] Custom justfile recipes for the project |
| 86 | + |
| 87 | +=== Source Code |
| 88 | + |
| 89 | +* [ ] src/ directory structure |
| 90 | +* [ ] Core modules |
| 91 | +* [ ] Tests |
| 92 | +* [ ] Examples |
| 93 | + |
| 94 | +=== RSR Compliance |
| 95 | + |
| 96 | +* [ ] .well-known/security.txt |
| 97 | +* [ ] .well-known/ai.txt |
| 98 | +* [ ] .well-known/humans.txt |
| 99 | +* [ ] RSR_COMPLIANCE.adoc |
| 100 | +* [ ] STATE.scm (Guile Scheme state file) |
| 101 | + |
| 102 | +== Future Phases |
| 103 | + |
| 104 | +[NOTE] |
| 105 | +==== |
| 106 | +The phases below are placeholders. Actual roadmap milestones will be defined once the project specification is uploaded. |
| 107 | +==== |
| 108 | + |
| 109 | +=== Phase 1: Specification |
| 110 | + |
| 111 | +* Define project scope and requirements |
| 112 | +* Document architecture decisions |
| 113 | +* Set up development environment |
| 114 | +* Establish testing strategy |
| 115 | + |
| 116 | +=== Phase 2: Foundation |
| 117 | + |
| 118 | +* Implement core functionality |
| 119 | +* Set up CI/CD for builds |
| 120 | +* Write initial tests |
| 121 | +* Create minimal documentation |
| 122 | + |
| 123 | +=== Phase 3: Feature Development |
| 124 | + |
| 125 | +* Build out primary features |
| 126 | +* Expand test coverage |
| 127 | +* Add user documentation |
| 128 | +* Community feedback integration |
| 129 | + |
| 130 | +=== Phase 4: Stabilisation |
| 131 | + |
| 132 | +* Performance optimisation |
| 133 | +* Security hardening |
| 134 | +* Documentation completion |
| 135 | +* Release preparation |
| 136 | + |
| 137 | +=== Phase 5: Release & Maintenance |
| 138 | + |
| 139 | +* Initial public release |
| 140 | +* Bug fixes and patches |
| 141 | +* Feature enhancements |
| 142 | +* Community support |
| 143 | + |
| 144 | +== Contributing |
| 145 | + |
| 146 | +Contributions will be welcome once the project specification is in place. See link:CONTRIBUTING.md[CONTRIBUTING.md] for the general process. |
| 147 | + |
| 148 | +== Timeline |
| 149 | + |
| 150 | +_No timeline estimates - specification pending._ |
| 151 | + |
| 152 | +== Contact |
| 153 | + |
| 154 | +* Repository: https://github.com/hyperpolymath/snapcreate |
| 155 | +* Maintainer: hyperpolymath |
0 commit comments