@teqfw/core
Version:
Core functionalities for plugin scanning, local configuration management, and command-line utilities for building modern web applications with the Tequila Framework.
33 lines (20 loc) • 1.91 kB
Markdown
# /core
## Legacy package
`/core` is no longer the canonical package for the Tequila Framework (TeqFW) platform. Its code was written manually and is retained only for legacy projects and historical reference.
The TeqFW platform is now developed for AI agents: current code is generated by agents, which are also the platform's intended audience. The foundation of the modern platform is [`/di` version 2.0.0 or later](https://github.com/teqfw/di). That version was created by agents for agents.
For every package published by the `` vendor, version 2 or later is the modern, agent-oriented line. All earlier versions are legacy, manually written code intended for history and legacy projects.
## Explore the modern platform
To get acquainted with TeqFW, use these packages:
- [`/di`](https://github.com/teqfw/di)
- [`/log`](https://github.com/teqfw/log)
- [`/cfg`](https://github.com/teqfw/cfg)
- [`/cli`](https://github.com/teqfw/cli)
- [`/db`](https://github.com/teqfw/db)
Their source repositories are available locally under `~/ws/teqfw/...` or on GitHub through the links above.
For now, TeqFW uses [`/teq-web` version 0.15.0 or later](https://github.com/flancer32/teq-web) as its web server. Its functionality is planned to move to `@teqfw/web` version 2 or later.
## Development and Ecosystem
This product is developed by AI agents under the direction of Alex Gusev, following the Agent-Driven Software Management (ADSM) methodology. It is built for the Tequila Framework (TeqFW) platform and contributes to its ecosystem.
- [Tequila Framework](https://teqfw.com/?teqfw-core)
- [Alex Gusev's Personal Website](https://wiredgeese.com/?teqfw-core)
- [Alex Gusev's Telegram Channel](https://t.me/alexgusev_lab_en)
- [Agent-Driven Software Management: A Practical Guide](http://fly.wiredgeese.com/flancer/leanpub/adsm-en/?teqfw-core)