You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ We welcome contributions from developers, engineers, researchers, and automation
36
36
37
37
### 1. Explore the Ecosystem
38
38
39
-
Familiarize yourself with the [Functional Implementation Domains](/implementation-domains/) and [Hierarchical System Levels](/system-levels/) to understand how FEAST components work together.
39
+
Familiarize yourself with the project to understand how FEAST components work together.
Copy file name to clipboardExpand all lines: _pages/roadmap.md
-43Lines changed: 0 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,46 +8,3 @@ nav_order: 10
8
8
## FEAST Development Roadmap
9
9
10
10
This roadmap outlines the planned development and evolution of the FEAST ecosystem. Our development follows an iterative approach, with each phase building upon the foundation established in previous phases.
11
-
12
-
### Phase 1: Foundation (Current)
13
-
14
-
- ✅ Core architecture definition
15
-
- ✅ Documentation infrastructure
16
-
- ✅ Basic component specifications
17
-
- 🔄 Initial implementation examples
18
-
- 🔄 Community establishment
19
-
20
-
### Phase 2: Core Implementation
21
-
22
-
- ⏳ Complete BREADS hardware specification
23
-
- ⏳ FROOTS firmware framework
24
-
- ⏳ PROTINS middleware development
25
-
- ⏳ SUGIRS interface system
26
-
- ⏳ Reference implementations
27
-
28
-
### Phase 3: Ecosystem Expansion
29
-
30
-
- ⏳ Third-party integrations
31
-
- ⏳ Extended component library
32
-
- ⏳ Advanced tooling and utilities
33
-
- ⏳ Performance optimizations
34
-
- ⏳ Production deployment guides
35
-
36
-
### Phase 4: Advanced Features
37
-
38
-
- ⏳ AI/ML integration capabilities
39
-
- ⏳ Cloud-native deployments
40
-
- ⏳ Enterprise features
41
-
- ⏳ Certification programs
42
-
- ⏳ Commercial partnerships
43
-
44
-
## Legend
45
-
46
-
- ✅ Completed
47
-
- 🔄 In Progress
48
-
- ⏳ Planned
49
-
- 🚫 Deferred
50
-
51
-
## Contributing to the Roadmap
52
-
53
-
Community input helps shape our development priorities. See our [Contributing](/contributing/) guide to learn how you can influence the roadmap or contribute to development efforts.
Copy file name to clipboardExpand all lines: _pages/site-architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ FEASTorg uses a hybrid Jekyll architecture that combines automated content impor
34
34
35
35
### Linked Projects Architecture
36
36
37
-
Some projects maintain standalone GitHub Pages sites but are linked through the hub due to complex CI/CD requirements. For example, hardware projects (e.g., Slice\_\* repositories) have their own build pipeline using [bread-infra](https://github.com/FEASTorg/bread-infra), or the Freeboard Project, which has its own CI/CD setup using auto-generated developer API reference and component documentation from monorepo packages, published via VuePress and GitHub Actions.
37
+
Some projects maintain standalone GitHub Pages sites but are linked through the hub due to complex CI/CD requirements. For example, hardware projects have their own build pipeline using [bread-infra](https://github.com/FEASTorg/bread-infra), or the Freeboard Project, which has its own CI/CD setup using auto-generated developer API reference and component documentation from monorepo packages, published via VuePress and GitHub Actions.
38
38
39
39
These are managed via `_data/linked_projects.json` and automatically generate redirect stub pages.
title: "New Year Update: Progress and Plans for 2026"
4
+
date: 2026-01-26 13:24:00 -0400
5
+
author: Cameron K. Brooks
6
+
---
7
+
8
+
As we kick off 2026, I wanted to share some exciting updates on the progress we've made with FEASTorg and outline our plans for the year ahead.
9
+
10
+
## KiCad-Master-Lib
11
+
12
+
The KiCad-Master-Lib repository has seen significant enhancements over the past few months. The organization and standardization of footprints and symbols have been a major focus, ensuring that the library is both clear for users and positioned to grow with future contributions. Now all symbols, footprints, and 3D models are stored within named subdirectories. Furthermore, the repo previously known as KiCad-Hierarchical-Designs has been merged into KiCad-Master-Lib under `kmlib-local/blocks`, streamlining our resources and making it easier for users to find what they need.
13
+
14
+
In addition, we've added numerous new components, improved existing footprints, and refined our documentation to make it easier for users to get started. If you haven't checked it out recently, I encourage you to explore the latest additions and updates.
15
+
16
+
## Main Site Improvements
17
+
18
+
A large change has been the archiving of the "Implementation Domains" and "System Levels" pages. These pages served their purpose during the initial phases of FEASTorg while I explored the area and organization of the stack but have now been retired to streamline our documentation as we have progressed away from the exact ideas presented in those pages.
This section contains archived concepts and documentation from earlier phases of the FEAST project. These materials represent the exploration and evolution of ideas during the initial development of FEASTorg.
12
+
13
+
While these concepts are no longer part of the active project structure, they are preserved here for historical reference and to document the development process.
14
+
15
+
## Contents
16
+
17
+
-[Functional Implementation Domains](implementation-domains.md) - Original domain organization concept
18
+
-[Hierarchical System Levels](system-levels.md) - Original hierarchical system structure
19
+
-[Naming Organization (Old)](naming-organization-old.md) - Early naming and organizational framework
These archived materials served their purpose during the conceptual phases of FEASTorg. The project has evolved beyond these specific organizational structures, but the foundational ideas continue to influence the current direction.
- Multiple LOAF subsystems can be bridged together in a leader-worker configuration to form a local device cluster to coordinate multiple processes to perform some integrated complex process
13
+
- This is referred to as **BATCH** which stands for _Bridging Architecture for Task Control & Handling_
14
+
-**Example:** Multiple LOAFs (e.g., one for a mechanical shredder, one for a chemical reactor, and one for a bioreactor,) to create a plastic upcycling system that converts PET waste into edible microbial protein.
0 commit comments