npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@futdevpro/ccap

v1.1.2036

Published

CCAP Revisioned – Agent architektúra; CLI, server, client, e2e alprojektek.

Downloads

19,027

Readme

CCAP Revisioned

Agent-architektúra: CLI, server, client és e2e alprojektek. A projekt követelményeit és technikai leírásait a specifikációk és a dokumentációk tartalmazzák.


Belépési pont: specifikációk

Fő specifikációs fájl (mindig innen indulj):

  • __specifications/main.md – A teljes specifikációs index: business requirements, agentic system, run flow, messaging, LLM, compacting, contracts, stb. Az összes al-spec erre épül.

Etalon: Az agentic rendszer vizuális referenciája: Agentic System canvas.

Egyéb fontos specifikációs fájlok:

| Fájl | Leírás | |------|--------| | technical-specifications.md | Tech stack, CLI commander, NPM global, monitoring | | scope/mvp1-and-vertical-slice.md | MVP1 és vertical slice hatókör | | TODO.md | TODO lista | | BACKLOG.md | Backlog elemek |

A részletes specifikációk (agentic loop, run flow, context, tools, contracts, compacting, messaging, LLM, system) a main.md linkjein keresztül érhetők el.


CCAP használat (usage)

A CCAP parancssori alkalmazásként használható: globális telepítés után a ccap parancs indítja a rendszert és a kliens felületet.

  • Telepítés: npm i -g @futdevpro/ccap (vagy pnpm add -g @futdevpro/ccap)
  • Indítás: ccap start – egyszerre elindítja a frontend-et és a szervert
  • Fő parancsok: ccap start, ccap chat, ccap config, ccap status; a setup flow az első futtatáskor vagy hiányzó konfig esetén automatikusan felajánlódik.

Részletes usage és parancsok: CLI commander, NPM global és telepítés, Setup flow.


Dokumentációk

  • __documentations/ – Session-jellegű és tervdokumentumok.
    • devs/ – Fejlesztési jegyzetek, implementációs összefoglalók (dátumozott fájlok).
    • plans/ – Master plan-ok és phase plan-ok (1.0, 2.0, 3.0), pl. master-plan-1.md, master-plan-3.md.
    • revs/ – Review dokumentumok.
    • CHANGELOG – Lezárt backlog-itemek archívuma (ha létezik a projektben).

Projekt szerkezet és package.json-ok

A monorepo több alprojektet foglal magában; mindegyiknek saját package.json-ja van:

| Hely | Leírás | |------|--------| | package.json | Gyökér: @futdevpro/ccap, bin ccap, scriptek a client/server/cli/e2e indításához, build-hez és test-hez. | | server/package.json | Backend (Express, agent, LLM, messaging, tools). | | client/package.json | Frontend (Angular). | | cli/package.json | CLI (Commander, setup, parancsok). | | e2e/package.json | E2E tesztek. |

Gyakori parancsok (gyökérből):

  • pnpm prep – Függőségek telepítése
  • pnpm start – Client + server együtt (concurrently)
  • pnpm test – CLI + server + client tesztek
  • pnpm run build – CLI + server build, majd UI build a serverhez
  • pnpm run test-e2e – E2E tesztek

A pontos scriptek és opciók a fenti package.json fájlokban találhatók.


Rövid összefoglaló

  • Mit csinál a projekt: Agentic rendszer (agent loop, tool calling, context, compacting), multichannel messaging (pl. Discord), CLI és web kliens.
  • Honnan indulj: __specifications/main.md.
  • CCAP usage: Globális telepítés (npm i -g @futdevpro/ccap), majd ccap start; részletek: CLI commander, Setup flow.
  • Hol vannak a csomagok és scriptek: Gyökér és alprojekt package.json fájlok (fenti táblázat).